Skip to content

Commit d0163b9

Browse files
committed
AB#1024657 - Fix RGN code bug?
1 parent a9687a7 commit d0163b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/create-azure-resource-manager-template-vs-code/includes/3-exercise-create-and-deploy-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To deploy this template to Azure, you need to sign in to your Azure account from
9191
By setting the default resource group to the one created when you activated the sandbox, you can omit that parameter from the Azure CLI commands in this exercise. To set the resource group, run the following command.
9292

9393
```azurecli
94-
az configure --defaults group=<rgn>[sandbox resource group name]</rgn>
94+
az configure --defaults group="<rgn>[sandbox resource group name]</rgn>"
9595
```
9696

9797
### Deploy the template to Azure

0 commit comments

Comments
 (0)