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 b04f592 commit c2da768Copy full SHA for c2da768
scenarios/AksKaito/README.md
@@ -134,6 +134,11 @@ export AKS_OIDC_ISSUER=$(az aks show --resource-group "${AZURE_RESOURCE_GROUP}"
134
--query "oidcIssuerProfile.issuerUrl" \
135
-o tsv)
136
137
+export PRINCIPAL_ID=$(az identity show --name "ai-toolchain-operator-${CLUSTER_NAME}" \
138
+ --resource-group "${MC_RESOURCE_GROUP}" \
139
+ --query 'principalId' \
140
+ -o tsv)
141
+
142
az role assignment create --role "Contributor" \
143
--assignee "${PRINCIPAL_ID}" \
144
--scope "/subscriptions/${SUBSCRIPTION_ID}/resourcegroups/${AZURE_RESOURCE_GROUP}"
0 commit comments