Skip to content

Commit 3ce54a3

Browse files
committed
updates to azure yaml
1 parent fb34a31 commit 3ce54a3

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

azure.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ name: modernize-your-code-solution-accelerator
44
#KEEP OFF UNTIL WE ARE READY TO PUBLISH ISH
55
# metadata:
66
# template: azd-init@1.13.0
7-
7+
parameters:
8+
solutionPrefix:
9+
type: string
10+
default: azdtest
11+
otherLocation:
12+
type: string
13+
default: eastus2
14+
baseUrl:
15+
type: string
16+
default: 'https://github.com/microsoft/Modernize-your-code-solution-accelerator'
817
deployment:
918
mode: Incremental
10-
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
19+
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder

0 commit comments

Comments
 (0)