Skip to content

Commit 435b316

Browse files
authored
Merge pull request #7532 from jonburchel/2025-10-07-move-AI-search-skill
Break out multi-service-resource-search-skills.md doc
2 parents d5ce178 + 27d8d08 commit 435b316

File tree

3 files changed

+51
-33
lines changed

3 files changed

+51
-33
lines changed

articles/ai-services/multi-service-resource.md

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: Create an AI Foundry resource
33
titleSuffix: Azure AI services
44
description: Create and manage an AI Foundry resource.
5-
author: laujan
6-
ms.author: lajanuar
7-
manager: nitinme
8-
ms.date: 7/16/2025
5+
author: jonburchel
6+
ms.author: jburchel
7+
ms.date: 10/07/2025
98
ms.service: azure-ai-services
109
ms.topic: quickstart
1110
ms.custom:
@@ -25,7 +24,7 @@ Azure AI Foundry is the next version and renaming of former 'Azure AI Services'.
2524

2625
Looking to use AI Foundry with advanced security settings? See [advanced AI Foundry creation options](../ai-foundry/how-to/create-resource-template.md)
2726

28-
Looking to use [Azure AI Search skills?](../search/tutorial-skillset.md) See classic [Azure AI multi-services resource](#azure-ai-multi-services-resource-for-azure-ai-search-skills).
27+
Looking to use [Azure AI Search skills?](../search/tutorial-skillset.md) See [Use Azure AI Foundry with Azure AI Search skills](multi-services-resource-search-skills.md).
2928

3029
::: zone pivot="azportal"
3130

@@ -76,37 +75,12 @@ The AI Foundry resource enables access to the following Azure AI services with a
7675
| ![Translator icon](~/reusable-content/ce-skilling/azure/media/ai-services/translator.svg) [Translator](./translator/index.yml) | Use AI-powered translation technology to translate more than 100 in-use, at-risk, and endangered languages and dialects. | `AIServices`<br/>`TextTranslation` |
7776
| ![Vision icon](~/reusable-content/ce-skilling/azure/media/ai-services/vision.svg) [Vision](./computer-vision/index.yml) | Analyze content in images and videos. | `AIServices` (Training and Prediction)<br/>`ComputerVision` |
7877

79-
## Azure AI multi-services resource for Azure AI Search skills
80-
81-
[Azure AI Search skills](../search/tutorial-skillset.md) don't support the AI Foundry resource as described previously in this article. You must create a different kind of multi-service resource for Azure AI Search skills.
82-
83-
The multi-service resource that you can use with Azure AI Search skills is listed under **AI Foundry** > **Classic AI services** > **Azure AI services multi-service account (classic)** in the portal. Look for the logo as shown here:
84-
85-
:::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":::
86-
87-
To create a multi-service resource for Azure AI Search skills follow these instructions:
88-
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)
89-
90-
1. On the **Create** page, provide the following information:
91-
92-
|Project details| Description |
93-
|--|--|
94-
| **Subscription** | Select one of your available Azure subscriptions. |
95-
| **Resource group** | The Azure resource group that will contain your Azure AI services multi-service account resource. You can create a new group or add it to a preexisting group. |
96-
| **Region** | The location of your Azure AI services multi-service account instance. Different locations may introduce latency, but have no impact on the runtime availability of your resource. |
97-
| **Name** | A descriptive name for your Azure AI services multi-service account resource. For example, *MyCognitiveServicesResource*. |
98-
| **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/). |
99-
100-
1. Configure other settings for your resource as needed, read and accept the conditions (as applicable), and then select **Review + create**.
101-
102-
> [!TIP]
103-
> If your subscription doesn't allow you to create an AI Foundry resource, you might need to enable the privilege of that [Azure resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) using the [Azure portal](/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal), [PowerShell command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) or an [Azure CLI command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-cli). If you are not the subscription owner, ask someone with the role of *Owner* or *Admin* to complete the registration for you or ask for the **/register/action** privileges to be granted to your account.
104-
10578
## Pricing
10679

10780
[!INCLUDE [SKUs and pricing](./includes/quickstarts/sku-pricing.md)]
10881

10982
## Related content
11083

111-
- Go to the [Azure AI services hub page](../ai-services/index.yml).
112-
- Try AI services in the [Azure AI Foundry portal](../ai-services/connect-services-ai-foundry-portal.md).
84+
- [Azure AI services hub page](../ai-services/index.yml)
85+
- [Azure AI Foundry portal](../ai-services/connect-services-ai-foundry-portal.md)
86+
- [Use Azure AI Foundry with Azure AI Search skills](multi-services-resource-search-skills.md)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Use Azure AI Foundry with Azure AI Search skills
3+
titleSuffix: Azure AI services
4+
description: Learn how to create a multi-service resource to use Azure AI Search skills with an Azure AI Foundry resource.
5+
author: jonburchel
6+
ms.author: jburchel
7+
ms.date: 10/07/2025
8+
ms.service: azure-ai-services
9+
ms.topic: quickstart
10+
---
11+
12+
# Use Azure AI Foundry with Azure AI Search skills
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.
15+
16+
## Create a multi-service resource
17+
18+
The multi-service resource that you can use with Azure AI Search skills is listed under **AI Foundry** > **Classic AI services** > **Azure AI services multi-service account (classic)** in the portal. Look for the logo as shown here:
19+
20+
:::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+
22+
To create a multi-service resource for Azure AI Search skills follow these instructions:
23+
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+
25+
1. On the **Create** page, provide the following information:
26+
27+
|Project details| Description |
28+
|--|--|
29+
| **Subscription** | Select one of your available Azure subscriptions. |
30+
| **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. |
32+
| **Name** | A descriptive name for your Azure AI services multi-service account resource. For example, *MyCognitiveServicesResource*. |
33+
| **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/). |
34+
35+
1. Configure other settings for your resource as needed, read, and accept the conditions (as applicable), and then select **Review + create**.
36+
37+
> [!TIP]
38+
> If your subscription doesn't allow you to create an AI Foundry resource, you might need to enable the privilege of that [Azure resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) using the [Azure portal](/azure/azure-resource-manager/management/resource-providers-and-types#azure-portal), [PowerShell command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell), or an [Azure CLI command](/azure/azure-resource-manager/management/resource-providers-and-types#azure-cli). If you aren't the subscription owner, ask someone with the role of *Owner* or *Admin* to complete the registration for you or ask for the **/register/action** privileges to be granted to your account.
39+
40+
## Related content
41+
42+
[Create an AI Foundry resource](multi-service-resource.md).

articles/ai-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ items:
1717
items:
1818
- name: Create an AI Foundry resource
1919
href: multi-service-resource.md
20+
- name: Use Azure AI Foundry with Azure AI Search skills
21+
href: multi-services-resource-search-skills.md
2022
- name: Create an AI Foundry resource using an ARM template
2123
href: create-account-resource-manager-template.md
2224
- name: How-to

0 commit comments

Comments
 (0)