-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathazure.yaml
45 lines (44 loc) · 1.19 KB
/
azure.yaml
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
39
40
41
42
43
44
45
# yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
name: app-service-javascript-sap-cloud-sdk-quickstart
metadata:
template: app-service-javascript-sap-cloud-sdk-quickstart
requiredVersions:
azd: ">= 1.4.0"
hooks:
postup:
posix:
shell: sh
run: ./hooks/fireworks.sh
continueOnError: true
interactive: true
postprovision:
posix:
shell: pwsh
run: ./hooks/createAppRegistrations.ps1
continueOnError: false
interactive: true
windows:
shell: pwsh
run: ./hooks/createAppRegistrations.ps1
continueOnError: false
interactive: true
#postdown:
#posix:
# shell: pwsh
# run: ./hooks/deleteAppRegistrations.ps1
# continueOnError: true
# interactive: true
#windows:
# shell: pwsh
# run: ./hooks/deleteAppRegistrations.ps1
# continueOnError: false
# interactive: true
services:
sap-cloud-sdk-api:
project: ./src/api
language: ts
host: appservice
# Remove the comments from the lines below to enable the deployment of the infrastructure via Terraform
#infra:
# provider: terraform
# path: ./infra-terraform