Can't view functions in one function app but can in another

Marilia Bognandi 0 Reputation points
2024-07-11T08:03:15.8866667+00:00

I have two function apps, app1 and app2. App1 can display and run its functions in the 'overview' section, but the same doesn't apply for app2. Both apps are based on the same code and only have different keys. In the wwwroot folder, I can see the same files for both apps. This must be a config issue, but I'm unsure how to troubleshoot this further. When trying out:

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions?api-version=2023-12-01

I indeed get the list of functions for app1. But for app2 i get:
{

"value": [],
"nextLink": null,
"id": null

}

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