Skip to content

Commit 0321ee3

Browse files
authored
Clarify compute costs description in VM solutions
Removed the hyperlink from the compute costs section for clarity.
1 parent 85ea6c0 commit 0321ee3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn-pr/wwl-azure/design-compute-solution/includes/3-design-for-azure-virtual-machine-solutions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The best way to determine the appropriate machine size is to consider the type o
5757

5858
A subscription is billed two separate costs for every virtual machine: _compute_ and _storage_. By separating these costs, you can scale them independently and only pay for what you need.
5959

60-
- **Compute costs**: Compute expenses are priced on a per-hour basis but billed on a per-minute basis. If the virtual machine is deployed for 55 minutes, you're charged for only 55 minutes of usage. You're not charged for compute capacity if you stop and deallocate the virtual machine. The [hourly price](https://azure.microsoft.com/pricing/details/virtual-machines/linux/) varies based on the virtual machine size and operating system you select.
60+
- **Compute costs**: Compute expenses are priced on a per-hour basis but billed on a per-minute basis. If the virtual machine is deployed for 55 minutes, you're charged for only 55 minutes of usage. You're not charged for compute capacity if you stop and deallocate the virtual machine. The hourly price varies based on the virtual machine size and operating system you select.
6161

6262
- **Storage costs**: You're charged separately for the Azure Storage the virtual machine uses. The status of the virtual machine has no relation to the Azure Storage charges that are incurred. You're always charged for any Azure Storage used by the disks.
6363

@@ -78,4 +78,4 @@ Azure provides various operating system images that you can install into the vir
7878
Try the [Azure Virtual Machines selector tool](https://azure.microsoft.com/pricing/vm-selector/) to find other sizes that best fit your workload.
7979

8080
> [!TIP]
81-
> Learn more about virtual machines with the [Introduction to Azure virtual machines](/training/modules/intro-to-azure-virtual-machines/) module.
81+
> Learn more about virtual machines with the [Introduction to Azure virtual machines](/training/modules/intro-to-azure-virtual-machines/) module.

0 commit comments

Comments
 (0)