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/instance-metadata-service-load-balancer.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Retrieve load balancer information by using the Azure Instance Metadata Service
2
+
title: Retrieve load balancer information by using Azure Instance Metadata Service
3
3
titleSuffix: Azure Load Balancer
4
-
description: Get started learning about using the Azure Instance Metadata Service to retrieve load balancer information.
4
+
description: Get started learning about using Azure Instance Metadata Service to retrieve load balancer information.
5
5
services: load-balancer
6
6
author: asudbring
7
7
ms.service: load-balancer
@@ -10,21 +10,21 @@ ms.date: 02/12/2021
10
10
ms.author: allensu
11
11
12
12
---
13
-
# Retrieve load balancer information by using the Azure Instance Metadata Service
13
+
# Retrieve load balancer information by using Azure Instance Metadata Service
14
14
15
15
IMDS (Azure Instance Metadata Service) provides information about currently running virtual machine instances. The service is a REST API that's available at a well-known, non-routable IP address (169.254.169.254).
16
16
17
-
When you place virtual machine or virtual machine set instances behind an Azure Standard Load Balancer, use the IMDS to retrieve metadata related to the load balancer and the instances.
17
+
When you place virtual machine or virtual machine set instances behind an Azure Standard Load Balancer, you can use IMDS to retrieve metadata related to the load balancer and the instances.
18
18
19
19
The metadata includes the following information for the virtual machines or virtual machine scale sets:
20
20
21
21
* Standard SKU public IP.
22
22
* Inbound rule configurations of the load balancer of each private IP of the network interface.
23
23
* Outbound rule configurations of the load balancer of each private IP of the network interface.
24
24
25
-
## Access the load balancer metadata using the IMDS
25
+
## Access the load balancer metadata using IMDS
26
26
27
-
For more information on how to access the load balancer metadata, see [Use the Azure Instance Metadata Service to access load balancer information](howto-load-balancer-imds.md).
27
+
For more information on how to access the load balancer metadata, see [Use Azure Instance Metadata Service to access load balancer information](howto-load-balancer-imds.md).
0 commit comments