-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathazure.yaml
More file actions
31 lines (27 loc) · 862 Bytes
/
azure.yaml
File metadata and controls
31 lines (27 loc) · 862 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
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: sk-function-app
metadata:
template: sk-function-app
workflows:
up:
- azd: provision
- azd: package --all
- azd: deploy --all
hooks:
postprovision:
posix:
shell: sh
run: ./infra/replace-placeholders.sh ng-web/src/environments/environment-template.ts ng-web/src/environments/environment.ts && ./infra/update-local-settings.sh
windows:
shell: pwsh
run: ./infra/replace-placeholders.ps1 ng-web/src/environments/environment-template.ts ng-web/src/environments/environment.ts; ./infra/update-local-settings.ps1
services:
ngWeb:
project: ./ng-web
host: appservice
language: js
dist: dist/ng-web
skChat:
project: ./sk-chat/SkChat
language: dotnet
host: function