Skip to content

Commit 17a7ada

Browse files
authored
Merge pull request #103023 from KumariSupriya/KumariSupriya_IMDS_DocIssues
Minor fixes in the docs
2 parents 68fb77c + 5b52570 commit 17a7ada

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/virtual-machines/linux/instance-metadata-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: virtual-machines-linux
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-linux
1515
ms.workload: infrastructure-services
16-
ms.date: 04/25/2019
16+
ms.date: 01/31/2020
1717
ms.author: sukumari
1818
ms.reviewer: azmetadata
1919
---
@@ -747,7 +747,7 @@ The `tags` field is a string with the tags delimited by semicolons. This can be
747747
**Request**
748748
749749
```bash
750-
curl -H Metadata:true "http://169.254.169.254/metadata/instance/compute/tagsList?api-version=2019-06-04&format=text"
750+
curl -H Metadata:true "http://169.254.169.254/metadata/instance/compute/tagsList?api-version=2019-06-04&format=json"
751751
```
752752
753753
**Response**
@@ -1053,7 +1053,7 @@ Puppet | https://github.com/keirans/azuremetadata
10531053
8. How do I get support for the service?
10541054
* To get support for the service, create a support issue in Azure portal for the VM where you are not able to get metadata response after long retries.
10551055
9. I get request timed out for my call to the service?
1056-
* Metadata calls must be made from the primary IP address assigned to the network card of the VM, in addition in case you have changed your routes there must be a route for 169.254.0.0/16 address out of your network card.
1056+
* Metadata calls must be made from the primary IP address assigned to the primary network card of the VM, in addition in case you have changed your routes there must be a route for 169.254.0.0/16 address out of your network card.
10571057
10. I updated my tags in virtual machine scale set but they don't appear in the instances unlike VMs?
10581058
* Currently for ScaleSets tags only show to the VM on a reboot/reimage/or a disk change to the instance.
10591059

articles/virtual-machines/windows/instance-metadata-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.service: virtual-machines-windows
1313
ms.topic: article
1414
ms.tgt_pltfrm: vm-windows
1515
ms.workload: infrastructure-services
16-
ms.date: 04/25/2019
16+
ms.date: 01/31/2020
1717
ms.author: sukumari
1818
ms.reviewer: azmetadata
1919
---
@@ -540,7 +540,7 @@ The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document
540540

541541
Instance metadata can be retrieved in Windows via the PowerShell utility `curl`:
542542

543-
```bash
543+
```powershell
544544
curl -H @{'Metadata'='true'} "http://169.254.169.254/metadata/attested/document?api-version=2018-10-01&nonce=1234567890" | select -ExpandProperty Content
545545
```
546546

@@ -1054,7 +1054,7 @@ Puppet | https://github.com/keirans/azuremetadata
10541054
8. How do I get support for the service?
10551055
* To get support for the service, create a support issue in Azure portal for the VM where you are not able to get metadata response after long retries.
10561056
9. I get request timed out for my call to the service?
1057-
* Metadata calls must be made from the primary IP address assigned to the network card of the VM, in addition in case you have changed your routes there must be a route for 169.254.0.0/16 address out of your network card.
1057+
* Metadata calls must be made from the primary IP address assigned to the primary network card of the VM, in addition in case you have changed your routes there must be a route for 169.254.0.0/16 address out of your network card.
10581058
10. I updated my tags in virtual machine scale set but they don't appear in the instances unlike VMs?
10591059
* Currently for ScaleSets tags only show to the VM on a reboot/reimage/or a disk change to the instance.
10601060

0 commit comments

Comments
 (0)