Skip to content

Commit 4c92ba7

Browse files
fix: remove parameters and the deployment section in azure.yaml
fix: remove parameters and the deployment section in azure.yaml
2 parents b04c60c + 68230d0 commit 4c92ba7

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

azure.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,6 @@ name: conversation-knowledge-mining
88
metadata:
99
1010

11-
parameters:
12-
solutionPrefix:
13-
type: string
14-
default: bs-azdtest
15-
otherLocation:
16-
type: string
17-
default: eastus2
18-
baseUrl:
19-
type: string
20-
default: 'https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/'
21-
22-
deployment:
23-
mode: Incremental
24-
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
25-
parameters:
26-
solutionPrefix: ${parameters.solutionPrefix}
27-
otherLocation: ${parameters.otherLocation}
28-
baseUrl: ${parameters.baseUrl}
29-
3011
hooks:
3112
postprovision:
3213
windows:

0 commit comments

Comments
 (0)