Skip to content

Commit cdf222c

Browse files
committed
Fix wrong bicep variable name
1 parent cda3df7 commit cdf222c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/how-to/create-azure-ai-project-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Deploy the Bicep file using either the Azure CLI or Azure PowerShell.
6161
6262
```azurecli
6363
az group create --name exampleRG --location eastus
64-
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiServicesName=myai aiProjectName=myai-proj
64+
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiFoundryName=myai aiProjectName=myai-proj
6565
```
6666

6767
# [Azure PowerShell](#tab/powershell)

0 commit comments

Comments
 (0)