Skip to content

Commit 51703eb

Browse files
committed
fix blocking issues
1 parent 6bc88ba commit 51703eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/application-gateway/application-gateway-backend-health.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ For Unhealthy and Unknown statuses, you will also find a Troubleshoot link prese
3636
1. **Azure Network Watcher's Connection troubleshoot** - Visit the [Connection Troubleshoot](../network-watcher/network-watcher-connectivity-portal.md) documentation article to learn how to use this tool.
3737
1. **Backend server certificate visualization** - The Backend server certificate visualization makes it easy to understand the problem area, allowing you to act on the problem quickly. The three core components in the illustration provide you with a complete picture — The client, the Application Gateway, and the Backend Server. However, the problems explained in this troubleshooting section only focus on the TLS connection between the application gateway and the backend server.
3838

39-
:::image type="content" source="media/application-gateway-backend-health/backend-cert-error.png" alt-text="Visualization showing certificate error on the Backend Health page":::
39+
:::image type="content" source="media/application-gateway-backend-health/backend-certificate-error.png" alt-text="Screenshot and explanation of a certificate error on the Backend Health page.":::
4040

4141
**Reading the illustration**
4242
- The red lines indicate a problem with the TLS connection between the gateway and the backend server or the certificate components on the backend server.
43-
- The red text in the Application Gateway or the Backend Server blocks indicate problems with the Backend Settings or the server certificate, respectively.
43+
- If there is red text in the Application Gateway or the Backend Server blocks, this indicates problems with the Backend Settings or the server certificate, respectively.
4444
- You must act on the respective property (Application Gateway's Backend Setting or the Backend Server) depending on the error indication and location.
45-
- A solution for each error type is available at the top, or you can visit the given documentation link to know more.
45+
- A solution for each error type is provided. A documentation link is also provided for more information.
4646

4747
### Using PowerShell
4848

articles/application-gateway/application-gateway-probe-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ For example:
9797
$match = New-AzApplicationGatewayProbeHealthResponseMatch -StatusCode 200-399
9898
$match = New-AzApplicationGatewayProbeHealthResponseMatch -Body "Healthy"
9999
```
100-
Once the match criteria is specified, it can be attached to probe configuration using a `-Match` parameter in PowerShell.
100+
Match criteria can be attached to probe configuration using a `-Match` operator in PowerShell.
101101

102102
### Some use cases for Custom probes
103103
- If a backend server allows access to only authenticated users, the application gateway probes will receive a 403 response code instead of 200. As the clients (users) are bound to authenticate themselves for the live traffic, you can configure the probe traffic to accept 403 as an expected response.

0 commit comments

Comments
 (0)