Public preview: Undelete for App Service
Share
Services
The undelete feature in Azure App Service is now in public preview. Undelete is available for all App Service plans. Only sites deleted in the past 30 days can be restored.
A user can undelete a deleted web app and restore the following:
* The content of the deleted app.
* The configuration of the app. (The commands allow you to skip the restoration of the app configuration.)
* The \*.azurewebsites.net host name, if it’s still available.
Currently, the undelete commands support the restoration of apps deleted from multiple tenants that use Windows and Linux.
To get started, install the PowerShell module or install the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest). You can then do the following.
### List deleted apps
In the Azure CLI, you can list deleted apps by using the following command. Use the optional parameters to filter the apps that have a specific name, or that belong to a specific resource group or App Service plan. Record the ID of the deleted site, because that will be used to restore the app.
`az webapp deleted list --name <name of the deleted app>`
### Restore a deleted app
In the Azure CLI, you need to have an existing app or an app slot in order to restore your app to:
`Get-AzureRmDeletedWebApp -name <name of the deleted app> `
In PowerShell, you can specify the name and resource group of the deleted app, and provide the information for the target app. You can specify an App Service plan name to restore to, and the command will try to restore the app with the same \*.azurewebsites.net hostname as the deleted app.
`Restore-AzureRmDeletedWebApp -ResourceGroupName <deleted app rg> -Name <deleted app name> -TargetAppServicePlanName <App Service plan name to create an app to restore to> `
* App Service
* Features
* [ App Service](https://azure.microsoft.com/en-gb/products/app-service/)
What else is happening at Microsoft Azure?
Read update
Services
Share
Generally Available: Storage account default maximum request rate limit increase to 40,000 requests per second
December 12th, 2024
Services
Share
Read update
Services
Share
Generally Available: Regional Disaster Recovery by Azure Backup for AKS
November 22nd, 2024
Services
Share
Generally Available: Enhancements on Azure Container Storage for performance, scalability, and operational insights
November 19th, 2024
Services
Share