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
@@ -67,7 +67,7 @@ You can restore a deleted web app in Azure App Service in the Azure portal or by
67
67
Run the following commands to restore the deleted web app.
68
68
69
69
> [!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.
71
71
72
72
### Identify the deleted app to restore
73
73
@@ -175,7 +175,7 @@ If a function app hosted on a Dedicated App Service plan is deleted, you can res
175
175
176
176
### Restore an app in a Dedicated App Service plan
177
177
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).
179
179
180
180
### Restore an app in a Consumption plan or Elastic premium plan
181
181
@@ -185,9 +185,9 @@ A workaround is available, if you didn't hard delete the Azure Files storage acc
185
185
186
186
Follow these steps:
187
187
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).
189
189
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.
0 commit comments