Skip to content

Commit 305add6

Browse files
committed
refined intro
1 parent a72d46a commit 305add6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/cognitive-search-attach-cognitive-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 01/09/2025
1414

1515
# Attach an Azure AI multi-service resource to a skillset in Azure AI Search
1616

17-
When configuring an optional [AI enrichment pipeline](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 multi-service resource](/azure/ai-services/multi-service-resource?pivots=azportal).
17+
Built-in skills are backed by Azure AI multi-service resources hosted internally by Azure AI Search in most supported regions. When configuring a skillset 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 multi-service account](/azure/ai-services/multi-service-resource?pivots=azportal).
1818

1919
A multi-service account provides a collection of Azure AI services, rather than individual services. Providing an account in an Azure AI Search [skillset](/rest/api/searchservice/skillsets/create) allows Microsoft to charge you for using these services:
2020

@@ -23,7 +23,7 @@ A multi-service account provides a collection of Azure AI services, rather than
2323
+ [Azure AI Speech](/azure/ai-services/speech-service/overview) for speech to text and text to speech
2424
+ [Azure AI Translator](/azure/ai-services/translator/translator-overview) for machine text translation
2525

26-
Exceptions to billing through the multi-service account include [AzureOpenAIEmbedding](cognitive-search-skill-azure-openai-embedding.md) or the [AML skill](cognitive-search-aml-skill) billing. Usage for those specific skills are through [Azure OpenAI pay-as-you-go pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing) and [Azure Machine Learning pay-as-you-go pricing](https://azure.microsoft.com/pricing/details/machine-learning/), respectively. A few other skills, such as Text Split and Text Merge, aren't billable.
26+
Exceptions to billing through the multi-service account include [AzureOpenAIEmbedding](cognitive-search-skill-azure-openai-embedding.md) or the [AML skill](cognitive-search-aml-skill) billing. Azure AI Search doesn't provide internal hosting of embedding models or chat models. Usage for those specific skills are through [Azure OpenAI pay-as-you-go pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/#pricing) and [Azure Machine Learning pay-as-you-go pricing](https://azure.microsoft.com/pricing/details/machine-learning/), respectively. A few other skills, such as Text Split and Text Merge, aren't billable.
2727

2828
To attach an Azure AI multi-resource, you must provide connection information in the skillset. Azure AI Search doesn't use the connection for skillset execution, but it does use the connection to access the billing meters on the resource. As such, your Azure AI services account is used for billing, not skills processing. Azure AI Search uses separate dedicated resources for skills processing.
2929

0 commit comments

Comments
 (0)