Skip to content

Commit a72d46a

Browse files
committed
attached account billing exceptions
1 parent 655345a commit a72d46a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ 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-
You must provide connection information to the Azure AI multi-resource in the skillset. Azure AI Search doesn't use the connection for skillset workloads, 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.
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.
27+
28+
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.
2729

2830
You can use a key on the connection, or implement a keyless approach that's currently in preview.
2931

@@ -110,7 +112,7 @@ POST https://[service-name].search.windows.net/skillsets/[skillset-name]?api-ver
110112

111113
## Bill through a resource key
112114

113-
Azure AI Search can also charge for transaction using the Azure AI multi-service resource key. This approach is the default and is generally available. You can use the Azure portal, REST API, or an Azure SDK to add the key to a skillset.
115+
Azure AI Search can also charge for transactions using the Azure AI multi-service resource key. This approach is the default and is generally available. You can use the Azure portal, REST API, or an Azure SDK to add the key to a skillset.
114116

115117
There are two supported key types: `#Microsoft.Azure.Search.CognitiveServicesByKey` which calls the regional endpoint and `"#Microsoft.Azure.Search.AIServicesByKey` which calls the subdomain. We recommend using `AIServicesByKey` for its shared private link support and ability to function with no regional requirements relative to the search service.
116118

0 commit comments

Comments
 (0)