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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ If you happened to accidentally delete your app in Azure App Service, you can re
14
14
15
15
> [!NOTE]
16
16
> - Deleted apps are purged from the system 30 days after the initial deletion. After an app is purged, it can't be recovered.
17
-
> - Undelete functionality isn't supported for function apps hosted on the Consumption plan or Elastic Premium plan.
18
-
> -Apps Service apps running in an App Service Environment don't support snapshots. Therefore, undelete functionality and clone functionality aren't supported for App Service apps running in an App Service Environment.
17
+
> - Undelete functionality isn't supported for Function apps hosted on the Consumption plan or Elastic Premium plan.
18
+
> -App Service apps running in an App Service Environment don't support snapshots. Therefore, undelete functionality and clone functionality aren't supported for App Service apps running in an App Service Environment.
19
19
>
20
20
21
21
## Re-register App Service resource provider
@@ -49,7 +49,7 @@ The detailed information includes:
49
49
## Restore deleted app
50
50
51
51
>[!NOTE]
52
-
>-`Restore-AzDeletedWebApp` isn't supported for function apps hosted on the Consumption plan or Elastic Premium plan.
52
+
>-`Restore-AzDeletedWebApp` isn't supported for Function apps hosted on the Consumption plan or Elastic Premium plan.
53
53
>- 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.
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
@@ -101,26 +101,26 @@ The inputs for command are:
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.
103
103
104
-
## Restore deleted function app
104
+
## Restore deleted Function app
105
105
106
-
If the Function App was hosted on **Dedicated app service plan**, then we have a way to restore it, if it was using default app service storage.
106
+
If the Function app was hosted on **Dedicated app service plan**, then we have a way to restore it, if it was using default App Service storage.
107
107
108
108
1. Fetch the DeletedSiteId of the app version you want to restore, using Get-AzDeletedWebApp cmdlet:
2. Create a new function app on Dedicated plan. Check out the instructions for [how to create on the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app).
114
-
3. Restore to the newly created function app using this cmdlet:
113
+
2. Create a new Function app on Dedicated plan. Refer the instructions for [how to create on the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app).
114
+
3. Restore to the newly created Function app using this cmdlet:
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:
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
-
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).
123
+
1. Create a new Function app on Consumption or Premium plan. Refer the instructions for [how to create on the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app).
124
124
2. Set the following [app settings](../azure-functions/functions-how-to-use-azure-function-app-settings.md?tabs=portal#settings) to refer to the old storage account for the app content.
0 commit comments