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

2 answers

Sort by: Most helpful
  1. Praneeth Maddali 2,620 Reputation points Microsoft External Staff Moderator
    2025-12-05T09:17:19.79+00:00

    Hi @Vikas Sharma

    I glad to hear that the issue is resolved thanks for your update, we’ve identified the exact reason.

    A temporary backend database glitch occurred in the Azure cluster (scale unit) hosting your app. This caused the Azure Resource Manager (ARM) cache to become outdated, so the portal and management APIs could no longer “see” your web app — even though the app itself kept running perfectly (Kudu, website, webjobs all stayed up).

    It was not triggered by anything you or your team did

    We fixed it by manually refreshing the ARM cache for your app, and everything is now back in sync.

    The issue is fully resolved, and extra safeguards have been added to prevent similar cache problems in the future.

    Kindly let us know if the above helps or you need further assistance on this issue.

     

    Please "upvote" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.
    0 comments No comments

  2. 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.