Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello behak kangarloo,
Azure App Service uses a soft‑delete mechanism, which allows a deleted app to be restored only within 30 days of deletion and only if the app was created on a supported (paid) App Service plan such as Basic, Standard, Premium, or Isolated. Apps created on Free or Shared tiers are not eligible for restore. Once the 30‑day retention period expires, the app is permanently purged and cannot be recovered, even by Microsoft Support.
Recommended next steps
- In the Azure portal, navigate to App Services > Manage Deleted Apps.
- Select the appropriate subscription and check whether the deleted app appears in the list (only apps deleted within the last 30 days are shown).
- If listed, select the app, choose an existing target App Service in the same region, and click Recover.
If the app does not appear under Manage Deleted Apps, this indicates the resource has already been purged and restore is not possible. In that case, the supported approach is to recreate the App Service and redeploy the application from source control, backups, or other available artifacts.
If the above steps don’t help, please share the following details:
- App Service Plan tier (Free/Shared, Basic, Standard, Premium, Isolated, etc.)
- Type of app (Web App, Function App, or something else)
- Approximate date and time when the app was deleted
Reference: https://learn.microsoft.com/en-us/azure/app-service/app-service-undelete?tabs=portal
These details will help confirm whether the app is eligible for restore or allow us to guide you on the next best supported steps (for example, PowerShell restore or support engagement)
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you