Skip to content

Commit bc9763f

Browse files
Merge pull request #253736 from seligj95/patch-1
add restoration info for certs
2 parents dd6c82e + a01537a commit bc9763f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore deleted apps
33
description: Learn how to restore a deleted app in Azure App Service. Avoid the headache of an accidentally deleted app.
44
author: seligj95
55
ms.author: jordanselig
6-
ms.date: 4/3/2023
6+
ms.date: 10/4/2023
77
ms.topic: article
88
ms.custom: devx-track-azurepowershell
99
---
@@ -52,6 +52,7 @@ The detailed information includes:
5252
>- `Restore-AzDeletedWebApp` isn't supported for function apps hosted on the Consumption plan or Elastic Premium plan.
5353
>- The Restore-AzDeletedWebApp cmdlet restores a deleted web app. The web app specified by TargetResourceGroupName, TargetName, and TargetSlot will be overwritten with the contents and settings of the deleted web app. If the target parameters are not specified, they will automatically be filled with the deleted web app's resource group, name, and slot. If the target web app does not exist, it will automatically be created in the app service plan specified by TargetAppServicePlanName.
5454
>- By default `Restore-AzDeletedWebApp` will restore both your app configuration as well any content. If you want to only restore content, you use the **`-RestoreContentOnly`** flag with this commandlet.
55+
>- Custom domains, bindings, or certs that you import to your app won't be restored. You'll need to re-add them after your app is restored.
5556
5657

5758
After identifying the app you want to restore, you can restore it using `Restore-AzDeletedWebApp`, as shown in the following examples.

0 commit comments

Comments
 (0)