Skip to content

Commit c2273bd

Browse files
Update articles/application-gateway/for-containers/quickstart-create-application-gateway-for-containers-byo-deployment.md
Co-authored-by: Chris Werner <[email protected]>
1 parent b31eec6 commit c2273bd

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-byo-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ resourceGroupId=$(az group show --name $RESOURCE_GROUP --query id -otsv)
101101
principalId=$(az identity show -g $RESOURCE_GROUP -n $IDENTITY_RESOURCE_NAME --query principalId -otsv)
102102
103103
# Delegate AppGw for Containers Configuration Manager role to RG containing Application Gateway for Containers resource
104-
az role assignment create --assignee-object-id $principalId --assignee-principal-type ServicePrincipal --scope $resourceGroupId --role "aaaaaaaa-bbbb-cccc-1111-222222222222"
104+
az role assignment create --assignee-object-id $principalId --assignee-principal-type ServicePrincipal --scope $resourceGroupId --role "fbc52c3f-28ad-4303-a892-8a056630b8f1"
105105
106106
# Delegate Network Contributor permission for join to association subnet
107107
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)