You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/multi-services-resource-search-skills.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@ titleSuffix: Azure AI services
4
4
description: Learn how to create a multi-service resource to use Azure AI Search skills with an Azure AI Foundry resource.
5
5
author: jonburchel
6
6
ms.author: jburchel
7
-
ms.date: 10/07/2025
7
+
ms.date: 10/20/2025
8
8
ms.service: azure-ai-services
9
9
ms.topic: quickstart
10
10
---
11
11
12
12
# Use Azure AI Foundry with Azure AI Search skills
13
13
14
-
[Azure AI Search skills](../search/tutorial-skillset.md) don't natively support the AI Foundry resource. You need to create a different _multi-service_ resource, instead, to use Azure AI Search skills with an Azure AI Foundry resource.
14
+
In this Quickstart, you learn how to create a classic Azure AI services multi-service account that supports [skillset processing](/azure/search/cognitive-search-concept-intro) in Azure AI Search.
15
+
16
+
[Azure AI Search skills](../search/tutorial-skillset.md) don't natively support the AI Foundry resource. You need to create a classic _multi-service_ resource, instead, to use Azure AI Search skills with Azure AI Foundry and any other workflow that includes built-in skills.
15
17
16
18
## Create a multi-service resource
17
19
@@ -20,6 +22,7 @@ The multi-service resource that you can use with Azure AI Search skills is liste
20
22
:::image type="content" source="./media/cognitive-services-resource-portal.png" alt-text="Screenshot of the Azure AI services multi-service account in the Azure portal." lightbox="./media/cognitive-services-resource-portal.png":::
21
23
22
24
To create a multi-service resource for Azure AI Search skills follow these instructions:
25
+
23
26
1. Select this link to create an **Azure AI services multi-service account (classic)** resource: [https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne)
24
27
25
28
1. On the **Create** page, provide the following information:
@@ -28,7 +31,7 @@ To create a multi-service resource for Azure AI Search skills follow these instr
28
31
|--|--|
29
32
|**Subscription**| Select one of your available Azure subscriptions. |
30
33
|**Resource group**| The Azure resource group that contains your Azure AI services multi-service account resource. You can create a new group or add it to a preexisting group. |
31
-
|**Region**| The location of your Azure AI services multi-service account instance. Different locations might introduce latency, but have no impact on the runtime availability of your resource. |
34
+
|**Region**| The location of your Azure AI services multi-service account instance. Different locations might introduce latency, but have no impact on the runtime availability of your resource. Check the [Azure AI Search region](/azure/search/search-region-support) support column for *AI Enrichment*.|
32
35
|**Name**| A descriptive name for your Azure AI services multi-service account resource. For example, *MyCognitiveServicesResource*. |
33
36
|**Pricing tier**| The cost of your Azure AI services multi-service account depends on the options you choose and your usage. For more information, see the API [pricing details](https://azure.microsoft.com/pricing/details/cognitive-services/). |
Copy file name to clipboardExpand all lines: articles/search/cognitive-search-attach-cognitive-services.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: HeidiSteen
6
6
ms.author: heidist
7
7
ms.service: azure-ai-search
8
8
ms.topic: how-to
9
-
ms.date: 06/11/2025
9
+
ms.date: 10/20/2025
10
10
ms.update-cycle: 180-days
11
11
ms.custom:
12
12
- ignite-2023
@@ -16,7 +16,7 @@ ms.custom:
16
16
17
17
# Attach an Azure AI services resource to a skillset in Azure AI Search
18
18
19
-
If you're using built-in skills for optional [AI enrichment](cognitive-search-concept-intro.md) in Azure AI Search, you can enrich a small number of documents free of charge, limited to 20 transactions daily per index. For larger and more frequent workloads, you should attach a billable [Azure AI services multi-service resource](/azure/ai-services/multi-service-resource#azure-ai-services-resource-for-azure-ai-search-skills?pivots=azportal).
19
+
If you're using built-in skills for optional [AI enrichment](cognitive-search-concept-intro.md) in Azure AI Search, you can enrich a small number of documents free of charge, limited to 20 transactions daily per index. For larger and more frequent workloads, you should attach a billable [classic Azure AI services multi-service resource](/azure/ai-services/multi-services-resource-search-skills).
20
20
21
21
Azure AI Search uses dedicated, internally hosted Azure AI services multi-service resources for built-in skills execution, but needs your multi-service resource for billing purposes.
22
22
@@ -26,7 +26,7 @@ An Azure AI services multi-service resource provides a collection of Azure AI se
26
26
+[Azure AI Language](/azure/ai-services/language-service/overview) for language detection, entity recognition, sentiment analysis, and key phrase extraction
27
27
+[Azure AI Translator](/azure/ai-services/translator/translator-overview) for machine text translation
28
28
29
-
Exceptions to billing through the multi-service resource include [AzureOpenAIEmbedding](cognitive-search-skill-azure-openai-embedding.md) or the[AML skill](cognitive-search-aml-skill.md) billing. Azure AI Search doesn't internally host models from Azure OpenAI or the Azure AI Foundry model catalog. Usage for AML and Azure OpenAI skills and vectorizers are through [Azure OpenAI Standard pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing) and [Azure Machine Learning Standard pricing](https://azure.microsoft.com/pricing/details/machine-learning/), respectively. A few other skills, such as Text Split and Text Merge, aren't billable.
29
+
Exceptions to billing through the multi-service resource include the [AzureOpenAIEmbedding skill](cognitive-search-skill-azure-openai-embedding.md), [GenAI Prompt skill](cognitive-search-skill-genai-prompt.md), and[AML skill](cognitive-search-aml-skill.md) billing. Azure AI Search doesn't internally host models from Azure OpenAI or the Azure AI Foundry model catalog. Usage for AML and Azure OpenAI skills and vectorizers are through [Azure OpenAI Standard pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing) and [Azure Machine Learning Standard pricing](https://azure.microsoft.com/pricing/details/machine-learning/), respectively. A few other skills, such as Text Split and Text Merge, aren't billable.
30
30
31
31
To attach an Azure AI multi-service resource, you must provide connection information in the skillset. You can use a key on the connection, or implement a keyless approach that's currently in preview.
32
32
@@ -35,8 +35,13 @@ To attach an Azure AI multi-service resource, you must provide connection inform
35
35
36
36
## Prerequisites
37
37
38
-
+ Connectivity over a public endpoint, unless your search service meets the creation date, tier, and region requirements for private connections to an Azure AI services multi-service resource.
39
-
+[Azure AI multi-service resource](/azure/ai-services/multi-service-resource) created via the [Azure portal](https://portal.azure.com) only.
38
+
+ Connectivity over a public endpoint, unless your search service meets the creation date, tier, and region requirements for [private connections](search-indexer-howto-access-private.md) to an Azure AI services multi-service resource.
39
+
40
+
+[Azure AI multi-service resource](/azure/ai-services/multi-services-resource-search-skills) created via the [Azure portal](https://portal.azure.com) only.
41
+
42
+
Your multi-service resource should have API kind set to `CognitiveServices`. You can view this property in the Azure portal page for your multi-service account:
43
+
44
+
:::image type="content" source="media/cognitive-search-attach-cognitive-services/cognitive-services-kind.png" alt-text="Screenshot of the API kind property in the Azure portal." border="true":::
40
45
41
46
> [!NOTE]
42
47
> If your Azure AI resource is configured to use a private endpoint, Azure AI Search can connect [using a shared private link](search-indexer-howto-access-private.md) For more information, see the [requirements and limits for using shared private links](search-limits-quotas-capacity.md#shared-private-link-resource-limits).
@@ -68,7 +73,7 @@ As with keys, the details you provide about the Azure AI Services resource are u
68
73
Identity is set to null.
69
74
70
75
```http
71
-
POST https://[service-name].search.windows.net/skillsets/[skillset-name]?api-version=2024-11-01-Preview
76
+
POST https://[service-name].search.windows.net/skillsets/[skillset-name]?api-version=2025-09-01
72
77
73
78
{
74
79
"name": "my skillset name",
@@ -92,7 +97,7 @@ Identity is set to the resource ID of the user-assigned managed identity. To fin
92
97
For a user-assigned managed identity, set the `@odata.type` and the `userAssignedIdentity` properties.
93
98
94
99
```http
95
-
POST https://[service-name].search.windows.net/skillsets/[skillset-name]?api-version=2024-11-01-Preview
100
+
POST https://[service-name].search.windows.net/skillsets/[skillset-name]?api-version=2025-09-01
0 commit comments