Skip to content

Commit 1518fec

Browse files
authored
Merge pull request #187034 from cebundy/fix-quickstart
Container Apps: minor fixes to cli include file
2 parents 63ac82c + 62c4cb2 commit 1518fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/container-apps-create-cli-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ With these variables defined, you can create a resource group to organize the se
8787
```azurecli
8888
az group create \
8989
--name $RESOURCE_GROUP \
90-
--location "$LOCATION"
90+
--location $LOCATION
9191
```
9292

9393
# [PowerShell](#tab/powershell)
9494

9595
```azurecli
9696
az group create `
9797
--name $RESOURCE_GROUP `
98-
--location "$LOCATION"
98+
--location $LOCATION
9999
```
100100

101101
---

0 commit comments

Comments
 (0)