Skip to content

Commit 45ce481

Browse files
Merge pull request #281869 from gmndrg/main
Updates for AOAI supported endpoints
2 parents 02bfe7a + dd6d74e commit 45ce481

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/search/cognitive-search-skill-azure-openai-embedding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- ignite-2023
1010
- build-2024
1111
ms.topic: reference
12-
ms.date: 05/28/2024
12+
ms.date: 07/25/2024
1313
---
1414

1515
# Azure OpenAI Embedding skill
@@ -39,7 +39,7 @@ Parameters are case-sensitive.
3939

4040
| Inputs | Description |
4141
|---------------------|-------------|
42-
| `resourceUri` | The URI of a model provider, such as an Azure OpenAI resource or an OpenAI URL. |
42+
| `resourceUri` | The URI of the model provider, in this case, an Azure OpenAI resource. This parameter only supports URLs with domain `openai.azure.com`, such as `https://<resourcename>.openai.azure.com`. If the Azure OpenAI endpoint has a URL with domain `cognitiveservices.azure.com`, like `https://<resourcename>.cognitiveservices.azure.com`, a [custom subdomain](/azure/ai-services/openai/how-to/use-your-data-securely#enabled-custom-subdomain) with `openai.azure.com` must be created first for the Azure OpenAI resource and use `https://<resourcename>.openai.azure.com` instead. |
4343
| `apiKey` | The secret key used to access the model. If you provide a key, leave `authIdentity` empty. If you set both the `apiKey` and `authIdentity`, the `apiKey` is used on the connection. |
4444
| `deploymentId` | The name of the deployed Azure OpenAI embedding model. The model should be an embedding model, such as text-embedding-ada-002. See the [List of Azure OpenAI models](/azure/ai-services/openai/concepts/models) for supported models.|
4545
| `authIdentity` | A user-managed identity used by the search service for connecting to Azure OpenAI. You can use either a [system or user managed identity](search-howto-managed-identities-data-sources.md). To use a system manged identity, leave `apiKey` and `authIdentity` blank. The system-managed identity is used automatically. A managed identity must have [Cognitive Services OpenAI User](/azure/ai-services/openai/how-to/role-based-access-control#azure-openai-roles) permissions to send text to Azure OpenAI. |

articles/search/vector-search-vectorizer-azure-open-ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: cognitive-search
88
ms.custom:
99
- build-2024
1010
ms.topic: reference
11-
ms.date: 05/28/2024
11+
ms.date: 07/25/2024
1212
---
1313

1414
# Azure OpenAI vectorizer
@@ -28,7 +28,7 @@ Parameters are case-sensitive.
2828

2929
| Parameter name | Description |
3030
|--------------------|-------------|
31-
| `resourceUri` | The URI of a model provider, such as an Azure OpenAI resource or an OpenAI URL. |
31+
| `resourceUri` | The URI of the model provider, in this case, an Azure OpenAI resource. This parameter only supports URLs with domain `openai.azure.com`, such as `https://<resourcename>.openai.azure.com`. If the Azure OpenAI endpoint has a URL with domain `cognitiveservices.azure.com`, like `https://<resourcename>.cognitiveservices.azure.com`, a [custom subdomain](/azure/ai-services/openai/how-to/use-your-data-securely#enabled-custom-subdomain) with `openai.azure.com` must be created first for the Azure OpenAI resource and use `https://<resourcename>.openai.azure.com` instead. |
3232
| `apiKey` | The secret key used to access the model. If you provide a key, leave `authIdentity` empty. If you set both the `apiKey` and `authIdentity`, the `apiKey` is used on the connection. |
3333
| `deploymentId` | The name of the deployed Azure OpenAI embedding model. The model should be an embedding model, such as text-embedding-ada-002. See the [List of Azure OpenAI models](/azure/ai-services/openai/concepts/models) for supported models.|
3434
| `authIdentity` | A user-managed identity used by the search service for connecting to Azure OpenAI. You can use either a [system or user managed identity](search-howto-managed-identities-data-sources.md). To use a system manged identity, leave `apiKey` and `authIdentity` blank. The system-managed identity is used automatically. A managed identity must have [Cognitive Services OpenAI User](/azure/ai-services/openai/how-to/role-based-access-control#azure-openai-roles) permissions to send text to Azure OpenAI. |
@@ -70,4 +70,4 @@ The expected field dimensions for a field configured with an Azure OpenAI vector
7070

7171
+ [Integrated vectorization](vector-search-integrated-vectorization.md)
7272
+ [How to configure a vectorizer in a search index](vector-search-how-to-configure-vectorizer.md)
73-
+ [Azure OpenAI Embedding skill](cognitive-search-skill-azure-openai-embedding.md)
73+
+ [Azure OpenAI Embedding skill](cognitive-search-skill-azure-openai-embedding.md)

0 commit comments

Comments
 (0)