Skip to content

Commit 0c23a2c

Browse files
authored
Merge pull request #100221 from btardif/undelete
adding note on retention for deleted apps
2 parents 37d16ba + 0277b9a commit 0c23a2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/app-service/app-service-undelete.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@ ms.topic: article
1111

1212
If you happened to accidentally delete your app in Azure App Service, you can restore it using the commands from the [Az PowerShell module](https://docs.microsoft.com/powershell/azure/?view=azps-2.6.0&viewFallbackFrom=azps-2.2.0).
1313

14+
> [!NOTE]
15+
> Deleted apps are purged from the system 30 days after the initial deletion. Once an app has been purged, it can't be recovered.
16+
>
17+
1418
## Re-register App Service resource provider
15-
Some customers might encounter an issue where retrieving the list of deleted apps fails. To resolve the issue, run the following command:
19+
Some customers might come across an issue where retrieving the list of deleted apps fails. To resolve the issue, run the following command:
1620

1721
```powershell
1822
Register-AzResourceProvider -ProviderNamespace "Microsoft.Web"

0 commit comments

Comments
 (0)