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 785f819 commit 69ef1b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module api '../../../../../common/infra/bicep/app/api-avm.bicep' = {
name: !empty(apiServiceName) ? apiServiceName : '${abbrs.webSitesAppService}api-${resourceToken}'
location: location
tags: tags
kind: 'app'
kind: 'functionapp'
appServicePlanId: appServicePlan.outputs.resourceId
siteConfig: {
alwaysOn: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module api '../../../../../common/infra/bicep/app/api-avm.bicep' = {
name: !empty(apiServiceName) ? apiServiceName : '${abbrs.webSitesAppService}api-${resourceToken}'
location: location
tags: tags
kind: 'app'
kind: 'functionapp'
appServicePlanId: appServicePlan.outputs.resourceId
siteConfig: {
alwaysOn: true
Expand Down

0 comments on commit 69ef1b0

Please sign in to comment.