From today (31-05-2022) all my Linux Azure Functions stopped working.
In the portal, under Functions, the following error is displayed: "Azure Functions runtime is unreachable".
Every function has its own storage account and does not have any firewall setting.
No errors are displayed in the Azure status portal but seem to be something wrong on your side because I tried the following:
- I've created two new Linux Functions (DOTNET 3.1 and 6) and none works
- I also created two new Windows Functions (DOTNET 3.1 and 6) and both works
The same issue was reported here.
From today (31-05-2022) all my Linux Azure Functions stopped working.
In the portal, under
Functions, the following error is displayed: "Azure Functions runtime is unreachable".Every function has its own storage account and does not have any firewall setting.
No errors are displayed in the Azure status portal but seem to be something wrong on your side because I tried the following:
The same issue was reported here.