Skip to content

Commit c435687

Browse files
authored
editorial changes
1 parent 61d9c22 commit c435687

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

support/azure/azure-kubernetes/create-upgrade-delete/error-code-customprivatednszonemissingpermissionerror.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ An AKS cluster create or update operation fails and returns the following error
2828
2929
## Cause
3030

31-
Before AKS runs a cluster create or update operation for a private cluster that uses a [custom private DNS zone](/azure/aks/private-clusters#configure-a-private-dns-zone), it checks whether the cluster's managed identity or service principal has the required permissions to control the private DNS zone. If AKS doesn't find the necessary permissions (for example, if the managed identity or service principal has been deleted, or if it has been deleted and recreated with the same name, or if an incorrect managed identity is being passed.), it blocks the operation so that the cluster doesn't enter a failed state.
31+
Before AKS runs a cluster create or update operation for a private cluster that uses a [custom private DNS zone](/azure/aks/private-clusters#configure-a-private-dns-zone), it checks whether the cluster's managed identity or service principal has the required permissions to control the private DNS zone. If AKS can't find the necessary permissions in cases like the following ones, it blocks the operation so that the cluster doesn't enter a failed state:
32+
33+
- The managed identity or service principal has been deleted.
34+
- The managed identity or service principal has been re-created with the same name.
35+
- An incorrect managed identity is passed.
3236

3337
## Solution
3438

0 commit comments

Comments
 (0)