Skip to content

Commit 0fc5db9

Browse files
authored
Fix typo
1 parent 29b43de commit 0fc5db9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Restore-AzDeletedWebApp -TargetResourceGroupName <my_rg> -Name <my_app> -TargetA
7474

7575
> [!NOTE]
7676
> Deployment slots are not restored as part of your app. If you need to restore a staging slot, use the `-Slot <slot-name>` flag.
77+
> The commandlet is restoring original slot to the target app's production slot.
7778
> By default `Restore-AzDeletedWebApp` will restore both your app configuration as well any content to target app. If you want to only restore content, you use the `-RestoreContentOnly` flag with this commandlet.
7879
7980
>Restore only site content to the target app
@@ -95,7 +96,7 @@ The inputs for command are:
9596
- **Name**: Name for the app, should be globally unique.
9697
- **ResourceGroupName**: Original resource group for the deleted app
9798
- **Slot**: Slot for the deleted app
98-
- **RestoreContentOnly**: y 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.
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.
99100

100101
> [!NOTE]
101102
> 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.

0 commit comments

Comments
 (0)