You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/active_directory_domain_service.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: |-
10
10
11
11
Gets information about an Active Directory Domain Service.
12
12
13
-
-> **Supported Modes:** At present this data source only supports **User Forest** mode and _not_**Resource Forest** mode. [Read more](https://docs.microsoft.com/azure/active-directory-domain-services/concepts-resource-forest) about the different operation modes for this service.
13
+
-> **Note:** At present this data source only supports **User Forest** mode and _not_**Resource Forest** mode. [Read more](https://docs.microsoft.com/azure/active-directory-domain-services/concepts-resource-forest) about the different operation modes for this service.
Copy file name to clipboardExpand all lines: website/docs/d/batch_pool.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,11 +187,11 @@ A `certificate` block exports the following:
187
187
188
188
*`store_location` - The location of the certificate store on the compute node into which the certificate is installed, either `CurrentUser` or `LocalMachine`.
189
189
190
-
-> **NOTE:** This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable `AZ_BATCH_CERTIFICATES_DIR` is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., `/home/{user-name}/certs`) and certificates are placed in that directory.
190
+
-> **Note:** This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference). For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable `AZ_BATCH_CERTIFICATES_DIR` is supplied to the task to query for this location. For certificates with visibility of 'remoteUser', a 'certs' directory is created in the user's home directory (e.g., `/home/{user-name}/certs`) and certificates are placed in that directory.
191
191
192
192
*`store_name` - The name of the certificate store on the compute node into which the certificate is installed.
193
193
194
-
-> **NOTE:** This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference).
194
+
-> **Note:** This property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference).
195
195
196
196
*`visibility` - Which user accounts on the compute node have access to the private data of the certificate.
Copy file name to clipboardExpand all lines: website/docs/d/container_app_environment.html.markdown
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,35 +36,35 @@ In addition to the Arguments listed above - the following Attributes are exporte
36
36
37
37
*`infrastructure_subnet_id` - The ID of the Subnet in use by the Container Apps Control Plane.
38
38
39
-
~> **NOTE:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
39
+
~> **Note:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
40
40
41
41
*`custom_domain_verification_id` - The ID of the Custom Domain Verification for this Container App Environment.
42
42
43
43
*`default_domain` - The default publicly resolvable name of this Container App Environment. This is generated at creation time to be globally unique.
44
44
45
45
*`docker_bridge_cidr` - The network addressing in which the Container Apps in this Container App Environment will reside in CIDR notation.
46
46
47
-
~> **NOTE:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
47
+
~> **Note:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
48
48
49
49
*`internal_load_balancer_enabled` - Does the Container App Environment operate in Internal Load Balancing Mode?
50
50
51
51
*`location` - The Azure Location where this Container App Environment exists.
52
52
53
53
*`log_analytics_workspace_name` - The name of the Log Analytics Workspace this Container Apps Managed Environment is linked to.
54
54
55
-
~> **NOTE:** This will only be populated for Environments that have `logs_destination` set to `log-analytics` and the Log Analytics Workspace is in the same subscription as the Environment.
55
+
~> **Note:** This will only be populated for Environments that have `logs_destination` set to `log-analytics` and the Log Analytics Workspace is in the same subscription as the Environment.
56
56
57
57
*`platform_reserved_cidr` - The IP range, in CIDR notation, that is reserved for environment infrastructure IP addresses.
58
58
59
-
~> **NOTE:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
59
+
~> **Note:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
60
60
61
61
*`platform_reserved_dns_ip_address` - The IP address from the IP range defined by `platform_reserved_cidr` that is reserved for the internal DNS server.
62
62
63
-
~> **NOTE:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
63
+
~> **Note:** This will only be populated for Environments that have `internal_load_balancer_enabled` set to true.
64
64
65
65
*`static_ip_address` - The Static IP address of the Environment.
66
66
67
-
~> **NOTE:** If `internal_load_balancer_enabled` is true, this will be a Private IP in the subnet, otherwise this will be allocated a Public IPv4 address.
67
+
~> **Note:** If `internal_load_balancer_enabled` is true, this will be a Private IP in the subnet, otherwise this will be allocated a Public IPv4 address.
68
68
69
69
*`tags` - A mapping of tags assigned to the resource.
0 commit comments