Skip to content

Commit 1bfc97c

Browse files
committed
moving location to right location
1 parent 938220b commit 1bfc97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/app/api.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module api 'br/public:avm/res/web/site:0.15.1' = {
6767
params: {
6868
kind: kind
6969
name: name
70+
location: location
7071
tags: union(tags, { 'azd-service-name': serviceName })
7172
serverFarmResourceId: appServicePlanId
7273
managedIdentities: {
@@ -76,7 +77,6 @@ module api 'br/public:avm/res/web/site:0.15.1' = {
7677
]
7778
}
7879
functionAppConfig: {
79-
location: location
8080
deployment: {
8181
storage: {
8282
type: 'blobContainer'

0 commit comments

Comments
 (0)