We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe7d89 commit 58dc6fbCopy full SHA for 58dc6fb
azuredeploy.json
@@ -30,9 +30,9 @@
30
],
31
"defaultValue": "0"
32
},
33
- "someAppSetting": {
+ "apiKey": {
34
"type": "string",
35
- "defaultValue": "Test App Setting Value"
+ "defaultValue": "{7F2C2BC0-CBEE-41B1-9963-9C4F164CE8C9}"
36
37
"repoUrl": {
38
"type": "string"
@@ -80,8 +80,8 @@
80
"properties": {
81
"appSettings": [
82
{
83
- "name": "someAppSetting",
84
- "value": "[parameters('someAppSetting')]"
+ "name": "apiKey",
+ "value": "[parameters('apiKey')]"
85
}
86
]
87
0 commit comments