Skip to content

Commit 7c8bfb2

Browse files
committed
update
1 parent 0498a7e commit 7c8bfb2

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/load-balancer/load-balancer-standard-diagnostics.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.devlang: na
1111
ms.topic: article
1212
ms.tgt_pltfrm: na
1313
ms.workload: infrastructure-services
14-
ms.date: 05/15/2019
14+
ms.date: 06/05/2019
1515
ms.author: Kumud
1616
---
1717

@@ -26,7 +26,7 @@ This article provides a quick tour of these capabilities, and it offers ways to
2626

2727
## <a name = "MultiDimensionalMetrics"></a>Multi-dimensional metrics
2828

29-
Azure Load Balancer provides new multi-dimensional metrics via the new Azure Metrics (preview) in the Azure portal, and it helps you get real-time diagnostic insights into your load balancer resources.
29+
Azure Load Balancer provides new multi-dimensional metrics via the new Azure Metrics in the Azure portal, and it helps you get real-time diagnostic insights into your load balancer resources.
3030

3131
The various Standard Load Balancer configurations provide the following metrics:
3232

@@ -50,7 +50,7 @@ To view the metrics for your Standard Load Balancer resources:
5050
2. Set the appropriate aggregation type.
5151
3. Optionally, configure the required filtering and grouping.
5252

53-
![Metrics preview for Standard Load Balancer](./media/load-balancer-standard-diagnostics/LBMetrics1a.png)
53+
![Metrics for Standard Load Balancer](./media/load-balancer-standard-diagnostics/LBMetrics1a.png)
5454

5555
*Figure: Data Path Availability metric for Standard Load Balancer*
5656

@@ -100,10 +100,6 @@ To get the health probe status for your Standard Load Balancer resources:
100100
1. Select the **Health Probe Status** metric with **Avg** aggregation type.
101101
2. Apply a filter on the required Frontend IP address or port (or both).
102102

103-
![Health Probe Status](./media/load-balancer-standard-diagnostics/health-probe-status.png)
104-
105-
*Figure: Health Probe Status*
106-
107103
Health probes fail for the following reasons:
108104
- You configure a health probe to a port that is not listening or not responding or is using the wrong protocol. If your service is using direct server return (DSR, or floating IP) rules, make sure that the service is listening on the IP address of the NIC's IP configuration and not just on the loopback that's configured with the front-end IP address.
109105
- Your probe is not permitted by the Network Security Group, the VM's guest OS firewall, or the application layer filters.
@@ -166,7 +162,7 @@ You can take it a step further and use VIP availability metrics to gain insight
166162

167163
The chart displays the following information:
168164
- The infrastructure hosting your VMs was unavailable and at 0 percent at the beginning of the chart. Later, the infrastructure was healthy and the VMs were reachable, and more than one VM was placed in the back end. This information is indicated by the blue trace for data path availability (VIP availability), which was later at 100 percent.
169-
- The health probe status (DIP availability), indicated by the purple trace, is at 0 percent at the beginning of the chart. The circled area in green highlights where the status (DIP availability) became healthy, and at which point the customer's deployment was able to accept new flows.
165+
- The health probe status (DIP availability), indicated by the purple trace, is at 0 percent at the beginning of the chart. The circled area in green highlights where the health probe status (DIP availability) became healthy, and at which point the customer's deployment was able to accept new flows.
170166

171167
The chart allows customers to troubleshoot the deployment on their own without having to guess or ask support whether other issues are occurring. The service was unavailable because health probes were failing due to either a misconfiguration or a failed application.
172168

0 commit comments

Comments
 (0)