Answered by:
Function host is not running.

Question
-
I had a Azure Function (v2) that was working.
Now I am getting aFunction host is not running.
On Azure portal, I also got this error
Error:
Unauthorized - https:// NNNNNNNNNNN .azurewebsites.net/admin/host/systemkeys/_master
Session Id: a784a3fdf6f44449a2d40fe3713a1699
Timestamp: 2018-09-04T14:37:06.075ZBrazil South
- Edited by Tony Henrique Wednesday, September 5, 2018 2:44 PM
Answers
-
Yes, it is very likely related. https://github.com/Azure/app-service-announcements/issues/129 has all the information you need to get passed that.
David
- Marked as answer by Tony Henrique Wednesday, September 5, 2018 7:07 PM
All replies
-
This could be possibly due to the breaking changes released with the deployment of Azure Functions Runtime 2.0.
I suggest you, go through the Azure Functions Runtime 2.0 breaking changes and see if it helps to resolve your issue.
------------------------------------------------------------------------------------------
If this answer was helpful, click “Mark as Answer” or “Up-Vote”. To provide additional feedback on your forum experience, click here.- Proposed as answer by AshokPeddakotla-MSFTMicrosoft employee, Moderator Wednesday, September 5, 2018 4:53 PM
-
Yes, it is very likely related. https://github.com/Azure/app-service-announcements/issues/129 has all the information you need to get passed that.
David
- Marked as answer by Tony Henrique Wednesday, September 5, 2018 7:07 PM
-
-