An Azure service that provides streamlined full-stack web app development.
Use the following steps to troubleshoot and collect data for this issue:
- 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.
- 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.
- 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.
- 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 group → Deployments in the Azure portal.
- Locate the failed deployment and note the detailed error message and correlation ID.
- 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:
- Resolve issues when creating, deleting, or restoring Azure Function App
- Troubleshoot Azure Web App deployment tasks
- Troubleshoot HTTP 502 and 503 errors in Azure App Service
- Application performance FAQs for Web Apps in Azure
- Azure Deployment Takes 70 Minutes to Fail with Obscure Error - Microsoft Q&A