Skip to content

Commit 3686537

Browse files
committed
fixing style recomendations
1 parent 361a5e8 commit 3686537

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
@@ -9,11 +9,11 @@ ms.topic: article
99

1010
# Restore deleted App Service app Using PowerShell
1111

12-
If you happened to accidentally delete your app in Azure App Service you can restore it using the commands from the [Az PowerShell module](https://docs.microsoft.com/powershell/azure/?view=azps-2.6.0&viewFallbackFrom=azps-2.2.0).
12+
If you happened to accidentally delete your app in Azure App Service, you can restore it using the commands from the [Az PowerShell module](https://docs.microsoft.com/powershell/azure/?view=azps-2.6.0&viewFallbackFrom=azps-2.2.0).
1313

1414
## List Deleted Web Apps
1515

16-
To get the collection of deleted apps you can use `Get-AzDeletedWebApp`.
16+
To get the collection of deleted apps, you can use `Get-AzDeletedWebApp`.
1717

1818
For details on a specific deleted app you can use:
1919

0 commit comments

Comments
 (0)