We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9899002 commit c74986aCopy full SHA for c74986a
azure.yaml
@@ -7,7 +7,7 @@ metadata:
7
template: [email protected]
8
9
services:
10
- "api and frontend":
+ api_and_frontend:
11
project: ./src
12
language: py
13
host: containerapp
infra/main.bicep
@@ -280,7 +280,7 @@ module api 'api.bicep' = {
280
name: 'ca-api-${resourceToken}'
281
location: location
282
tags: tags
283
- serviceName: 'api and frontend'
+ serviceName: 'api_and_frontend'
284
identityName: '${abbrs.managedIdentityUserAssignedIdentities}api-${resourceToken}'
285
containerAppsEnvironmentName: containerApps.outputs.environmentName
286
containerRegistryName: containerApps.outputs.registryName
0 commit comments