Skip to content

Commit

Permalink
Fixes deployment location of cosmosdb (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
murdockcrc committed Sep 12, 2024
1 parent a11773a commit d2ff7ad
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 @@ -200,7 +200,7 @@ module cosmos 'db.bicep' = {
scope: resourceGroup
params: {
accountName: !empty(cosmosAccountName) ? cosmosAccountName : '${abbrs.documentDBDatabaseAccounts}${resourceToken}'
location: 'eastus'
location: resourceGroup.location
tags: tags
principalIds: [principalId, backend.outputs.identityPrincipalId]
}
Expand Down

0 comments on commit d2ff7ad

Please sign in to comment.