Skip to content

Commit a4f46e6

Browse files
Merge pull request #247112 from mosbahmajed/patch-1
Update private-clusters.md to include ARM option for private dns zone
2 parents 2938cad + 1377068 commit a4f46e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/aks/private-clusters.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ You can configure private DNS zones using the following parameters:
110110
* If your AKS cluster is configured with an Active Directory service principal, AKS doesn't support using a system-assigned managed identity with custom private DNS zone.
111111
* If you are specifying a `<subzone>` there is a 32 character limit for the `<subzone>` name.
112112

113+
>[!NOTE]
114+
>**CUSTOM_PRIVATE_DNS_ZONE_RESOURCE_ID** can be configured using an ARM Template in addition to the Azure CLI. `privateDNSZone` accepts the private DNZ zone resourceID as shown in the following example:
115+
>
116+
>```json
117+
>properties.apiServerAccessProfile.privateDNSZone.
118+
>"apiServerAccessProfile": {
119+
>"enablePrivateCluster": true,
120+
>"privateDNSZone": "system|none|[resourceId(..., 'Microsoft.Network/privateDnsZones', 'privatelink.<region>.azmk8s.io']"
121+
>}
122+
>```
123+
113124
> [!IMPORTANT]
114125
> The **CUSTOM_PRIVATE_DNS_ZONE_RESOURCE_ID** cannot be changed after the cluster has been created and it can't be deleted. Otherwise, the cluster will have issues performing upgrade operations.
115126

0 commit comments

Comments
 (0)