Skip to content

Commit 43409a3

Browse files
committed
clarify hub continued feature support
1 parent 531c794 commit 43409a3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/ai-foundry/concepts/resource-types.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,25 @@ An Azure resource is required to use and manage services in Azure. It defines th
2020

2121
Azure AI Foundry portal and SDK clients support multiple distinct Azure resource types, each designed to serve different development and operational needs. This article explains which use case requires which type.
2222

23-
## Resource Types supported with AI Foundry
23+
## Resource Types supported with AI Foundry Portal and SDK clients
2424

25-
* **Azure AI Foundry** – The primary resource type for designing, deploying, and managing generative AI applications and agents. It provides access to agent service, models that are hosted using a serverless hosting model, evaluations, and Azure OpenAI service. Azure AI Foundry is the recommended resource type for most applications built in Azure AI Foundry.
25+
* **Azure AI Foundry** – The primary resource type for designing, deploying, and managing generative AI applications and agents. It provides access to the supserset of Azure AI capabilities including agent service, models that are hosted using a serverless hosting model, evaluations, AI Services such as Speech and Language service and Azure OpenAI service capablitities. Azure AI Foundry is the recommended resource type for most applications built in Azure AI Foundry.
2626

2727
Get started by [creating a first AI Foundry resource](../../ai-services/multi-service-resource.md?context=/azure/ai-foundry/context/context).
2828

29-
* **Azure AI Hub** – Use this resource type in combination with Azure AI Foundry to additionally access open-source model hosting and fine-tuning capabilities, as well as Azure Machine Learning capabilities. When you create an AI Hub, an Azure AI Foundry resource is automatically provisioned. Hub resources can be used in both Azure AI Foundry portal and Machine Learning Studio.
29+
:::image type="content" source="../media/concepts/foundry-resource.png" alt-text="Screenshot shows how AI Foundry resource type provided access to the supser of Azure AI capabilities including agent service, a wide selection of models, and Azure OpenAI capabilities.":::
3030

3131
* **Azure AI Search** – A resource used to index and retrieve data for grounding AI applications. It can be [connected](../how-to/connections-add.md) to Azure AI Foundry agents to enable retrieval-augmented generation (RAG) and semantic search experiences.
3232

33-
* **Azure OpenAI** – A specialized resource type that provides access to OpenAI models such as GPT-4 and GPT-4o. It offers a subset of the capabilities available in Azure AI Foundry and provides solely access to Azure OpenAI APIs. [Upgrade from Azure OpenAI to Azure AI Foundry](../how-to/upgrade-azure-openai.md) to gain access to more capabilities while keeping the existing Azure OpenAI API endpoint, state of work, and security configurations.
33+
* **Azure OpenAI** – A specialized resource type that provides access to OpenAI models such as GPT-4 and GPT-4o. It offers a subset of the capabilities available in Azure AI Foundry and provides solely access to Azure OpenAI models and APIs. [Upgrade from Azure OpenAI to Azure AI Foundry](../how-to/upgrade-azure-openai.md) to gain access to more capabilities while keeping the existing Azure OpenAI API endpoint, state of work, and security configurations.
34+
35+
* **Azure AI Hub** – Use this resource type in combination with your Azure AI Foundry resource to additionally access open-source model hosting and customization capabilities via the Azure Machine Learning APIs.
36+
37+
In June 2025, we started to move most of Hub's capabilities under "Azure AI Foundry" resource type. This change brings the management of agents, models and tools together for management and governance, and a more cohesive developer experience, under a dedicated Azure resource type for AI Foundry. New features will only release on Azure AI Foundry resource. To learn more, see [migrate from hub-based to Foundry projects](https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/migrate-project?tabs=azure-ai-foundry).
3438

3539
## References
3640

41+
* [Azure AI Foundy architecture](architecture.md)
3742
* [What is Azure Resource Manager?](/azure/azure-resource-manager/management/overview)
3843
* [Create a first AI Foundry resource](../../ai-services/multi-service-resource.md?context=/azure/ai-foundry/context/context)
3944
* [Create AI Foundry with advanced options](../how-to/create-resource-template.md)
10.8 KB
Loading

0 commit comments

Comments
 (0)