File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ This article shows you how to enable the AI toolchain operator add-on and deploy
5151Set up a resource group with a random ID. Create an Azure resource group using the [ az group create] [ az-group-create ] command.
5252
5353``` bash
54+ echo $SUBSCRIPTION_ID
55+
5456export RANDOM_ID=" $( openssl rand -hex 3) "
5557export AZURE_RESOURCE_GROUP=" myKaitoResourceGroup$RANDOM_ID "
5658export REGION=" centralus"
@@ -163,7 +165,7 @@ kubectl get nodes
163165 ```azurecli-interactive
164166 az role assignment create --role "Contributor" \
165167 --assignee "${PRINCIPAL_ID}" \
166- --scope "/subscriptions/${AZURE_SUBSCRIPTION_ID }/resourcegroups/${AZURE_RESOURCE_GROUP}"
168+ --scope "/subscriptions/${SUBSCRIPTION_ID }/resourcegroups/${AZURE_RESOURCE_GROUP}"
167169 ```
168170
169171## Establish a federated identity credential
You can’t perform that action at this time.
0 commit comments