Skip to content

Commit

Permalink
removed targetScope='subscription' in aca-deployment-bicep.md
Browse files Browse the repository at this point in the history
Since the example uses `az group create --location westus --name aspiretoacarg` to create the subscription-level resource group, the bicep files don't need the `targetScope` to be set to `'subscription'`. Fixes #74
  • Loading branch information
peteraritchie authored Nov 21, 2023
1 parent cddf1a4 commit c1d9959
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/deployment/azure/includes/aca-deployment-bicep.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Now, you'll create two new files - `infra\provision.bicep` and `infra\provision.
1. In `infra/provision.bicep`, add the following code to the top of the empty file. These lines of code represent the parameters you'll feed the Bicep file using the environment variables you set earlier. The `env` variable is an array that will be passed to both of the container apps hosting your Aspire project code, setting some conventional environment variables useful during development.

```bicep
targetScope = 'subscription'
@minLength(1)
@maxLength(64)
@description('Name of the resource group that will contain all the resources')
Expand Down

0 comments on commit c1d9959

Please sign in to comment.