Skip to content

Commit 28e08fc

Browse files
committed
Fixing note issue
1 parent 517d2ce commit 28e08fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/cluster-container-registry-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ Integrate an existing ACR with an existing AKS cluster using the [`-AcrNameToAtt
124124
Set-AzAksCluster -Name myAKSCluster -ResourceGroupName myResourceGroup -AcrNameToAttach <acr-name>
125125
```
126126

127-
---
128-
129127
> [!NOTE]
130128
> Running the `Set-AzAksCluster -AcrNameToAttach` cmdlet uses the permissions of the user running the command to create the role ACR assignment. This role is assigned to the [kubelet][kubelet] managed identity. For more information on AKS managed identities, see [Summary of managed identities][summary-msi].
131129
130+
---
131+
132132
### Detach an ACR from an AKS cluster
133133

134134
#### [Azure CLI](#tab/azure-cli)

0 commit comments

Comments
 (0)