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
[All Generally Available Global Azure Regions](https://azure.microsoft.com/regions/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
39
39
[Azure Government](https://azure.microsoft.com/overview/clouds/government/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
40
-
[Azure China](https://www.azure.cn/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
40
+
[Azure China 21Vianet](https://www.azure.cn/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
41
41
[Azure Germany](https://azure.microsoft.com/overview/clouds/germany/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
42
42
43
43
This table is updated when there are service updates and/or new supported versions are available.
@@ -463,13 +463,12 @@ The following Compute categories are available through the Instance API:
463
463
Data | Description | Version Introduced
464
464
-----|-------------|-----------------------
465
465
azEnvironment | Azure Environment where the VM is running in| 2018-10-01
466
-
customData | This field holds up to 64 K of custom data. This feature is currently disabled, but will be enabled soon | 2019-02-01
467
466
location | Azure Region the VM is running in| 2017-04-02
468
467
name | Name of the VM | 2017-04-02
469
468
offer | Offer information for the VM image and is only present for images deployed from Azure image gallery | 2017-04-02
470
469
osType | Linux or Windows | 2017-04-02
471
470
placementGroupId | [Placement Group](../../virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups.md) of your virtual machine scale set| 2017-08-01
472
-
plan | [Plan](https://docs.microsoft.com/rest/api/compute/virtualmachines/createorupdate#plan) containing name, product, and publisher for a VM ifits an Azure Marketplace Image | 2018-04-02
471
+
plan | [Plan](https://docs.microsoft.com/rest/api/compute/virtualmachines/createorupdate#plan) containing name, product, and publisher for a VM ifit is an Azure Marketplace Image | 2018-04-02
473
472
platformUpdateDomain | [Update domain](manage-availability.md) the VM is running in| 2017-04-02
474
473
platformFaultDomain | [Fault domain](manage-availability.md) the VM is running in| 2017-04-02
475
474
provider | Provider of the VM | 2018-10-01
@@ -484,7 +483,7 @@ tags | [Tags](../../azure-resource-manager/resource-group-using-tags.md) for you
484
483
tagsList | Tags formatted as a JSON array for easier programmatic parsing | 2019-06-04
485
484
version | Version of the VM image | 2017-04-02
486
485
vmId | [Unique identifier](https://azure.microsoft.com/blog/accessing-and-using-azure-vm-unique-id/) for the VM | 2017-04-02
487
-
vmScaleSetName | [Virtual Machine ScaleSet Name](../../virtual-machine-scale-sets/virtual-machine-scale-sets-overview.md) of your virtual machine scale set| 2017-12-01
486
+
vmScaleSetName | [Virtual Machine Scale Set Name](../../virtual-machine-scale-sets/virtual-machine-scale-sets-overview.md) of your virtual machine scale set| 2017-12-01
488
487
vmSize | [VM size](sizes.md) | 2017-04-02
489
488
zone | [Availability Zone](../../availability-zones/az-overview.md) of your virtual machine | 2017-12-01
490
489
@@ -532,7 +531,7 @@ Nonce is an optional 10-digit string. If not provided, IMDS returns the current
532
531
}
533
532
```
534
533
535
-
>The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
534
+
The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
536
535
537
536
#### Retrieving attested metadata in Windows Virtual Machine
538
537
@@ -564,7 +563,7 @@ Nonce is an optional 10-digit string. If not provided, IMDS returns the current
564
563
}
565
564
```
566
565
567
-
> The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
566
+
The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
568
567
569
568
570
569
## Example scenarios for usage
@@ -723,7 +722,7 @@ The cloud and the values of the Azure Environment are listed below.
723
722
---------|-----------------
724
723
[All Generally Available Global Azure Regions](https://azure.microsoft.com/regions/) | AzurePublicCloud
Instance Metadata Service can provide details about the storage disks associated with the VM. This data can be found at the instance/compute/storageProfile endpoint.
[All Generally Available Global Azure Regions](https://azure.microsoft.com/regions/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
39
39
[Azure Government](https://azure.microsoft.com/overview/clouds/government/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
40
-
[Azure China](https://www.azure.cn/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
40
+
[Azure China 21Vianet](https://www.azure.cn/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
41
41
[Azure Germany](https://azure.microsoft.com/overview/clouds/germany/) | Generally Available | 2017-04-02, 2017-08-01, 2017-12-01, 2018-02-01, 2018-04-02, 2018-10-01, 2019-02-01, 2019-03-11, 2019-04-30, 2019-06-01, 2019-06-04, 2019-08-01, 2019-08-15, 2019-11-01
42
42
43
43
This table is updated when there are service updates and/or new supported versions are available.
@@ -463,13 +463,12 @@ The following Compute categories are available through the Instance API:
463
463
Data | Description | Version Introduced
464
464
-----|-------------|-----------------------
465
465
azEnvironment | Azure Environment where the VM is running in | 2018-10-01
466
-
customData | This field holds up to 64 K of custom data. This feature is currently disabled, but will be enabled soon | 2019-02-01
467
466
location | Azure Region the VM is running in | 2017-04-02
468
467
name | Name of the VM | 2017-04-02
469
468
offer | Offer information for the VM image and is only present for images deployed from Azure image gallery | 2017-04-02
470
469
osType | Linux or Windows | 2017-04-02
471
470
placementGroupId | [Placement Group](../../virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups.md) of your virtual machine scale set | 2017-08-01
472
-
plan | [Plan](https://docs.microsoft.com/rest/api/compute/virtualmachines/createorupdate#plan) containing name, product, and publisher for a VM if its an Azure Marketplace Image | 2018-04-02
471
+
plan | [Plan](https://docs.microsoft.com/rest/api/compute/virtualmachines/createorupdate#plan) containing name, product, and publisher for a VM if it is an Azure Marketplace Image | 2018-04-02
473
472
platformUpdateDomain | [Update domain](manage-availability.md) the VM is running in | 2017-04-02
474
473
platformFaultDomain | [Fault domain](manage-availability.md) the VM is running in | 2017-04-02
475
474
provider | Provider of the VM | 2018-10-01
@@ -484,7 +483,7 @@ tags | [Tags](../../azure-resource-manager/resource-group-using-tags.md) for you
484
483
tagsList | Tags formatted as a JSON array for easier programmatic parsing | 2019-06-04
485
484
version | Version of the VM image | 2017-04-02
486
485
vmId | [Unique identifier](https://azure.microsoft.com/blog/accessing-and-using-azure-vm-unique-id/) for the VM | 2017-04-02
487
-
vmScaleSetName | [Virtual Machine ScaleSet Name](../../virtual-machine-scale-sets/virtual-machine-scale-sets-overview.md) of your virtual machine scale set | 2017-12-01
486
+
vmScaleSetName | [Virtual Machine scale set Name](../../virtual-machine-scale-sets/virtual-machine-scale-sets-overview.md) of your virtual machine scale set | 2017-12-01
488
487
vmSize | [VM size](sizes.md) | 2017-04-02
489
488
zone | [Availability Zone](../../availability-zones/az-overview.md) of your virtual machine | 2017-12-01
490
489
@@ -532,7 +531,7 @@ Nonce is an optional 10-digit string. If not provided, IMDS returns the current
532
531
}
533
532
```
534
533
535
-
> The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
534
+
The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
536
535
537
536
#### Retrieving attested metadata in Windows Virtual Machine
538
537
@@ -564,7 +563,7 @@ Nonce is an optional 10-digit string. If not provided, IMDS returns the current
564
563
}
565
564
```
566
565
567
-
> The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
566
+
The signature blob is a [pkcs7](https://aka.ms/pkcs7) signed version of document. It contains the certificate used for signing along with the VM details like vmId, sku, nonce, subscriptionId, timeStamp for creation and expiry of the document and the plan information about the image. The plan information is only populated for Azure Market place images. The certificate can be extracted from the response and used to validate that the response is valid and is coming from Azure.
568
567
569
568
570
569
## Example scenarios for usage
@@ -724,7 +723,7 @@ The regions and the values of the Azure Environment are listed below.
724
723
---------|-----------------
725
724
[All Generally Available Global Azure Regions](https://azure.microsoft.com/regions/) | AzurePublicCloud
Instance Metadata Service can provide details about the storage disks associated with the VM. This data can be found at the instance/compute/storageProfile endpoint.
0 commit comments