Skip to content

Commit

Permalink
Fix hardcoded values in ACA deploy include (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Jan 30, 2024
1 parent a4a91ad commit 354324c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/azure/includes/aca-bicep-cli-shared-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ Azure Container Apps (ACA) is an ideal hosting platform for Aspire apps. You can
# [PowerShell](#tab/powershell)

```powershell
az group create --location westus --name aspiretoacarg
az group create --location $env:LOCATION --name $env:RESOURCE_GROUP
```

# [Bash](#tab/bash)

```bash
az group create --location westus --name aspiretoacarg
az group create --location $LOCATION --name $RESOURCE_GROUP
```

---

0 comments on commit 354324c

Please sign in to comment.