Skip to content

Commit 4c581f1

Browse files
committed
Update app-service-undelete.md
1 parent e6e082c commit 4c581f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The detailed information includes:
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.
5555
5656

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
5858
>*You can find the full commandlet reference here: **[Restore-AzDeletedWebApp](/powershell/module/az.websites/restore-azdeletedwebapp)*** .
5959
6060
>Restore to the original app name:
@@ -90,13 +90,13 @@ Restore-AzDeletedWebApp -ResourceGroupName <original_rg> -Name <original_app> -D
9090

9191
The inputs for command are:
9292

93-
- **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
9494
- **TargetName**: Target app for the deleted app to be restored to
9595
- **TargetAppServicePlanName**: App Service plan linked to the app
9696
- **Name**: Name for the app, should be globally unique.
9797
- **ResourceGroupName**: Original resource group for the deleted app
9898
- **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.
100100

101101
> [!NOTE]
102102
> 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.
@@ -117,7 +117,7 @@ Get-AzDeletedWebApp -ResourceGroupName <RGofDeletedApp> -Name <NameofApp>
117117
Restore-AzDeletedWebApp -ResourceGroupName <RGofnewapp> -Name <newApp> -deletedId "/subscriptions/xxxx/providers/Microsoft.Web/locations/xxxx/deletedSites/xxxx"
118118
```
119119

120-
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:
121121

122122

123123
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

Comments
 (0)