Skip to content

Commit 5c5fec6

Browse files
authored
Updating the sample.json to do a replacement
1 parent aac6cf4 commit 5c5fec6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AppCreationScripts/sample.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
"CodeConfiguration": [
4141
{
4242
"App": "pythonwebapp",
43-
"SettingKind": "Text",
43+
"SettingKind": "Replace",
4444
"SettingFile": "\\..\\app_config.py",
4545
"Mappings": [
4646
{
47-
"key": "TENANT =",
47+
"key": "tenant-name",
4848
"value": "$tenantName"
4949
},
5050
{
51-
"key": "CLIENT_SECRET",
51+
"key": "client-secret-obtained-during-app-registration",
5252
"value": ".AppKey"
5353
},
5454
{
55-
"key": "CLIENT_ID",
55+
"key": "client-id-as-obtained-during-app-registration",
5656
"value": ".AppId"
5757
}
5858
]

0 commit comments

Comments
 (0)