Skip to content

Commit 7662831

Browse files
committed
edits
1 parent 0482f60 commit 7662831

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can restore a deleted web app in Azure App Service in the Azure portal or by
6767
Run the following commands to restore the deleted web app.
6868

6969
> [!NOTE]
70-
> The following sections provide information for restoring a web app. To restore a deleted Azure Functions app, see the section later in this article.
70+
> The following sections provide information for restoring a web app. To restore a deleted Azure Functions app, see [Restore a deleted Azure Functions app](#restore-a-deleted-azure-functions-app) later in this article.
7171
7272
### Identify the deleted app to restore
7373

@@ -175,7 +175,7 @@ If a function app hosted on a Dedicated App Service plan is deleted, you can res
175175

176176
### Restore an app in a Dedicated App Service plan
177177

178-
To restore a function app in a new Dedicated App Service plan, follow the process to use the `Restore-AzDeletedWebApp` command, as described in [Restore when multiple deleted apps have same name (deleted site ID)](#restore-when-multiple-deleted-apps-have-same-name-deleted-site-id). For more information, see [Create a function app in the Azure portal](/azure/azure-functions/functions-create-function-app-portal.md#create-a-function-app).
178+
To restore a function app in a new Dedicated App Service plan, follow the process to use the `Restore-AzDeletedWebApp` command, as described in [Restore when multiple deleted apps have same name (deleted site ID)](#restore-when-multiple-deleted-apps-have-same-name-deleted-site-id). For more information, see [Create a function app in the Azure portal](/azure/azure-functions/functions-create-function-app-portal#create-a-function-app).
179179

180180
### Restore an app in a Consumption plan or Elastic premium plan
181181

@@ -185,9 +185,9 @@ A workaround is available, if you didn't hard delete the Azure Files storage acc
185185

186186
Follow these steps:
187187

188-
1. Create a new function app in a Consumption or Premium plan. For more information, see [Create a function app in the Azure portal](/azure/azure-functions/functions-create-function-app-portal.md#create-a-function-app).
188+
1. Create a new function app in a Consumption or Premium plan. For more information, see [Create a function app in the Azure portal](/azure/azure-functions/functions-create-function-app-portal#create-a-function-app).
189189

190-
1. Set the following [app settings](/azure/azure-functions/functions-how-to-use-azure-function-app-settings.md?tabs=portal#settings) to refer to the old storage account, which contains the content from the previous app.
190+
1. Set the following [app settings](/azure/azure-functions/functions-how-to-use-azure-function-app-settings?tabs=portal#settings) to refer to the old storage account, which contains the content from the previous app.
191191

192192
| App setting | Suggested value |
193193
|---|---|

0 commit comments

Comments
 (0)