Share via

Azure WebApp - Issues Detected, Status Unknown

piotr-p 205 Reputation points
2026-05-27T11:18:42.8766667+00:00

Hi Guys!

I am trying deploy WebApp in Poland Central and I am getting Issues Detected, Status Unknown. I tried to Repair it by restart but it doesnt help. In the same APP plan I have another webapp which is up and runing. I am unable to create a new one.

Azure Static Web Apps
Azure Static Web Apps

An Azure service that provides streamlined full-stack web app development.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-05-27T11:18:55.95+00:00

    Use the following steps to troubleshoot and collect data for this issue:

    1. Check whether the problem is regional or platform-related:
      • Verify if deployments or app creation in other regions (for example, a different nearby region) succeed. If they do, the issue might be specific to Poland Central capacity or infrastructure.
      • Check Azure status for any ongoing outages or incidents affecting Poland Central.
    2. Verify the App Service Plan and resource health:
      • In the Azure portal, open the existing App Service Plan used by the working web app and confirm it is in a healthy/running state and not at capacity (CPU, memory, or quota limits).
      • Confirm the plan’s pricing tier is not hitting quotas that could prevent additional web apps from being created.
    3. Try basic mitigation actions on the plan and app:
      • Restart the App Service Plan’s existing apps from the Azure portal.
      • If feasible, temporarily scale the App Service Plan up to a higher tier and retry creating the new web app. Insufficient capacity can cause creation or deployment issues similar to 5xx/"unknown" states.
    4. Collect detailed diagnostics before contacting support:
      • If creation fails via Azure portal, reproduce the issue and capture a browser trace.
      • If using Azure CLI or PowerShell, rerun the failing command with verbose logging and save the full output.
      • If the failure occurs as part of an ARM/Bicep/template deployment:
        • Go to Resource groupDeployments in the Azure portal.
        • Locate the failed deployment and note the detailed error message and correlation ID.
    5. If the issue persists only in Poland Central and not in other regions, open a Microsoft support ticket and attach:
      • Browser trace from the portal.
      • CLI/PowerShell verbose logs.
      • ARM deployment error details and correlation ID.

    These artifacts allow Microsoft support to investigate backend capacity or platform issues that can cause "Issues Detected, Status Unknown" and app creation failures in a specific region.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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