Skip to content

Commit 90d0811

Browse files
authored
Update states-billing.md
1 parent 12a1714 commit 90d0811

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/virtual-machines/states-billing.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The instance view API provides VM running-state information. For more informatio
2323

2424
Azure Resources Explorer provides a simple UI for viewing the VM running state: [Resource Explorer](https://resources.azure.com/).
2525

26-
The VM provisioning state is available (in slightly different forms) from within the VM properties (`provisioningState` property) and the InstanceView. Within the VM InstanceView there will be an element within the `status` arrow in the form of `ProvisioningState/<state>[/<errorCode>]`
26+
The VM provisioning state is available (in slightly different forms) from within the VM properties `provisioningState` and the InstanceView. In the VM InstanceView there will be an element within the `status` array in the form of `ProvisioningState/<state>[/<errorCode>]`.
2727

2828
To retrieve the power state of all the VMs in your subscription, use the [Virtual Machines - List All API](/rest/api/compute/virtualmachines/listall) with parameter **statusOnly** set to *true*.
2929

@@ -47,7 +47,6 @@ The following table provides a description of each instance state and indicates
4747
| Deallocating | This is the transitional state between running and deallocated. | Not billed* |
4848
| Deallocated | The Virtual Machine has released the lease on the underlying hardware and is completely powered off. This state is also referred to as *Stopped (Deallocated)*. | Not billed* |
4949

50-
&#42; Some Azure resources, such as [Disks](https://azure.microsoft.com/pricing/details/managed-disks) and [Networking](https://azure.microsoft.com/pricing/details/bandwidth/) will continue to incur charges.
5150

5251
**Example of PowerState in JSON**
5352

@@ -59,6 +58,8 @@ The following table provides a description of each instance state and indicates
5958
}
6059
```
6160

61+
&#42; Some Azure resources, such as [Disks](https://azure.microsoft.com/pricing/details/managed-disks) and [Networking](https://azure.microsoft.com/pricing/details/bandwidth/) will continue to incur charges.
62+
6263

6364
## Provisioning states
6465

0 commit comments

Comments
 (0)