Skip to content

Commit d959dd2

Browse files
Merge pull request #6253 from dargilco/dargilco/fix-bicep-quickstart
Fix wrong bicep variable name in "Quickstart: Create an Azure AI Foundry project using a Bicep file"
2 parents 16808dd + cdf222c commit d959dd2

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)