Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed targetScope='subscription' in aca-deployment-bicep.md #83

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading