Skip to content

Commit 9e2f22b

Browse files
authored
Merge pull request #185465 from thisisanniefang/patch-10
Fix wording - remove "the" before IMDS
2 parents 201e193 + b9d0966 commit 9e2f22b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/load-balancer/instance-metadata-service-load-balancer.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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
33
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.
55
services: load-balancer
66
author: asudbring
77
ms.service: load-balancer
@@ -10,21 +10,21 @@ ms.date: 02/12/2021
1010
ms.author: allensu
1111

1212
---
13-
# Retrieve load balancer information by using the Azure Instance Metadata Service
13+
# Retrieve load balancer information by using Azure Instance Metadata Service
1414

1515
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).
1616

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.
1818

1919
The metadata includes the following information for the virtual machines or virtual machine scale sets:
2020

2121
* Standard SKU public IP.
2222
* Inbound rule configurations of the load balancer of each private IP of the network interface.
2323
* Outbound rule configurations of the load balancer of each private IP of the network interface.
2424

25-
## Access the load balancer metadata using the IMDS
25+
## Access the load balancer metadata using IMDS
2626

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).
2828

2929
## Troubleshoot common error codes
3030

0 commit comments

Comments
 (0)