Skip to content

Commit 9e9dc20

Browse files
authored
public repo edits
1 parent f597f8d commit 9e9dc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/static-ip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ 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 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.
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

103-
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:
103+
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

105105
```yaml
106106
apiVersion: v1

0 commit comments

Comments
 (0)