Skip to content

Commit 8e829a9

Browse files
authored
Merge pull request #87951 from changeworld/patch-31
Fix typo
2 parents 890f15f + 36c8546 commit 8e829a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/troubleshoot-http-502-http-503.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Some of the things that Kudu provides are:
7676
* environment settings for your application
7777
* log stream
7878
* diagnostic dump
79-
* debug console in which you can run Powershell cmdlets and basic DOS commands.
79+
* debug console in which you can run PowerShell cmdlets and basic DOS commands.
8080

8181
Another useful feature of Kudu is that, in case your application is throwing first-chance exceptions, you can use Kudu and the SysInternals tool Procdump to create memory dumps. These memory dumps are snapshots of the process and can often help you troubleshoot more complicated issues with your app.
8282

@@ -105,5 +105,5 @@ This is often the simplest way to recover from one-time issues. On the [Azure Po
105105

106106
![restart app to solve HTTP errors of 502 bad gateway and 503 service unavailable](./media/app-service-web-troubleshoot-HTTP-502-503/2-restart.png)
107107

108-
You can also manage your app using Azure Powershell. For more information, see
108+
You can also manage your app using Azure PowerShell. For more information, see
109109
[Using Azure PowerShell with Azure Resource Manager](../azure-resource-manager/management/manage-resources-powershell.md).

0 commit comments

Comments
 (0)