-
Notifications
You must be signed in to change notification settings - Fork 180
Expand file tree
/
Copy pathazure_custom.yaml
More file actions
38 lines (33 loc) · 996 Bytes
/
azure_custom.yaml
File metadata and controls
38 lines (33 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: build-your-own-copilot-solution-accelerator
requiredVersions:
azd: ">= 1.18.0"
metadata:
template: build-your-own-copilot-solution-accelerator@1.0
name: build-your-own-copilot-solution-accelerator@1.0
# Infrastructure configuration
infra:
path: ./infra
module: main
parameters:
solutionName: bs-azdtest
cosmosLocation: eastus2
baseUrl: 'https://github.com/microsoft/Build-your-own-copilot-Solution-Accelerator'
services:
webapp:
project: ./src/App
language: py
host: appservice
dist: ./dist
hooks:
prepackage:
windows:
shell: pwsh
run: ../../infra/scripts/package_webapp.ps1
interactive: true
continueOnError: false
posix:
shell: sh
run: bash ../../infra/scripts/package_webapp.sh
interactive: true
continueOnError: false