File tree Expand file tree Collapse file tree
website/content/docs/install Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ endpoint](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-identity-d
147147### Microsoft Azure
148148
149149This returns the first private IP address of all servers in the given region
150- which have the given ` tag_name ` and ` tag_value ` applied to their virtual NIC in the tenant and subscription, or in
150+ which have the given ` tag_key ` and ` tag_value ` applied to their virtual NIC in the tenant and subscription, or in
151151the given ` resource_group ` of a ` vm_scale_set ` for Virtual Machine Scale Sets.
152152
153153``` shell-session
@@ -157,7 +157,7 @@ $ consul agent -retry-join "provider=azure tag_key=... tag_value=... tenant_id=.
157157``` json
158158{
159159 "retry_join" : [
160- " provider=azure tag_name =... tag_value=... tenant_id=... client_id=... subscription_id=... secret_access_key=..."
160+ " provider=azure tag_key =... tag_value=... tenant_id=... client_id=... subscription_id=... secret_access_key=..."
161161 ]
162162}
163163```
@@ -176,7 +176,7 @@ Variables can also be provided by environmental variables:
176176
177177Use these configuration parameters when using tags:
178178
179- - ` tag_name ` - the name of the tag to auto-join on.
179+ - ` tag_key ` - the name of the tag to auto-join on.
180180- ` tag_value ` - the value of the tag to auto-join on.
181181
182182Use these configuration parameters (instead of ` tag_name ` and ` tag_value ` ) when using Virtual Machine Scale Sets (Consul 1.0.3 and later):
You can’t perform that action at this time.
0 commit comments