Skip to content

Commit 7d27701

Browse files
Update using Capitals
Co-Authored-By: Lauren Hughes <[email protected]>
1 parent 9d2551e commit 7d27701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/static-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ kubectl apply -f load-balancer-service.yaml
9898

9999
## Apply a DNS label to the service
100100

101-
If your service is using a Dynamic or Static Public IP address, you can use the service annotation `service.beta.kubernetes.io/azure-dns-label-name` to set a public facing DNS label. This will publish a FQDN for your service using Azure's public DNS servers and top level domain. The annotation value Must be unique within the Azure location , so its recommended to use a sufficiently qualified label.
101+
If your service is using a dynamic or static public IP address, you can use the service annotation `service.beta.kubernetes.io/azure-dns-label-name` to set a public facing DNS label. This publishes a fully qualified domain name for your service using Azure's public DNS servers and top level domain. The annotation value must be unique within the Azure location, so its recommended to use a sufficiently qualified label.
102102

103103
Azure will then automatically append a default subnet such as `<location>.cloudapp.azure.com` (where location is the region you selected) to the name you provide, to create the fully qualified DNS name. For example:
104104

0 commit comments

Comments
 (0)