Skip to content

Commit 40580ac

Browse files
authored
Merge pull request #124161 from Daniellezha/patch-5
Update app-service-undelete.md
2 parents c121d96 + 83b1f2c commit 40580ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The inputs for command are:
9595
- **TargetName**: Target app for the deleted app to be restored to
9696
- **TargetAppServicePlanName**: App Service plan linked to the app
9797
- **Name**: Name for the app, should be globally unique.
98-
- **ResourceGroupName**: Original resource group for the deleted app
98+
- **ResourceGroupName**: Original resource group for the deleted app, you can get it from Get-AzDeletedWebApp -Name <your_deleted_app> -Location <your_deleted_app_location>
9999
- **Slot**: Slot for the deleted app
100100
- **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 commandlet.
101101

0 commit comments

Comments
 (0)