We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a91ad commit 354324cCopy full SHA for 354324c
docs/deployment/azure/includes/aca-bicep-cli-shared-steps.md
@@ -105,13 +105,13 @@ Azure Container Apps (ACA) is an ideal hosting platform for Aspire apps. You can
105
# [PowerShell](#tab/powershell)
106
107
```powershell
108
- az group create --location westus --name aspiretoacarg
+ az group create --location $env:LOCATION --name $env:RESOURCE_GROUP
109
```
110
111
# [Bash](#tab/bash)
112
113
```bash
114
+ az group create --location $LOCATION --name $RESOURCE_GROUP
115
116
117
---
0 commit comments