Skip to content

Commit

Permalink
update function app kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Menghua1 committed Sep 2, 2024
1 parent 69ef1b0 commit 53d9db8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ module api '../../../../../common/infra/bicep/app/api-avm.bicep' = {
tags: tags
kind: 'functionapp'
appServicePlanId: appServicePlan.outputs.resourceId
siteConfig: {
alwaysOn: true
}
appSettings: {
API_ALLOW_ORIGINS: webUri
AZURE_COSMOS_CONNECTION_STRING_KEY: connectionStringKey
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ module api '../../../../../common/infra/bicep/app/api-avm.bicep' = {
tags: tags
kind: 'functionapp'
appServicePlanId: appServicePlan.outputs.resourceId
siteConfig: {
alwaysOn: true
}
appSettings: {
API_ALLOW_ORIGINS: webUri
AZURE_COSMOS_CONNECTION_STRING_KEY: connectionStringKey
Expand Down

0 comments on commit 53d9db8

Please sign in to comment.