Skip to content

Commit d79a91e

Browse files
committed
updating azure.yaml
1 parent 58aea18 commit d79a91e

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

azure.yaml

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
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
25
name: multi-agent-custom-automation-engine-solution-accelerator
36
metadata:
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 }}

0 commit comments

Comments
 (0)