Skip to content

Commit f96404c

Browse files
azure file
1 parent 828e8da commit f96404c

File tree

2 files changed

+34
-28
lines changed

2 files changed

+34
-28
lines changed

azure.yaml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,4 @@ name: multi-agent-custom-automation-engine-solution-accelerator
33
metadata:
44
55
requiredVersions:
6-
azd: ">=1.15.0 !=1.17.1"
7-
8-
services:
9-
backend:
10-
project: ./src/backend
11-
language: py
12-
host: containerapp
13-
docker:
14-
image: backend
15-
remoteBuild: true
16-
17-
frontend:
18-
project: ./src/frontend
19-
language: py
20-
host: appservice
21-
dist: ./dist
22-
hooks:
23-
prepackage:
24-
windows:
25-
shell: pwsh
26-
run: ../../infra/scripts/package_frontend.ps1
27-
interactive: true
28-
continueOnError: false
29-
posix:
30-
shell: sh
31-
run: bash ../../infra/scripts/package_frontend.sh
32-
interactive: true
33-
continueOnError: false
6+
azd: ">=1.15.0 !=1.17.1"

azure_custom.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
2+
name: multi-agent-custom-automation-engine-solution-accelerator
3+
metadata:
4+
5+
requiredVersions:
6+
azd: ">=1.15.0 !=1.17.1"
7+
8+
services:
9+
backend:
10+
project: ./src/backend
11+
language: py
12+
host: containerapp
13+
docker:
14+
image: backend
15+
remoteBuild: true
16+
17+
frontend:
18+
project: ./src/frontend
19+
language: py
20+
host: appservice
21+
dist: ./dist
22+
hooks:
23+
prepackage:
24+
windows:
25+
shell: pwsh
26+
run: ../../infra/scripts/package_frontend.ps1
27+
interactive: true
28+
continueOnError: false
29+
posix:
30+
shell: sh
31+
run: bash ../../infra/scripts/package_frontend.sh
32+
interactive: true
33+
continueOnError: false

0 commit comments

Comments
 (0)