We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac6cf4 commit 5c5fec6Copy full SHA for 5c5fec6
1 file changed
AppCreationScripts/sample.json
@@ -40,19 +40,19 @@
40
"CodeConfiguration": [
41
{
42
"App": "pythonwebapp",
43
- "SettingKind": "Text",
+ "SettingKind": "Replace",
44
"SettingFile": "\\..\\app_config.py",
45
"Mappings": [
46
47
- "key": "TENANT =",
+ "key": "tenant-name",
48
"value": "$tenantName"
49
},
50
51
- "key": "CLIENT_SECRET",
+ "key": "client-secret-obtained-during-app-registration",
52
"value": ".AppKey"
53
54
55
- "key": "CLIENT_ID",
+ "key": "client-id-as-obtained-during-app-registration",
56
"value": ".AppId"
57
}
58
]
0 commit comments