You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed the app using ARM and created the AD application using the script. I logged into the partner smart office page to add an environment and successfully added it. Then I went to the Azure page, opened the functions web app because there's no data in the database. I got a bunch of errors on the right side saying Azure Functions Runtime is unreachable, I tried to start each of the functions but nothing started.
When I open the Cosmo database there are no customers in there
Expected behavior
I got no errors during provisioning so I'd expect a working solution
Steps to reproduce
I deployed the app using ARM and created the AD application using the script. I logged into the partner smart office page to add an environment and successfully added it. Then I went to the Azure page, opened the functions web app because there's no data in the database. I got a bunch of errors on the right side saying Azure Functions Runtime is unreachable, I tried to start each of the functions but nothing started.
When I open the Cosmo database there are no customers in there
Expected behavior
I got no errors during provisioning so I'd expect a working solution
Actual behavior
See steps to reproduce
Diagnostic logs
The only pair of errors I found are these:
1.)
{ "error": { "code": "UnknownError", "message": "Auth token does not contain valid permissions or user does not have valid roles. Please see document at https://techcommunity.microsoft.com/t5/Using-Microsoft-Graph-Security/Authorization-and-Microsoft-Graph-Security-API/m-p/184376", "innerError": { "request-id": "8221743c-f7f2-433b-9b86-dee236feffe0", "date": "2018-09-13T12:29:53" } } }
2.)
Exception while executing function: ProcessPartner Exception binding parameter 'client' No value for named parameter 'PartnerCenterEndpoint'.
Environment