Skip to content

Commit d3aae38

Browse files
committed
Fix
1 parent 499bd74 commit d3aae38

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scenarios/AksKaito/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ This article shows you how to enable the AI toolchain operator add-on and deploy
5151
Set 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+
5456
export RANDOM_ID="$(openssl rand -hex 3)"
5557
export AZURE_RESOURCE_GROUP="myKaitoResourceGroup$RANDOM_ID"
5658
export 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

0 commit comments

Comments
 (0)