We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8ca99b + 727cb88 commit cc4bb82Copy full SHA for cc4bb82
2 files changed
azure.yaml
@@ -9,9 +9,9 @@ name: modernize-your-code-solution-accelerator
9
metadata:
10
template: azd-init@1.13.0
11
parameters:
12
- environmentName:
13
- type: string
14
- default: azdtest
+ # environmentName:
+ # type: string
+ # default: azdtest
15
AiLocation:
16
type: string
17
default: japaneast
infra/main.parameters.json
@@ -2,9 +2,6 @@
2
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
3
"contentVersion": "1.0.0.0",
4
"parameters": {
5
- "environmentName": {
6
- "value": "${AZURE_ENV_NAME}"
7
- },
8
"location": {
"value": "${AZURE_LOCATION}"
},
0 commit comments