Azure FunctionApp trigger functions(Http/timer) are not loading

Bharath 10 Reputation points
2024-05-08T18:23:47.45+00:00

I have a functionApp deployed in a virtual network in an azure subscription. The functionApp is set up with a private storage acccount thorugh a private endpoint. when I deploy the functionApp through the cli it deploys successfully. On deploying when I goto AzurePortal I am facing this problem consistently when i try to Test/Run the function. function_not_loading - Copy

I have set all the required settings in functionApp settings. The problem is once the build is over and when click on Test/Run for the timer-fn it worked the first time, but after the error is very consistent. Even after deleting the function app and redeploying it (without any errors) the function app trigger functions are not loading even though in the overview page i can see both(http/timer).

triggeroverviewpage

When I check the activity log i get this error

syncWebApp-functionsTriggers

Any help is appreciated

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,352 questions
{count} votes