Skip to content

Commit 6110285

Browse files
authored
Merge pull request #111189 from btardif/undelete
addressing slot restore question #51811
2 parents ded07cd + e602202 commit 6110285

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ Once the app you want to restore has been identified, you can restore it using `
4949
```powershell
5050
Restore-AzDeletedWebApp -ResourceGroupName <my_rg> -Name <my_app> -TargetAppServicePlanName <my_asp>
5151
```
52+
> [!NOTE]
53+
> Deployment slots are not restored as part of your app. If you need to restore a staging slot use the `-Slot <slot-name>` flag.
54+
>
5255
5356
The inputs for command are:
5457

0 commit comments

Comments
 (0)