Skip to content

Commit 361a5e8

Browse files
committed
fixing style recomendations
1 parent 4f76944 commit 361a5e8

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
@@ -39,10 +39,10 @@ Once you have identified the deleted app, you can restore it using `Restore-AzDe
3939
Restore-AzDeletedWebApp -ResourceGroupName <my_rg> -Name <my_app> -TargetAppServicePlanName <my_asp>
4040
```
4141

42-
The inputs for this command are:
42+
The inputs for command are:
4343

4444
- **Resource Group**: Target resource group where the app will be restored
45-
- **Name**: Name for the app, this should be globally unique.
45+
- **Name**: Name for the app, should be globally unique.
4646
- **TargetAppServicePlanName**: App Service plan linked to the app
4747

4848
By default `Restore-AzDeletedWebApp` will restore both your app configuration as well a content. If you want to only restore content, you use the `-RestoreContentOnly` flag with this commandlet.

0 commit comments

Comments
 (0)