Skip to content

Commit 3089ac5

Browse files
committed
AI editorial review
1 parent 3871069 commit 3089ac5

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculato
4242

4343
:::image type="content" source="../media/cost-management/pricing-calculator-estimate-openai.png" alt-text="Screenshot of Azure OpenAI cost estimate in the Azure pricing calculator." lightbox="../media/cost-management/pricing-calculator-estimate-openai.png":::
4444

45-
1. You can select more than one product to estimate costs for multiple products. For example, search for and select Virtual Machines to add potential costs for compute resources.
45+
1. Select more than one product to estimate costs for multiple products. For example, search for and select Virtual Machines to add potential costs for compute resources.
4646

4747
:::image type="content" source="../media/cost-management/pricing-calculator-estimate.png" alt-text="Screenshot of total estimate in the Azure pricing calculator." lightbox="../media/cost-management/pricing-calculator-estimate.png":::
4848

@@ -57,7 +57,7 @@ When you create resources for a hub, resources for other Azure services are also
5757
| --- | --- |
5858
| [Azure AI services](https://azure.microsoft.com/pricing/details/cognitive-services/) | You pay to use services such as Azure OpenAI, Speech, Content Safety, Vision, Document Intelligence, and Language. Costs vary for each service and for some features within each service. For more information about provisioning of Azure AI services, see [Azure AI Foundry hubs](../concepts/ai-resources.md).|
5959
| [Azure AI Search](https://azure.microsoft.com/pricing/details/search/) | An example use case is to store data in a [vector search index](./index-add.md). |
60-
| [Azure Machine Learning](https://azure.microsoft.com/pricing/details/machine-learning/) | Compute instances are needed to run [prompt flow](./prompt-flow.md) via Azure AI Foundry.<br/><br/>When you create a compute instance, the virtual machine (VM) stays on so it's available for your work.<br/><br/>Enable idle shutdown to save on cost when the VM is idle for a specified time period.<br/><br/>Or set up a schedule to automatically start and stop the compute instance to save cost when you aren't planning to use it. |
60+
| [Azure Machine Learning](https://azure.microsoft.com/pricing/details/machine-learning/) | You need compute instances to run [prompt flow](./prompt-flow.md) via Azure AI Foundry.<br/><br/>When you create a compute instance, the virtual machine (VM) stays on so it's available for your work.<br/><br/>Enable idle shutdown to save on cost when the VM is idle for a specified time period.<br/><br/>Alternatively, set up a schedule to automatically start and stop the compute instance to save cost when you aren't planning to use it. |
6161
| [Azure Virtual Machine](https://azure.microsoft.com/pricing/details/virtual-machines/) | Azure Virtual Machines gives you the flexibility of virtualization for a wide range of computing solutions. It supports Linux, Windows Server, SQL Server, Oracle, IBM, SAP, and more. |
6262
| [Azure Container Registry Basic account](https://azure.microsoft.com/pricing/details/container-registry) | Provides storage of private Docker container images, enabling fast, scalable retrieval, and network-close deployment of container workloads on Azure. |
6363
| [Azure Blob Storage](https://azure.microsoft.com/pricing/details/storage/blobs/) | Can be used to store Azure AI Foundry project files. |
@@ -66,7 +66,7 @@ When you create resources for a hub, resources for other Azure services are also
6666

6767
### Costs might accrue before deleting an Azure AI Foundry hub
6868

69-
Before you delete a hub in the Azure portal or with Azure CLI, the following sub resources are common costs that accumulate even when you aren't actively working in the workspace. If you're planning on returning to your hub at a later time, these resources might continue to accrue costs:
69+
Before you delete a hub in the Azure portal or with Azure CLI, the following sub resources are common costs that accumulate even when you aren't actively working in the workspace. If you plan to return to your hub at a later time, these resources might continue to accrue costs:
7070
- Azure AI Search (for the data)
7171
- Virtual machines
7272
- Load Balancer
@@ -95,23 +95,23 @@ After you delete a hub in the Azure portal or with Azure CLI, the following reso
9595

9696
As you use Azure AI Foundry, you incur costs. Azure resource usage unit costs vary by time intervals (seconds, minutes, hours, and days) or by unit usage (bytes, megabytes, and so on). You can see the incurred costs in [cost analysis](/azure/cost-management-billing/costs/quick-acm-cost-analysis?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
9797

98-
When you use cost analysis, you view costs in graphs and tables for different time intervals. Some examples are by day, current and prior month, and year. You also view costs against budgets and forecasted costs. Switching to longer views over time can help you identify spending trends. And you see where overspending might occur. If you create budgets, you can also easily see where they're exceeded.
98+
When you use cost analysis, you view costs in graphs and tables for different time intervals. Some examples are by day, current and prior month, and year. You also view costs against budgets and forecasted costs. Switching to longer views over time can help you identify spending trends so you can see where overspending might occur. If you create budgets, you can also easily see where they're exceeded.
9999

100100
### Monitor Azure AI Foundry costs
101101

102-
You can get to cost analysis from the [Azure portal](https://portal.azure.com).
102+
You can access cost analysis from the [Azure portal](https://portal.azure.com).
103103

104104
> [!IMPORTANT]
105-
> Your Azure AI foundry costs are only a subset of your overall application or solution costs. You need to monitor costs for all Azure resources used in your application or solution.
105+
> Your Azure AI Foundry costs are only a subset of your overall application or solution costs. You need to monitor costs for all Azure resources used in your application or solution.
106106
107-
For the examples in this section, assume that all Azure AI Foundry Services are in the same resource group. But you can have resources in different resource groups. For example, your Azure AI Search resource might be in a different resource group than your project.
107+
For the examples in this section, assume that all Azure AI Foundry Services are in the same resource group. However, you can have resources in different resource groups. For example, your Azure AI Search resource might be in a different resource group than your project.
108108

109109
Here's an example of how to monitor costs for a project. The costs are used as an example only. Your costs vary depending on the services that you use and the amount of usage.
110110

111111
[!INCLUDE [uses-hub-only](../includes/uses-hub-only.md)]
112112

113113
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
114-
1. Select your project and then select **Management center** from the left menu.
114+
1. Select your project, then select **Management center** from the left menu.
115115
1. Under the **Project** heading, select **Overview**.
116116
1. Select **View cost for resources** from the **Total cost** section. The [Azure portal](https://portal.azure.com) opens to the resource group for your project.
117117

@@ -121,11 +121,11 @@ Here's an example of how to monitor costs for a project. The costs are used as a
121121

122122
:::image type="content" source="../media/cost-management/project-costs/costs-per-project-resource.png" alt-text="Screenshot of the Azure portal cost analysis with the project and associated resources." lightbox="../media/cost-management/project-costs/costs-per-project-resource.png":::
123123

124-
1. Select **Costs by resource** > **Resources**.
124+
1. Select **Costs by resource** > **Resources** to open the Cost analysis page.
125125

126126
:::image type="content" source="../media/cost-management/project-costs/select-costs-per-resource.png" alt-text="Screenshot of the Azure portal cost analysis with the button to select costs by resources." lightbox="../media/cost-management/project-costs/select-costs-per-resource.png":::
127127

128-
1. On the **Cost analysis** page where you're taken to, make sure the scope is set to your resource group.
128+
1. On the **Cost analysis** page, make sure the scope is set to your resource group.
129129

130130
:::image type="content" source="../media/cost-management/project-costs/costs-per-resource-group-details.png" alt-text="Screenshot of the Azure portal cost analysis for a resource group." lightbox="../media/cost-management/project-costs/costs-per-resource-group-details.png":::
131131

@@ -149,15 +149,15 @@ For more information, see the [Azure pricing calculator](https://azure.microsoft
149149

150150
### Monitor costs for models offered through the Azure Marketplace
151151

152-
Serverless API deployments are offered through Azure Marketplace. The model publishers might apply different costs depending on the offering. Each project in Azure AI Foundry portal has its own subscription with the offering, which allows you to monitor the costs and the consumption happening on that project. Use [Microsoft Cost Management](https://azure.microsoft.com/products/cost-management) to monitor the costs:
152+
Azure Marketplace offers serverless API deployments. Model publishers might apply different costs depending on the offering. Each project in the Azure AI Foundry portal has its own subscription with the offering, which you can use to monitor the costs and consumption happening on that project. Use [Microsoft Cost Management](https://azure.microsoft.com/products/cost-management) to monitor the costs:
153153

154154
1. Sign in to [Azure portal](https://portal.azure.com).
155155

156156
1. Select the portal menu icon to open the left pane.
157157

158158
:::image type="content" source="../media/cost-management/project-costs/portal-menu-icon.png" alt-text="Screenshot of the portal menu icon." lightbox="../media/cost-management/project-costs/portal-menu-icon.png":::
159159

160-
1. On the left pane, select **Cost Management + Billing** and then, select **Cost Management**.
160+
1. On the left pane, select **Cost Management + Billing** and then select **Cost Management**.
161161

162162
1. On the left pane, under the section for **Reporting + analytics**, select **Cost Analysis**.
163163

@@ -196,9 +196,9 @@ Serverless API deployments are offered through Azure Marketplace. The model publ
196196

197197
## Create budgets
198198

199-
You can create [budgets](/azure/cost-management-billing/costs/tutorial-acm-create-budgets?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn) to manage costs and create [alerts](/azure/cost-management-billing/costs/cost-mgt-alerts-monitor-usage-spending?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn) that automatically notify stakeholders of spending anomalies and overspending risks. Alerts are based on spending compared to budget and cost thresholds. Budgets and alerts are created for Azure subscriptions and resource groups, so they're useful as part of an overall cost monitoring strategy.
199+
To manage costs, create [budgets](/azure/cost-management-billing/costs/tutorial-acm-create-budgets?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn) and set up [alerts](/azure/cost-management-billing/costs/cost-mgt-alerts-monitor-usage-spending?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn) that automatically notify stakeholders of spending anomalies and overspending risks. Alerts are based on spending compared to budget and cost thresholds. Create budgets and alerts for Azure subscriptions and resource groups, so they're useful as part of an overall cost monitoring strategy.
200200

201-
Budgets can be created with filters for specific resources or services in Azure if you want more granularity present in your monitoring. Filters help ensure that you don't accidentally create new resources that cost you more money. For more about the filter options when you create a budget, see [Group and filter options](/azure/cost-management-billing/costs/group-filter?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
201+
Create budgets with filters for specific resources or services in Azure if you want more granularity in your monitoring. Filters help ensure that you don't accidentally create new resources that cost you more money. For more about the filter options when you create a budget, see [Group and filter options](/azure/cost-management-billing/costs/group-filter?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
202202

203203
## Export cost data
204204

@@ -209,15 +209,15 @@ You can also [export your cost data](/azure/cost-management-billing/costs/tutori
209209

210210
Azure AI services run on Azure infrastructure that accrues costs along with Azure AI when you deploy the new resource. It's important to understand that extra infrastructure might accrue cost. You need to manage that cost when you make changes to deployed resources.
211211

212-
When you create or use Azure AI services resources, you might get charged based on the services that you use. There are two billing models available for Azure AI services:
212+
When you create or use Azure AI services resources, you might get charged based on the services that you use. Two billing models are available for Azure AI services:
213213

214-
- serverless API: serverless API pricing, you're billed according to the Azure AI services offering that you use, based on its billing information.
215-
- Commitment tiers: With commitment tier pricing, you commit to using several service features for a fixed fee, enabling you to have a predictable total cost based on the needs of your workload. You're billed according to the plan you choose. See [Quickstart: purchase commitment tier pricing](../../ai-services/commitment-tier.md) for information on available services, how to sign up, and considerations when purchasing a plan.
214+
- Serverless API: With serverless API pricing, you're billed according to the Azure AI services offering that you use, based on its billing information.
215+
- Commitment tiers: With commitment tier pricing, you commit to using several service features for a fixed fee, enabling you to have a predictable total cost based on the needs of your workload. You're billed according to the plan you choose. For information on available services, how to sign up, and considerations when purchasing a plan, see [Quickstart: purchase commitment tier pricing](../../ai-services/commitment-tier.md).
216216

217217
> [!NOTE]
218-
> If you use the resource above the quota provided by the commitment plan, you'll be charged for the extra usage as per the overage amount mentioned in the Azure portal when you purchase a commitment plan.
218+
> If you use the resource above the quota provided by the commitment plan, you pay for the extra usage as described in the overage amount in the Azure portal when you purchase a commitment plan.
219219
220-
You can pay for Azure AI services charges with your Azure Prepayment (previously called monetary commitment) credit. However, you can't use Azure Prepayment credit to pay for charges for third-party products and services including ones from Azure Marketplace.
220+
You can pay for Azure AI services charges with your Azure Prepayment (previously called monetary commitment) credit. However, you can't use Azure Prepayment credit to pay for charges for third-party products and services, including ones from Azure Marketplace.
221221

222222
For more information, see the [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/).
223223

0 commit comments

Comments
 (0)