Skip to content

Commit 1d8cbbe

Browse files
(Forumsteam) fixes MicrosoftDocs/azure-docs#49163
Typo fixed
1 parent 2625123 commit 1d8cbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-ad-integration-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ serverApplicationId=$(az ad app create \
5151
--identifier-uris "https://${aksname}Server" \
5252
--query appId -o tsv)
5353
54-
# Update the application group memebership claims
54+
# Update the application group membership claims
5555
az ad app update --id $serverApplicationId --set groupMembershipClaims=All
5656
```
5757

0 commit comments

Comments
 (0)