Skip to content

Commit 3cdfbe1

Browse files
committed
fixing style recomendations
1 parent 3686537 commit 3cdfbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Get-AzDeletedWebApp -Name <your_deleted_app>
2323

2424
The detailed information includes:
2525

26-
- **DeletedSiteId**: Unique identifier for the app, this is used for scenarios where multiple apps with the same name have been deleted
26+
- **DeletedSiteId**: Unique identifier for the app, used for scenarios where multiple apps with the same name have been deleted
2727
- **SubscriptionID**: Subscription containing the deleted resource
2828
- **Location**: Location of the original app
2929
- **ResourceGroupName**: Name of the original resource group
@@ -33,7 +33,7 @@ The detailed information includes:
3333

3434
## Restore deleted app
3535

36-
Once you have identified the deleted app, you can restore it using `Restore-AzDeletedWebApp`.
36+
Once the app you want to restore has been identified, you can restore it using `Restore-AzDeletedWebApp`.
3737

3838
```powershell
3939
Restore-AzDeletedWebApp -ResourceGroupName <my_rg> -Name <my_app> -TargetAppServicePlanName <my_asp>

0 commit comments

Comments
 (0)