Skip to content

Commit

Permalink
adding eastus as allowed region
Browse files Browse the repository at this point in the history
Allow eastus region
  • Loading branch information
marlenezw authored Jan 6, 2025
2 parents 9d50dd2 + a32a56f commit 5481671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ targetScope = 'subscription'
@description('Name which is used to generate a short unique hash for each resource')
param environmentName string

@allowed(['eastus2','swedencentral','northcentralus','francecentral'])
@allowed(['eastus2','swedencentral','northcentralus','francecentral', 'eastus'])
@minLength(1)
@description('Primary location for all resources')
@metadata({
Expand Down

0 comments on commit 5481671

Please sign in to comment.