Azure Function App Availability Issue

Zach Giordano 0 Reputation points
2025-04-28T22:11:06.81+00:00

I am unable to load a selection of my Function Apps within a particular Resource Group within the Azure portal. I see this:

The request timed out. Diagnostic information: timestamp '20250428T214416Z', subscription id '', tracking id '1215e338-5424-43f6-b9df-7adb9acc1beb', request correlation id '1215e338-5424-43f6-b9df-7adb9acc1beb'.
ServerTimeout

Why does the support page not work as well?

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

1 answer

Sort by: Most helpful
  1. Vinodh247 32,451 Reputation points MVP
    2025-04-29T00:51:38.9333333+00:00

    Use Azure CLI when portal is not responsive. It bypasses the portal backend slowness.

    Step Action
    1 Try accessing your Function Apps from Azure CLI or Azure PowerShell. (Example: az functionapp list --resource-group <rg-name>).
    1 Try accessing your Function Apps from Azure CLI or Azure PowerShell. (Example: az functionapp list --resource-group <rg-name>).
    2 Open Azure Status and check your region for known outages.
    3 Try opening Azure Portal in Incognito/Private Mode to rule out client-side portal issues.
    4 Try switching to a different region view or tenant if multi-tenant account.
    5 If nothing works, call Microsoft Support directly via Azure Support Request using another subscription or tenant if available.

    Let me know if you have already checked these.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.