Skip to content

Commit 0faf100

Browse files
authored
Update quickstart-provision-standard-consumption-service-instance.md
Add command to create a resource group.
1 parent 0f55627 commit 0faf100

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 resrouce 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)