Skip to content

Commit 16a0578

Browse files
authored
Merge pull request #104157 from Karishma-Tiwari-MSFT/patch-147
(ForumsTeam) fixes MicrosoftDocs/azure-docs#47952
2 parents 96a40bd + 3b4dfbc commit 16a0578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Naming restrictions are implemented by both the Azure platform and AKS. If a res
116116

117117
* Cluster names must be 1-63 characters. The only allowed characters are letters, numbers, dashes, and underscores. The first and last character must be a letter or a number.
118118
* The AKS *MC_* resource group name combines resource group name and resource name. The auto-generated syntax of `MC_resourceGroupName_resourceName_AzureRegion` must be no greater than 80 chars. If needed, reduce the length of your resource group name or AKS cluster name.
119-
* The *dnsPrefix* must start and end with alphanumeric values. Valid characters include alphanumeric values and hyphens (-). The *dnsPrefix* can't include special characters such as a period (.).
119+
* The *dnsPrefix* must start and end with alphanumeric values and must be between 1-54 characters. Valid characters include alphanumeric values and hyphens (-). The *dnsPrefix* can't include special characters such as a period (.).
120120

121121
## I’m receiving errors when trying to create, update, scale, delete or upgrade cluster, that operation is not allowed as another operation is in progress.
122122

@@ -491,4 +491,4 @@ This error is due to an upstream cluster autoscaler race condition where the clu
491491

492492
<!-- LINKS - internal -->
493493
[view-master-logs]: view-master-logs.md
494-
[cluster-autoscaler]: cluster-autoscaler.md
494+
[cluster-autoscaler]: cluster-autoscaler.md

0 commit comments

Comments
 (0)