Skip to content

Commit

Permalink
Update main.bicepparam
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenezw authored Dec 17, 2024
1 parent e11e70a commit f9a2af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicepparam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using './main.bicep'

param environmentName = readEnvironmentVariable('AZURE_ENV_NAME', 'MY_ENV')
param location = readEnvironmentVariable('AZURE_LOCATION', 'canadaeast')
param location = readEnvironmentVariable('AZURE_LOCATION', 'swedencentral')
param principalId = readEnvironmentVariable('AZURE_PRINCIPAL_ID', '')
param resourceGroupName = readEnvironmentVariable('AZURE_RESOURCE_GROUP', '')

Expand Down

0 comments on commit f9a2af2

Please sign in to comment.