Skip to content

Commit

Permalink
Refactor main.bicep to update appService name with appServicePlanName
Browse files Browse the repository at this point in the history
  • Loading branch information
alguadam committed Oct 14, 2024
1 parent 7e30a7e commit 6a2f6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource postgresSQLDatabase 'Microsoft.DBforPostgreSQL/flexibleServers/database
}

module appService 'modules/app-service.bicep' = {
name: 'appService-${appServicePlanName})'
name: 'appService-${appServicePlanName}'
params: {
location: location
environmentType: environmentType
Expand Down

0 comments on commit 6a2f6d0

Please sign in to comment.