Skip to content

Commit b67f3cd

Browse files
updated the azure.yaml
1 parent c7c776c commit b67f3cd

1 file changed

Lines changed: 15 additions & 21 deletions

File tree

azure.yaml

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,22 @@ metadata:
44

55
requiredVersions:
66
azd: '>= 1.18.0 != 1.23.9'
7+
bicep: '>= 0.33.0'
78

89
parameters:
9-
azureAiServiceLocation:
10+
AzureAiServiceLocation:
1011
type: string
1112
default: japaneast
12-
13-
services:
14-
backend:
15-
project: ./src/backend
16-
host: containerapp
17-
language: python
18-
docker:
19-
path: Dockerfile
20-
remoteBuild: true
21-
frontend:
22-
project: ./src/frontend
23-
host: containerapp
24-
language: js
25-
docker:
26-
path: Dockerfile
27-
remoteBuild: true
28-
29-
infra:
30-
provider: bicep
31-
path: infra
13+
Prefix:
14+
type: string
15+
default: azdtemp
16+
baseUrl:
17+
type: string
18+
default: 'https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
19+
deployment:
20+
mode: Incremental
21+
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
22+
parameters:
23+
AzureAiServiceLocation: ${{ parameters.AzureAiServiceLocation }}
24+
Prefix: ${{ parameters.Prefix }}
25+
baseUrl: ${{ parameters.baseUrl }}

0 commit comments

Comments
 (0)