Skip to content

Commit

Permalink
fix arm template url in automatic lab
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Jan 28, 2025
1 parent 60fb181 commit 1a30942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/aks-automatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ az group create \
# create resources for the workshop
az deployment group create \
--resource-group myresourcegroup \
--template-uri https://raw.githubusercontent.com/Azure-Samples/aks-labs/docs/getting-started/assets/aks-automatic/azure-deploy.json \
--template-uri https://raw.githubusercontent.com/Azure-Samples/aks-labs/refs/heads/main/docs/getting-started/assets/aks-automatic/azure-deploy.json \
--parameters nameSuffix=$(date +%s) userObjectId=$(az ad signed-in-user show --query id -o tsv) \
--query "properties.outputs"
```
Expand Down

0 comments on commit 1a30942

Please sign in to comment.