Skip to content

Commit 8a972c9

Browse files
committed
Container Apps: minor fixes to cli include file
1 parent e5499de commit 8a972c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
---
@@ -106,7 +106,7 @@ With the CLI upgraded and a new resource group available, you can create a Conta
106106

107107
An environment in Azure Container Apps creates a secure boundary around a group of container apps. Container Apps deployed to the same environment are deployed in the same virtual network and write logs to the same Log Analytics workspace.
108108

109-
Azure Log Analytics is used to monitor your container app required when creating a Container Apps environment.
109+
Azure Log Analytics is used to monitor your container app and is required when creating a Container Apps environment.
110110

111111
Create a new Log Analytics workspace with the following command:
112112

0 commit comments

Comments
 (0)