Skip to content

Commit 6ea4174

Browse files
Merge pull request #4327 from Blackmist/removing-pricing
updating to remove a price value
2 parents e3d7115 + eb63135 commit 6ea4174

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/ai-foundry/how-to/costs-plan-manage.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- build-2024
1010
- ignite-2024
1111
ms.topic: conceptual
12-
ms.date: 02/19/2025
12+
ms.date: 04/25/2025
1313
ms.reviewer: siarora
1414
ms.author: larryfr
1515
author: Blackmist
@@ -73,10 +73,12 @@ Before you delete a hub in the Azure portal or with Azure CLI, the following sub
7373
- Azure Virtual Network
7474
- Bandwidth
7575

76-
Each VM is billed per hour it's running. Cost depends on VM specifications. VMs that are running but not actively working on a dataset are still charged via the load balancer. For each compute instance, one load balancer is billed per day. Every 50 nodes of a compute cluster have one standard load balancer billed. Each load balancer is billed around $0.33/day. To avoid load balancer costs on stopped compute instances and compute clusters, delete the compute resource.
76+
Each VM is billed per hour it's running. Cost depends on VM specifications. VMs that are running but not actively working on a dataset are still charged via the load balancer. For each compute instance, one load balancer is billed per day. Every 50 nodes of a compute cluster have one standard load balancer billed. To avoid load balancer costs on stopped compute instances and compute clusters, delete the compute resource.
7777

7878
Compute instances also incur P10 disk costs even in stopped state. This cost is because any user content saved to disk is persisted across the stopped state similar to Azure VMs. We're working on making the OS disk size/ type configurable to better control costs. For Azure Virtual Networks, one virtual network is billed per subscription and per region. Virtual networks can't span regions or subscriptions. Setting up private endpoints in virtual network setups might also incur charges. If your virtual network uses an Azure Firewall, the firewall might also incur charges. Bandwidth usage is charged; the more data transferred, the more you're charged.
7979

80+
For more information, see the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
81+
8082
> [!TIP]
8183
> Using a managed virtual network is free. However some features of the managed network rely on Azure Private Link (for private endpoints) and Azure Firewall (for FQDN rules) and will incur charges. For more information, see [Managed virtual network isolation](configure-managed-network.md#pricing).
8284
@@ -127,9 +129,9 @@ Here's an example of how to monitor costs for a project. The costs are used as a
127129

128130
In this example:
129131
- The resource group name is **rg-contosoairesource**.
130-
- The total cost for all resources and services in the resource group is **$222.97**. In this example, $222.97 is the total cost for your application or solution that you're building with Azure AI Foundry. Again, this example assumes that all Azure AI Foundry resources are in the same resource group. But you can have resources in different resource groups.
132+
- The total cost for all resources and services in the example resource group is **$222.97**. In this example, $222.97 is the total cost for your application or solution that you're building with Azure AI Foundry. Again, this example assumes that all Azure AI Foundry resources are in the same resource group. But you can have resources in different resource groups.
131133
- The project name is **contoso-outdoor-proj**.
132-
- The costs that are limited to resources and services in the [project](../concepts/ai-resources.md#organize-work-in-projects-for-customization) total **$212.06**.
134+
- The costs that are limited to resources and services in the example [project](../concepts/ai-resources.md#organize-work-in-projects-for-customization) total **$212.06**.
133135

134136
1. Expand **contoso-outdoor-proj** to see the costs for services underlying the [project](../concepts/ai-resources.md#organize-work-in-projects-for-customization) resource.
135137

0 commit comments

Comments
 (0)