Skip to content

Commit d3be3e0

Browse files
committed
fix cli command
1 parent 103aa8d commit d3be3e0

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
@@ -83,7 +83,7 @@ Use the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) to view t
8383
# [Azure CLI](#tab/cli)
8484

8585
```azurecli
86-
az resource list --name exampleRG
86+
az resource list --resource-group exampleRG
8787
```
8888

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

0 commit comments

Comments
 (0)