Skip to content

Commit

Permalink
fix: api name conflict during deployment (closes #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Aug 5, 2024
1 parent ce3af4f commit 19cc9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/app/api.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module apiFlex '../core/host/functions-flex.bicep' = if (useVnet) {
}

module api '../core/host/functions.bicep' = if (!useVnet) {
name: 'api'
name: 'api-consumption'
scope: resourceGroup()
params: {
name: name
Expand Down

0 comments on commit 19cc9ca

Please sign in to comment.