File tree Expand file tree Collapse file tree 1 file changed +21
-17
lines changed
Expand file tree Collapse file tree 1 file changed +21
-17
lines changed Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2+ environment :
3+ name : multi-agent-custom-automation-engine-solution-accelerator
4+ location : eastus
25name : multi-agent-custom-automation-engine-solution-accelerator
36metadata :
4- 5- services :
6- backend :
7- project : src/backend
8- host : containerapp
9- language : python
10- docker :
11- context : src/backend
12- path : Dockerfile
13- frontend :
14- project : src/frontend
15- host : containerapp
16- language : python
17- docker :
18- context : src/frontend
19- path : Dockerfile
20-
7+ 8+ parameters :
9+ azureOpenAILocation :
10+ type : string
11+ default : eastus2
12+ prefix :
13+ type : string
14+ default : ma-azdtest
15+ baseUrl :
16+ type : string
17+ default : ' https://raw.githubusercontent.com/microsoft/multi-agent-custom-automation-engine-solution-accelerator'
18+ deployment :
19+ mode : Incremental
20+ template : ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
21+ prameters :
22+ azureOpenAILocation : ${{ parameters.AiLocation }}
23+ prefix : ${{ parameters.ResourcePrefix }}
24+ baseUrl : ${{ parameters.baseUrl }}
You can’t perform that action at this time.
0 commit comments