-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure.yaml
80 lines (76 loc) · 2.18 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# # yaml-language-server: $schema=https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json
# metadata:
# template: azd-init@1.11.1
environment:
name: conversation-knowledge-mining
location: eastus
name: conversation-knowledge-mining
metadata:
template: conversation-knowledge-mining@1.0
parameters:
solutionPrefix:
type: string
default: bs-azdtest
otherLocation:
type: string
default: eastus2
baseUrl:
type: string
default: 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/'
deployment:
mode: Incremental
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
parameters:
solutionPrefix: ${parameters.solutionPrefix}
otherLocation: ${parameters.otherLocation}
baseUrl: ${parameters.baseUrl}
hooks:
postprovision:
windows:
run: |
Write-Host "Web app URL: "
Write-Host "$env:WEB_APP_URL" -ForegroundColor Cyan
shell: pwsh
continueOnError: false
interactive: true
posix:
run: |
echo "Web app URL: "
echo $WEB_APP_URL
shell: sh
continueOnError: false
interactive: true
# environment:
# name: conversation-knowledge-mining-solution-accelerator
# location: eastus
# metadata:
# template: azd-init@1.11.1
# services:
# add-user-scripts:
# project: Deployment/scripts/add_user_scripts
# host: containerapp
# language: python
# app:
# project: App
# host: containerapp
# language: python
# fabric-scripts:
# project: Deployment/scripts/fabric_scripts
# host: containerapp
# language: python
# index-scripts:
# project: Deployment/scripts/index_scripts
# host: containerapp
# language: python
# km-charts-function:
# project: AzureFunctions/km-charts-function
# host: containerapp
# language: python
# docker:
# path: Dockerfile
# km-rag-function:
# project: AzureFunctions/km-rag-function
# host: containerapp
# language: python
# docker:
# path: Dockerfile