Skip to content

Commit 37a4c9e

Browse files
Merge pull request #242824 from majguo/patch-2
Update quickstart-provision-standard-consumption-service-instance.md
2 parents 0f55627 + 7345b3d commit 37a4c9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/spring-apps/quickstart-provision-standard-consumption-service-instance.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ You can create the Azure Container Apps environment in one of two ways:
124124
AZURE_CONTAINER_APPS_ENVIRONMENT="<Azure-Container-Apps-environment-name>"
125125
```
126126

127+
1. Use the following command to create a resource group:
128+
129+
```azurecli
130+
az group create \
131+
--name $RESOURCE_GROUP \
132+
--location $LOCATION
133+
```
134+
127135
1. Use the following command to create the Azure Container Apps environment:
128136

129137
```azurecli

0 commit comments

Comments
 (0)