Skip to content

Commit 59a6ae9

Browse files
authored
Update vm-usage.md
1 parent c1d849a commit 59a6ae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/windows/vm-usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Premium storage capable VMs are billed at the same rate as non-premium storage c
134134

135135
There are 3 possible places in the APIs which may return the operating system running on the VM:
136136

137-
1) Running VMs that include the guest agent (all Linux VMs and most Windows VMs) will show the OS Name and OS Version in the VM Instances view. This is accurate at all times, but due to the fact that the information comes from the guest agent it will not be available for all VMs. API documentation [here](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines/instanceview#virtualmachineagentinstanceview).
138-
2) VMs deployed from a platform image will contain the image details which may indicate the OS version in the publisher selected names for Offer or SKU. However, these are publisher selected so there is no guarantee the OS will be discoverable in the naming. API documentation [here](https://docs.microsoft.com/en-us/rest/api/compute/images/get#operatingsystemtypes).
139-
3) Each OS Disk will have a specified value of Windows or Linux. This value is inherited from the image when the OS Disk was created from an image. When an OS disk is uploaded to the platform directly, then the OS value is set when the OS disk is created. This value is always present, but the Azure platform does not ensure it is correct. API documentation [here](https://docs.microsoft.com/en-us/rest/api/compute/virtualmachineimages/get#operatingsystemtypes).
137+
1) Running VMs that include the guest agent (all Linux VMs and most Windows VMs) will show the OS Name and OS Version in the VM Instances view. This is accurate at all times, but due to the fact that the information comes from the guest agent it will not be available for all VMs. API documentation [here](https://docs.microsoft.com/rest/api/compute/virtualmachines/instanceview#virtualmachineagentinstanceview).
138+
2) VMs deployed from a platform image will contain the image details which may indicate the OS version in the publisher selected names for Offer or SKU. However, these are publisher selected so there is no guarantee the OS will be discoverable in the naming. API documentation [here](https://docs.microsoft.com/rest/api/compute/images/get#operatingsystemtypes).
139+
3) Each OS Disk will have a specified value of Windows or Linux. This value is inherited from the image when the OS Disk was created from an image. When an OS disk is uploaded to the platform directly, then the OS value is set when the OS disk is created. This value is always present, but the Azure platform does not ensure it is correct. API documentation [here](https://docs.microsoft.com/rest/api/compute/virtualmachineimages/get#operatingsystemtypes).
140140

141141
## Next steps
142142
To learn more about your usage details, see [Understand your bill for Microsoft Azure.](../../cost-management-billing/understand/review-individual-bill.md)

0 commit comments

Comments
 (0)