File tree Expand file tree Collapse file tree 2 files changed +55
-55
lines changed
Expand file tree Collapse file tree 2 files changed +55
-55
lines changed Original file line number Diff line number Diff line change 1- name : modernize-your-code-solution-accelerator
2- metadata :
3- template : modernize-your-code-solution-accelerator@1.0
4-
5- requiredVersions :
6- azd : ' >= 1.18.0'
7-
8- parameters :
9- AzureAiServiceLocation :
10- type : string
11- default : japaneast
12- Prefix :
13- type : string
14- default : azdtemp
15- baseUrl :
16- type : string
17- default : ' https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
18- deployment :
19- mode : Incremental
20- template : ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
21- parameters :
22- AzureAiServiceLocation : ${{ parameters.AzureAiServiceLocation }}
23- Prefix : ${{ parameters.Prefix }}
24- baseUrl : ${{ parameters.baseUrl }}
1+ name : modernize-your-code-solution-accelerator
2+ metadata :
3+ template : modernize-your-code-solution-accelerator@1.0
4+
5+ requiredVersions :
6+ azd : ' >= 1.18.0 != 1.23.9 '
7+
8+ parameters :
9+ AzureAiServiceLocation :
10+ type : string
11+ default : japaneast
12+ Prefix :
13+ type : string
14+ default : azdtemp
15+ baseUrl :
16+ type : string
17+ default : ' https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
18+ deployment :
19+ mode : Incremental
20+ template : ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
21+ parameters :
22+ AzureAiServiceLocation : ${{ parameters.AzureAiServiceLocation }}
23+ Prefix : ${{ parameters.Prefix }}
24+ baseUrl : ${{ parameters.baseUrl }}
Original file line number Diff line number Diff line change 1- name : modernize-your-code-solution-accelerator
2- metadata :
3- template : modernize-your-code-solution-accelerator@1.0
4-
5- requiredVersions :
6- azd : ' >= 1.18.0'
7-
8- parameters :
9- azureAiServiceLocation :
10- type : string
11- 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
1+ name : modernize-your-code-solution-accelerator
2+ metadata :
3+ template : modernize-your-code-solution-accelerator@1.0
4+
5+ requiredVersions :
6+ azd : ' >= 1.18.0 != 1.23.9 '
7+
8+ parameters :
9+ azureAiServiceLocation :
10+ type : string
11+ 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
You can’t perform that action at this time.
0 commit comments