Suddenly the Web App does not appear anywhere in the Azure Portal, and no logs related to deletion in activity logs

Vikas Sharma 5 Reputation points
2025-11-15T07:15:10.7933333+00:00

Suddenly the Web App does not appear anywhere in the Azure Portal, including:

  • Resource Group view
  • App Services list
  • All resources

However, the Web App is still exists and web jobs are running on it.

  • The Kudu/SCM endpoint works

The resource also appears when using Azure CLI:

But ARM API operations fail with: (ResourceNotFound)

Activity Logs show no delete or move operations for this Web App.

Impact

  • Cannot deploy code through pipelines (deployment fails with resource doesn't exist).
  • Cannot manage configuration, settings, scaling, or diagnostics.
  • Cannot access the resource from the Azure Portal.

Expectation

We need Microsoft to:

Investigate ARM control-plane inconsistency for this Web App.

Recover the missing Microsoft.Web/sites resource in ARM.

Restore visibility and management capability in the portal.

Confirm if there was any backend failure, corruption, or accidental unlinking of the resource metadata.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-15T07:15:29.42+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    It seems like you're facing an issue where your Web App is not visible in the Azure Portal, yet it appears to be functioning as web jobs are running, and the Kudu/SCM endpoint is accessible. This situation can occur due to inconsistencies in the Azure Resource Manager (ARM) control plane.

    Here are some steps you can take to address this issue:

    1. Check Deleted Resources: Use the Get-AzDeletedWebApp cmdlet to see if the web app has been marked as deleted in the subscription. If it appears there, you can restore it.
    2. Review Activity Logs: Although you mentioned no deletion logs are present, ensure you are checking the activity logs thoroughly for any related operations that might provide clues.
    3. Azure CLI: Since you can see the resource using Azure CLI, you might want to check if there are any discrepancies in the resource's metadata or configuration that could be causing this visibility issue.
    4. Contact Support: If the above steps do not resolve the issue, it would be advisable to contact Microsoft support for further investigation into the ARM control-plane inconsistency. They can assist in recovering the missing resource and restoring its visibility in the portal.

    This situation may require deeper investigation by Azure support to confirm if there was any backend failure or corruption affecting the resource's metadata.


    References:


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.