Skip to content

Commit 5716235

Browse files
authored
Merge pull request #7194 from msakande/update-deployments-overview
freshness updates deployment overview
2 parents 4562f1d + f02b8f4 commit 5716235

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed
Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: Deployment options for Azure AI Foundry Models
33
titleSuffix: Azure AI Foundry
4-
description: Learn about deployment options for Azure AI Foundry Models.
4+
description: Learn about deployment options for Azure AI Foundry Models including standard, serverless API, and managed compute deployments.
55
ms.service: azure-ai-foundry
66
ms.topic: concept-article
7-
ms.date: 06/30/2025
8-
ms.reviewer: fasantia
7+
ms.date: 09/22/2025
98
ms.author: mopeakande
10-
manager: nitinme
119
author: msakande
10+
manager: nitinme
11+
#CustomerIntent: As a developer or AI practitioner, I want to understand the different deployment options available for Azure AI Foundry Models so that I can choose the most appropriate deployment method for my specific use case, requirements, and infrastructure needs.
1212
---
1313

1414
# Deployment overview for Azure AI Foundry Models
1515

16-
The model catalog in Azure AI Foundry is the hub to discover and use a wide range of Foundry Models for building generative AI applications. Models need to be deployed to make them available for receiving inference requests. Azure AI Foundry offers a comprehensive suite of deployment options for Foundry Models, depending on your needs and model requirements.
16+
The model catalog in Azure AI Foundry is the hub to discover and use a wide range of Foundry Models for building generative AI applications. You need to deploy models to make them available for receiving inference requests. Azure AI Foundry offers a comprehensive suite of deployment options for Foundry Models, depending on your needs and model requirements.
1717

1818
## Deployment options
1919

@@ -23,6 +23,9 @@ Azure AI Foundry provides several deployment options depending on the type of mo
2323
- Deployment to serverless API endpoints
2424
- Deployment to managed computes
2525

26+
Azure AI Foundry portal might automatically pick a deployment option based on your environment and configuration. Use Azure AI Foundry resources for deployment whenever possible.
27+
Models that support multiple deployment options default to Azure AI Foundry resources for deployment. To access other deployment options, use the Azure CLI or Azure Machine Learning SDK for deployment.
28+
2629
### Standard deployment in Azure AI Foundry resources
2730

2831
Azure AI Foundry resources (formerly referred to as Azure AI Services resources), is **the preferred deployment option** in Azure AI Foundry. It offers the widest range of capabilities, including regional, data zone, or global processing, and it offers standard and [provisioned throughput (PTU)](../../ai-services/openai/concepts/provisioned-throughput.md) options. Flagship models in Azure AI Foundry Models support this deployment option.
@@ -31,23 +34,21 @@ This deployment option is available in:
3134

