Skip to content

Commit 0f992e0

Browse files
authored
Fixing the ID of the app.
1 parent 1c72b94 commit 0f992e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AppCreationScripts/sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
"AADApps": [
1515
{
16-
"Id": "python-webapp",
16+
"Id": "pythonwebapp",
1717
"Name": "python-webapp",
1818
"Kind": "WebApp", /* SinglePageApplication, WebApp, Mobile, UWP, Desktop, Daemon, WebApi, Browserless */
1919
"Audience": "AzureADandPersonalMicrosoftAccount", /* AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, PersonalMicrosoftAccount */
@@ -39,7 +39,7 @@
3939
*/
4040
"CodeConfiguration": [
4141
{
42-
"App": "webApp",
42+
"App": "pythonwebapp",
4343
"SettingKind": "Text",
4444
"SettingFile": "\\..\\app_config.py",
4545
"Mappings": [

0 commit comments

Comments
 (0)