Skip to content

Commit 258c44a

Browse files
committed
Update app-service-undelete.md
1 parent 803fc9e commit 258c44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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'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:
121121

122122

123123
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).

0 commit comments

Comments
 (0)