File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,28 +4,22 @@ metadata:
44
55requiredVersions :
66 azd : ' >= 1.18.0 != 1.23.9'
7+ bicep : ' >= 0.33.0'
78
89parameters :
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 }}
You can’t perform that action at this time.
0 commit comments