Skip to content

Commit

Permalink
Fix bug in main.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun committed Oct 22, 2024
1 parent 276bc5d commit 0f4e044
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 @@ -48,7 +48,7 @@ module database 'app/database.bicep' = {
}

module web 'app/web.bicep' = {
name: serviceName
name: 'web'
params: {
planName: !empty(appServicePlanName) ? appServicePlanName : '${abbreviations.appServicePlan}-${resourceToken}'
appName: !empty(appServiceWebAppName) ? appServiceWebAppName : '${abbreviations.appServiceWebApp}-${resourceToken}'
Expand Down

0 comments on commit 0f4e044

Please sign in to comment.