Partner-Smart-Office icon indicating copy to clipboard operation
Partner-Smart-Office copied to clipboard

Getting error Azure Functions Runtime is unreachable after provisioning

Open FrodeOA opened this issue 5 years ago • 0 comments

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

Please share additional details about your environment. Version

FrodeOA avatar Sep 13 '18 12:09 FrodeOA