Skip to content

Commit 9b24618

Browse files
committed
upated tab labels
1 parent de8c0f7 commit 9b24618

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $MYACR = 'myContainerRegistry'
5555
New-AzContainerRegistry -Name $MYACR -ResourceGroupName myContainerRegistryResourceGroup -Sku Basic
5656
```
5757

58-
#### [Terraform](#tab/terraform)
58+
#### [Terraform](#tab/terraform-example)
5959

6060
```terraform
6161
# Example Usage
@@ -125,7 +125,7 @@ New-AzAksCluster -Name myAKSCluster -ResourceGroupName myResourceGroup -Generate
125125
126126
This command may take several minutes to complete.
127127

128-
#### [Terraform](#tab/terraform)
128+
#### [Terraform](#tab/terraform-example)
129129

130130
```terraform
131131
# Example Usage
@@ -190,7 +190,7 @@ Set-AzAksCluster -Name myAKSCluster -ResourceGroupName myResourceGroup -AcrNameT
190190
> [!NOTE]
191191
> 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].
192192
193-
#### [Terraform](#tab/terraform)
193+
#### [Terraform](#tab/terraform-example)
194194

195195
```terraform
196196
# Example Usage

0 commit comments

Comments
 (0)