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.
2 parents 16808dd + cdf222c commit d959dd2Copy full SHA for d959dd2
articles/ai-foundry/how-to/create-azure-ai-project-template.md
@@ -61,7 +61,7 @@ Deploy the Bicep file using either the Azure CLI or Azure PowerShell.
61
62
```azurecli
63
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
+az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiFoundryName=myai aiProjectName=myai-proj
65
```
66
67
# [Azure PowerShell](#tab/powershell)
0 commit comments