We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef9236 commit 734d22cCopy full SHA for 734d22c
samples/features/sql-big-data-cluster/deployment/private-aks/scripts/deploy-private-aks-udr.sh
@@ -109,7 +109,6 @@ export PASSWORD=$sp_pwd
109
export VNETID=$(az network vnet show -g $RESOURCE_GROUP --name $VNET_NAME --query id -o tsv)
110
111
#Assign SP Permission to VNET
112
-
113
az role assignment create --assignee $APPID --scope $VNETID --role "Network Contributor"
114
115
#Assign SP Permission to route table
0 commit comments