Skip to content

Commit d32dd4b

Browse files
committed
initial editorial review
1 parent 94dd735 commit d32dd4b

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

articles/ai-foundry/how-to/deploy-models-managed-pay-go.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: PayGo Surcharge for protected models in Azure AI Foundry
2+
title: Deploy Azure AI Foundry Models with pay-as-you-go billing to managed compute
33
titleSuffix: Azure AI Foundry
4-
description: Learn how to deploy third-party protected models on Azure AI Foundry managed compute and understand how pay-as-you-go surcharge billing works.
4+
description: Learn how to deploy protected models from partners and community on Azure AI Foundry managed compute and understand how pay-as-you-go surcharge billing works.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:
@@ -13,22 +13,25 @@ ms.author: mopeakande
1313
author: msakande
1414
---
1515

16-
**PayGo Surcharge for Models on Managed Compute**
16+
# Deploy Azure AI Foundry Models with pay-as-you-go billing to managed compute
1717

18-
Azure AI Foundry offers a comprehensive catalog of models, including models from third-party partner and the community. These third-party partner and community models offered for deployment on Managed Compute are either open or protected models. The deployment of protected models on Managed Compute involves pay as you go billing for the customer in two dimensions: per hour Azure Machine Learning Compute billing for the virtual machines employed in the deployment of the protected model and surcharge billing for the model as set by the model publisher on the Azure marketplace offer. This pay as you go billing of model surcharge and azure compute is pro-rated per minute based on the uptime of these managed online deployments.
18+
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
1919

20-
In this article, you will learn how to use third party protected models offered via Azure Marketplace for deployment on Managed Compute within Azure AI Foundry Catalog. Azure AI Foundry enables a seamless subscription and transactability experience for these protected models as you create and consume your dedicated model deployments at scale.
20+
Azure AI Foundry Models include a comprehensive catalog of models organized into two categories—Models sold directly by Azure, and Models from partners and community. These models from partners and community, which are available for deployment on a managed compute, are either open or protected models. The deployment of protected models on managed compute (preview) involves pay-as-you-go billing for the customer in two dimensions: per-hour Azure Machine Learning compute billing for the virtual machines employed in the deployment, and surcharge billing for the model as set by the model publisher on the Azure Marketplace offer. This pay-as-you-go billing of Azure compute and model surcharge is pro-rated per minute based on the uptime of these managed online deployments.
2121

22-
**Prerequisites**
22+
In this article, you learn how to use protected models from partners and community, offered via Azure Marketplace for deployment on managed compute. Azure AI Foundry enables a seamless subscription and transaction experience for these protected models as you create and consume your dedicated model deployments at scale.
23+
24+
## Prerequisites
2325

2426
- An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
2527

26-
- If you don't have one,[create a hub based project](/azure/ai-foundry/how-to/create-projects?pivots=hub-project).
28+
- If you don't have one, [create a [!INCLUDE [hub](../includes/hub-project-name.md)]](create-projects.md?pivots=hub-project).
2729

28-
- Marketplace purchases enabled for your Azure subscription. Learn more [here](/azure/cost-management-billing/manage/enable-marketplace-purchases).
30+
- [Azure Marketplace purchases enabled](/azure/cost-management-billing/manage/enable-marketplace-purchases) for your Azure subscription.
2931

3032
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned a *custom role* with the following permissions. User accounts assigned the *Owner* or *Contributor* role for the Azure subscription can also create deployments. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](/azure/ai-foundry/concepts/rbac-azure-ai-foundry).
3133

34+
3235
- On the Azure subscription—**to subscribe the workspace/project to the Azure Marketplace offering**:
3336

3437
- Microsoft.MarketplaceOrdering/agreements/offers/plans/read
@@ -47,7 +50,7 @@ In this article, you will learn how to use third party protected models offered
4750
- Microsoft.MachineLearningServices/workspaces/marketplaceModelSubscriptions/*
4851
- Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*
4952

50-
**Subscribe and Deploy on Managed Compute**
53+
## Subscribe and deploy on managed compute
5154

5255
1. Sign in to [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) and go to the Home page.
5356

@@ -63,21 +66,21 @@ In this article, you will learn how to use third party protected models offered
6366

6467
1. You can then customize your deployment configuration for parameters such as the instance count and select an existing endpoint for the deployment or create a new one. For this example, we consider an instance count of **1** and create a new endpoint for the deployment.
6568

66-
:::image type="content" source="media/deploy-models-managed-pay-go/image1.png" alt-text="Screenshot of the deployment configuration screen for a protected model in Azure AI Foundry.":::
69+
:::image type="content" source="media/deploy-models-managed-pay-go/deployment-configuration.png" alt-text="Screenshot of the deployment configuration screen for a protected model in Azure AI Foundry." lightbox="media/deploy-models-managed-pay-go/deployment-configuration.png":::
6770

6871
1. Click **Next** to proceed to the pricing breakdown page.
6972

7073
1. Review the pricing breakdown for the deployment, terms of use and license agreement associated with the model's offer on Marketplace. The pricing breakdown helps inform what the aggregated pricing for the model deployed would be, where the surcharge for the model is a function of the number of GPUs in the VM instance that is selected in the previous steps. In addition to the applicable surcharge for the model, Azure Compute charges also apply based on your deployment configuration. If you have existing reservations or azure savings plan, the invoice for the compute charges will honor and reflect the discounted VM pricing.
7174

72-
:::image type="content" source="media/deploy-models-managed-pay-go/image2.png" alt-text="Screenshot of the pricing breakdown page for a protected model deployment in Azure AI Foundry.":::
75+
:::image type="content" source="media/deploy-models-managed-pay-go/pricing-breakdown.png" alt-text="Screenshot of the pricing breakdown page for a protected model deployment in Azure AI Foundry." lightbox="media/deploy-models-managed-pay-go/pricing-breakdown.png":::
7376

7477
1. Select the checkbox to acknowledge understanding of pricing and terms of use, and then, click **Deploy**. It takes about 15-20 mins for the deployment to complete.
7578

76-
**Network Isolation of deployments**
79+
## Network Isolation of deployments
7780

7881
Collections in the model catalog can be deployed within your isolated networks using workspace managed virtual network. For more information on how to configure your workspace managed networks, see [here.](/azure/machine-learning/how-to-managed-network#configure-a-managed-virtual-network-to-allow-internet-outbound)
7982

80-
Limitation
83+
#### Limitation
8184

8285
An Azure AI Foundry project with ingress Public Network Access disabled can only support a single active deployment of one of the protected models from the catalog. Attempts to create more active deployments result in deployment creation failures.
8386

0 commit comments

Comments
 (0)