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
@@ -19,7 +19,7 @@ If you deleted your app in Azure App Service, you can restore it from the portal
19
19
1. Go to App Services in the Azure portal.
20
20
1. Select **Manage Deleted Apps**.
21
21
1. Select **Subscription**.
22
-
1. From the dropdown, select the deleted app. Apps deleted in the last 30 days appear in the dropdown list.
22
+
1. From the dropdown, select the deleted app. Apps that were deleted in the last 30 days appear in the dropdown list.
23
23
1. Select the destination app from the dropdown that correlates to where you want to restore your app.
24
24
1. If you would like to restore the deleted app to a slot of the destination app, select the slot checkbox and select available slots from the dropdown.
25
25
1. By default, only app content is restored. If you want app configuration to also be restored, select **Restore App configuration**.
@@ -44,7 +44,7 @@ Some customers might experience failure to retrieve the list of deleted apps. To
44
44
45
45
To access the collection of deleted apps, you can use `Get-AzDeletedWebApp`.
46
46
47
-
For details on a specific deleted app you can use:
47
+
To get details on a specific deleted app, you can use:
-**`TargetName`**: Target app to which you're restoring the deleted app.
116
116
-**`TargetAppServicePlanName`**: App Service plan linked to the app.
117
117
-**Name**: Name for the app. We recommend that it's globally unique.
118
-
-**`ResourceGroupName`**: Original resource group for the deleted app. You can get it from `Get-AzDeletedWebApp -Name <your_deleted_app> -Location <your_deleted_app_location>`
118
+
-**`ResourceGroupName`**: Original resource group for the deleted app. You can get it from `Get-AzDeletedWebApp -Name <your_deleted_app> -Location <your_deleted_app_location>`.
119
119
-**Slot**: Slot for the deleted app.
120
120
-**`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 cmdlet.
121
121
@@ -126,13 +126,13 @@ The inputs for command are:
126
126
127
127
If a function app was hosted on a **Dedicated app service plan**, it can be restored, as long as it used the default App Service storage.
128
128
129
-
Fetch the `DeletedSiteId` of the app version you want to restore, by using `Get-AzDeletedWebApp` cmdlet:
129
+
1.Fetch the `DeletedSiteId` of the app version you want to restore, by using the`Get-AzDeletedWebApp` cmdlet:
Create a new function app in a Dedicated plan. Refer to the instructions for [how to create an app in the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app). Restore to the newly created function app by using this cmdlet:
135
+
2.Create a new function app in a Dedicated plan. Refer to the instructions for [how to create an app in the portal](../azure-functions/functions-create-function-app-portal.md#create-a-function-app). Restore to the newly created function app by using this cmdlet:
0 commit comments