-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathazure.yaml
28 lines (28 loc) · 969 Bytes
/
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
name: assistant-data-openai-python-promptflow
metadata:
template: [email protected]
hooks:
postprovision:
windows: # Run referenced script that uses environment variables (script shown below)
shell: pwsh
continueOnError: false
interactive: true
run: infra/hooks/postprovision.ps1
posix: # Run referenced script that uses environment variables (script shown below)
shell: sh
continueOnError: false
interactive: true
run: infra/hooks/postprovision.sh
predeploy:
windows: # Run referenced script that uses environment variables (script shown below)
shell: pwsh
continueOnError: false
interactive: true
run: infra/hooks/predeploy.ps1
posix: # Run referenced script that uses environment variables (script shown below)
shell: sh
continueOnError: false
interactive: true
run: infra/hooks/predeploy.sh
infra:
provider: "bicep"