You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-undelete.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The detailed information includes:
54
54
>- 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
55
56
56
57
-
Once the app you want to restore has been identified, you can restore it using `Restore-AzDeletedWebApp`, please see below examples
57
+
Once the app you want to restore has been identified, you can restore it using `Restore-AzDeletedWebApp`, see below examples
58
58
>*You can find the full commandlet reference here: **[Restore-AzDeletedWebApp](/powershell/module/az.websites/restore-azdeletedwebapp)*** .
-**Target Resource Group**: Target resource group where the app will be restored
93
+
-**Target Resource Group**: Target resource group where the app is to be restored
94
94
-**TargetName**: Target app for the deleted app to be restored to
95
95
-**TargetAppServicePlanName**: App Service plan linked to the app
96
96
-**Name**: Name for the app, should be globally unique.
97
97
-**ResourceGroupName**: Original resource group for the deleted app
98
98
-**Slot**: Slot for the deleted app
99
-
-**RestoreContentOnly**: By default `Restore-AzDeletedWebApp`will restore both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this commandlet.
99
+
-**RestoreContentOnly**: By default `Restore-AzDeletedWebApp`restores both your app configuration as well any content. If you want to only restore content, you can use the `-RestoreContentOnly` flag with this commandlet.
100
100
101
101
> [!NOTE]
102
102
> If the app was hosted on and then deleted from an App Service Environment, it can be restored only if the corresponding App Service Environment still exists.
Currently there is no support for Undelete (Restore-AzDeletedWebApp) Function Apps that are hosted on Consumption plan or Elastic premium plan. These are the scenarios where content resides on Azure Files on a Storage account. If you have not 'hard' deleted the Azure files storage account or if it exists and has not been deleted, then you may use the steps below as workaround:
120
+
Currently there's no support for Undelete (Restore-AzDeletedWebApp) function app that's hosted on Consumption plan or Elastic premium plan since the content resides on Azure Files on a Storage account. If you haven't 'hard' deleted the Azure files storage account or if it exists and hasn't been deleted, then you may use the steps as workaround:
121
121
122
122
123
123
1. Create a new function app on Consumption or Premium plan. Check out the instructions for [how to create on the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app).
0 commit comments