Skip to content

Commit af44167

Browse files
committed
Adding sovereign cloud changes for quickstart
1 parent 7f767a6 commit af44167

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

AppCreationScripts/Apps.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@
3636
]
3737
}
3838
],
39-
"codeConfigurations": [
39+
"codeConfigurations": [
4040
{
41-
"settingFile": "/app_config.py",
42-
"replaceTokens": {
43-
"appId": "Enter_the_Application_Id_here",
44-
"tenantId": "common",
45-
"clientSecret": "Enter_the_Client_Secret_Here"
46-
}
41+
"settingFile": "/app_config.py",
42+
"replaceTokens": {
43+
"appId": "Enter_the_Application_Id_here",
44+
"tenantId": "common",
45+
"clientSecret": "Enter_the_Client_Secret_Here",
46+
"authorityEndpointHost": "https://login.microsoftonline.com/",
47+
"msgraphEndpointHost": "https://graph.microsoft.com/"
48+
}
4749
}
48-
]
50+
]
4951
}
5052
]
5153
}

0 commit comments

Comments
 (0)