You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-manage-health-status.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: Manage Azure Load Balancer health status
3
3
titleSuffix: Azure Load Balancer
4
4
description: Learn how to manage Azure Load Balancer health status to get detailed health information about the backend instances in your Azure Load Balancer backend pool.
5
-
author: mbender
5
+
author: mbender-ms
6
6
ms.service: azure-load-balancer
7
7
ms.topic: concept-article
8
8
ms.date: 10/30/2024
9
-
ms.author: mbender-ms
9
+
ms.author: mbender
10
10
ms.custom: references_regions
11
11
---
12
12
@@ -103,21 +103,21 @@ To retrieve the health status information via REST API, you need to do a two req
103
103
```rest
104
104
105
105
106
-
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/loadBalancers/{loadBalancerName}/loadBalancingRules/{loadBalancingRulesName}/health?api-version=2024-03-01
106
+
POST https://management.azure.com/subscriptions/<subscriptionId>/resourceGroups/<resourceGroupName>/providers/Microsoft.Network/loadBalancers/<loadBalancerName>/loadBalancingRules/<loadBalancingRulesName>/health?api-version=2024-03-01&preserve-view=true
107
107
Authorization: Bearer <access token>
108
108
109
109
```
110
110
111
111
1. Copy the Location URI from the Response Headers. Location URI should follow this schema.
1. Use the copied Location URI to make a GET request.
118
118
119
119
```rest
120
-
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{locationName}/operationResults/{operationResultsId}?api-version=2024-03-01
120
+
GET https://management.azure.com/subscriptions/<subscriptionId>/providers/Microsoft.Network/locations/<locationName>/operationResults/<operationResultsId>?api-version=2024-03-01&preserve-view=true
121
121
122
122
Authorization: Bearer <access token>
123
123
@@ -132,13 +132,13 @@ To retrieve the health status information via REST API, you need to do a two req
0 commit comments