Skip to content

Commit d03b3f7

Browse files
authored
Merge pull request #17 from cburuzie/patch-60
Update load-balancer-manage-health-status.md
2 parents e4db297 + 3b0dfb7 commit d03b3f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/load-balancer/load-balancer-manage-health-status.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: references_regions
1212

1313
# Manage Azure Load Balancer Health Status
1414

15-
Health status is an Azure Load Balancer feature that gives detailed health information about the backend instances in your Azure Load Balancer backend pool linked to your load balancing rule. This status provides insights into the health state and reasoning of these backend instances.
15+
Health status is an Azure Load Balancer feature that gives detailed health information about the backend instances in your Azure Load Balancer backend pool. Linked to your load balancing rule, this status provides insights into the health state and reasoning of these backend instances.
1616

1717
## State of backend instances
1818

@@ -25,7 +25,7 @@ Health status exposes the state of your backend instances. There are two state v
2525

2626
## Reason codes
2727

28-
Health status also exposes various reason codes, categorized into User Triggered Reason Codes and Platform Triggered Reason Codes. These codes help you understand the precise reasons for the health probe state of your backend instances and why they're being probed being Up or Down.
28+
Health status also exposes reason codes, categorized into User Triggered Reason Codes and Platform Triggered Reason Codes. These codes help you understand the precise reasons for the health probe state of your backend instances and why they're being probed Up or Down.
2929

3030
### User Triggered Reason Codes
3131

@@ -68,16 +68,17 @@ Platform triggered reason codes are triggered based on the Azure Load Balancer
6868
| **Up_Platform** | The backend instance is responding to the health probe successfully, but there may be an infrastructure related issue. The Azure service team is alerted and will resolve the issue.| The backend instance is responding to the health probe successfully, but there can be an infrastructure related issue. The Azure service team is alerted and will resolve the issue. |
6969
| **Down_Platform** | The backend instance is unhealthy due to an infrastructure related issue. The Azure service team is alerted and will resolve the issue. | The backend instance is unhealthy due to an infrastructure related issue. The Azure service team is alerted and will resolve the issue. |
7070

71-
# [Azure portal](#tab/azure-portal)
7271
## How to retrieve health status
7372

7473
Health status can be retrieved on a per load balancing rule basis. This is supported via Azure port and REST API.
7574

75+
# [Azure portal](#tab/azure-portal)
76+
7677
1. Sign in to the Azure portal.
7778
2. In the search bar, enter **Load Balancers** and select **Load Balancers** from the search results.
7879
3. On the **Load Balancers** page, select your load balancer from the list.
7980
4. In your load balancer's **Settings** section, select **Load balancing rules**.
80-
5. In the **Load balancing rules** page, select **View details** under the **Health state** column for the rule you want to view.
81+
5. In the **Load balancing rules** page, select **View details** under the **Health status** column for the rule you want to view.
8182

8283
:::image type="content" source="media/load-balancer-manage-health-status/load-balancing-rules-list-small.png" alt-text="Screenshot of list of load balancing rules with health status link." lightbox="media/load-balancer-manage-health-status/load-balancing-rules-list.png":::
8384

0 commit comments

Comments
 (0)