Skip to content

Commit 596fa8c

Browse files
Update articles/application-gateway/for-containers/quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md
Co-authored-by: Chris Werner <[email protected]>
1 parent c2273bd commit 596fa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/for-containers/quickstart-create-application-gateway-for-containers-managed-by-alb-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ mcResourceGroupId=$(az group show --name $MC_RESOURCE_GROUP --query id -otsv)
7676
principalId=$(az identity show -g $RESOURCE_GROUP -n $IDENTITY_RESOURCE_NAME --query principalId -otsv)
7777
7878
# Delegate AppGw for Containers Configuration Manager role to AKS Managed Cluster RG
79-
az role assignment create --assignee-object-id $principalId --assignee-principal-type ServicePrincipal --scope $mcResourceGroupId --role "aaaaaaaa-bbbb-cccc-1111-222222222222"
79+
az role assignment create --assignee-object-id $principalId --assignee-principal-type ServicePrincipal --scope $mcResourceGroupId --role "fbc52c3f-28ad-4303-a892-8a056630b8f1"
8080
8181
# Delegate Network Contributor permission for join to association subnet
8282
az role assignment create --assignee-object-id $principalId --assignee-principal-type ServicePrincipal --scope $ALB_SUBNET_ID --role "4d97b98b-1d4f-4787-a291-c67834d212e7"

0 commit comments

Comments
 (0)