We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938220b commit 1bfc97cCopy full SHA for 1bfc97c
1 file changed
infra/app/api.bicep
@@ -67,6 +67,7 @@ module api 'br/public:avm/res/web/site:0.15.1' = {
67
params: {
68
kind: kind
69
name: name
70
+ location: location
71
tags: union(tags, { 'azd-service-name': serviceName })
72
serverFarmResourceId: appServicePlanId
73
managedIdentities: {
@@ -76,7 +77,6 @@ module api 'br/public:avm/res/web/site:0.15.1' = {
76
77
]
78
}
79
functionAppConfig: {
- location: location
80
deployment: {
81
storage: {
82
type: 'blobContainer'
0 commit comments