How I can recover deleted azure webapp?

Deepali Srivastava 1 Reputation point
2019-12-10T10:54:55.237+00:00

By mistake I have deleted webapp from my portal, how I can recover that webapp. I raised request as well and at 06:39 AM, Sunday, 08 December 2019 I got response "We're sorry, your Web app is unavailable. We're working to automatically recover your Web App and to determine the source of the problem. No action is required from you at this time." like this. So I want to know when it will get recover by the team and also want to know how I can recover it by myself.

Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,612 questions
No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 37,891 Reputation points
    2019-12-10T11:13:06.533+00:00

    Have you tried to recover it from your end using PowerShell?

    For reference:

    Restore deleted App Service app Using PowerShell

    How to restore a deleted Azure Web App

    1 person found this answer helpful.
    No comments

  2. Armand Brunelle 491 Reputation points
    2019-12-10T15:48:25.803+00:00

    @Deepali Srivastava Hi ,

    Do you know what was the name of the api.

    You can always recover webbapps, Do you only want a shortcut ?

  3. Nathi Mabinza 1 Reputation point
    2019-12-10T17:17:31.11+00:00

    If you remember the name of your app try this PowerShell command:

    **Get-AzDeletedWebApp -Name -Location

    The location would be Location of the original app