3235
* Azure AI Foundry resources
3336
* Azure OpenAI resources<sup>1</sup>
34-
* Azure AI hub, when connected to an Azure AI Foundry resource (requires the [Deploy models to Azure AI Foundry resources](#configure-azure-ai-foundry-portal-for-deployment-options) feature to be turned on).
37+
* Azure AI hub, when connected to an Azure AI Foundry resource
3538

36-
<sup>1</sup>If you're using Azure OpenAI resources, the model catalog shows only Azure OpenAI in Foundry Models for deployment. You can get the full list of Foundry Models by upgrading to an Azure AI Foundry resource.
39+
<sup>1</sup>If you use Azure OpenAI resources, the model catalog shows only Azure OpenAI in Foundry Models for deployment. You can get the full list of Foundry Models by upgrading to an Azure AI Foundry resource.
3740

3841
To get started with standard deployment in Azure AI Foundry resources, see [How-to: Deploy models to Azure AI Foundry Models](../foundry-models/how-to/create-model-deployments.md).
3942

4043
### Serverless API endpoint
4144

42-
This deployment option is available **only in** [Azure AI hub resources](ai-resources.md) and it allows the creation of dedicated endpoints to host the model, accessible via API. Azure AI Foundry Models support serverless API endpoints with pay-as-you-go billing.
43-
44-
Only regional deployments can be created for serverless API endpoints, and to use it, you _must_ **turn off** the "Deploy models to Azure AI Foundry resources" option.
45+
This deployment option is available **only in** [Azure AI hub resources](ai-resources.md). It allows you to create dedicated endpoints to host the model, accessible through an API. Azure AI Foundry Models support serverless API endpoints with pay-as-you-go billing, and you can create only regional deployments for serverless API endpoints.
4546

4647
To get started with deployment to a serverless API endpoint, see [Deploy models as serverless API deployments](../how-to/deploy-models-serverless.md).
4748

4849
### Managed compute
4950

50-
This deployment option is available **only in** [Azure AI hub resources](ai-resources.md) and it allows the creation of a dedicated endpoint to host the model in a **dedicated compute**. You need to have compute quota in your subscription to host the model, and you're billed per compute uptime.
51+
This deployment option is available **only in** [Azure AI hub resources](ai-resources.md). It allows you to create a dedicated endpoint to host the model in a **dedicated compute**. You need to have compute quota in your subscription to host the model, and you're billed per compute uptime.
5152

5253
Managed compute deployment is required for model collections that include:
5354

@@ -61,7 +62,7 @@ To get started, see [How to deploy and inference a managed compute deployment](.
6162

6263
## Capabilities for the deployment options
6364

64-
We recommend using [Standard deployments in Azure AI Foundry resources](#standard-deployment-in-azure-ai-foundry-resources) whenever possible, as it offers the largest set of capabilities among the available deployment options. The following table lists details about specific capabilities available for each deployment option:
65+
Use [Standard deployments in Azure AI Foundry resources](#standard-deployment-in-azure-ai-foundry-resources) whenever possible. This deployment option provides the most capabilities among the available deployment options. The following table lists details about specific capabilities for each deployment option:
6566

6667
| Capability | Standard deployment in Azure AI Foundry resources | Serverless API Endpoint | Managed compute |
6768
|-------------------------------|--------------------------------------------------|------------------------|-----------------|
@@ -73,24 +74,17 @@ We recommend using [Standard deployments in Azure AI Foundry resources](#standar
7374
| Content filtering | Yes | Yes | No |
7475
| Custom content filtering | Yes | No | No |
7576
| Key-less authentication | Yes | No | No |
76-
| Billing bases | Token usage & [provisioned throughput units](../../ai-services/openai/concepts/provisioned-throughput.md) | Token usage<sup>1</sup> | Compute core hours<sup>2</sup> |
77-
78-
<sup>1</sup> A minimal endpoint infrastructure is billed per minute. You aren't billed for the infrastructure that hosts the model in standard deployment. After you delete the endpoint, no further charges accrue.
79-
80-
<sup>2</sup> Billing is on a per-minute basis, depending on the product tier and the number of instances used in the deployment since the moment of creation. After you delete the endpoint, no further charges accrue.
81-
82-
## Configure Azure AI Foundry portal for deployment options
77+
| Billing bases | Token usage & [provisioned throughput units](../../ai-services/openai/concepts/provisioned-throughput.md) | Token usage<sup>2</sup> | Compute core hours<sup>3</sup> |
8378

84-
Azure AI Foundry portal might automatically pick up a deployment option based on your environment and configuration. We recommend using Azure AI Foundry resources for deployment whenever possible. To do that, ensure that the **Deploy models to Azure AI Foundry resources** feature is **turned on**.
79+
<sup>2</sup> A minimal endpoint infrastructure is billed per minute. You aren't billed for the infrastructure that hosts the model in serverless deployment. After you delete the endpoint, no further charges accrue.
8580

86-
:::image type="content" source="../media/concepts/deployments-overview/docs-flag-enable-foundry.png" alt-text="A screenshot showing the steps to enable deployment to Azure AI Foundry resources in the Azure AI Foundry portal." lightbox="../media/concepts/deployments-overview/docs-flag-enable-foundry.png":::
81+
<sup>3</sup> Billing is on a per-minute basis, depending on the product tier and the number of instances used in the deployment since the moment of creation. After you delete the endpoint, no further charges accrue.
8782

88-
Once the **Deploy models to Azure AI Foundry resources** feature is enabled, models that support multiple deployment options default to deploy to Azure AI Foundry resources for deployment. To access other deployment options, either disable the feature or use the Azure CLI or Azure Machine Learning SDK for deployment. You can disable and enable the feature as many times as needed without affecting existing deployments.
8983

9084
## Related content
9185

9286
* [Configure your AI project to use Foundry Models](../../ai-foundry/foundry-models/how-to/quickstart-ai-project.md)
93-
* [Add and configure models to Foundry Models](../foundry-models/how-to/create-model-deployments.md)
87+
* [Deployment types in Azure AI Foundry Models](../foundry-models/concepts/deployment-types.md)
9488
* [Deploy Azure OpenAI models with Azure AI Foundry](../how-to/deploy-models-openai.md)
9589
* [Deploy open models with Azure AI Foundry](../how-to/deploy-models-managed.md)
9690
* [Explore Azure AI Foundry Models](../how-to/model-catalog-overview.md)
-135 KB
Binary file not shown.

0 commit comments

Comments
 (0)