Skip to content

Commit 941f05d

Browse files
committed
more edits
1 parent 46c9b1d commit 941f05d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Key points about the wizard:
3636

3737
+ An Azure subscription. [Create one for free](https://azure.microsoft.com/free/).
3838

39-
+ [Azure AI Search service](search-create-service-portal.md). It must be in the same region as your Azure AI service. We recommend the Basic tier or higher.
39+
+ [Azure AI Search service](search-create-service-portal.md) in the same region as Azure AI. We recommend the Basic tier or higher.
4040

4141
+ [Azure Blob Storage](/azure/storage/common/storage-account-overview) or a [OneLake lakehouse](search-how-to-index-onelake-files.md).
4242

@@ -46,9 +46,9 @@ Key points about the wizard:
4646

4747
| Provider | Supported models |
4848
|---|---|
49-
| [Azure OpenAI Service](https://aka.ms/oai/access) | `text-embedding-ada-002`, `text-embedding-3-large`, or `text-embedding-3-small`. |
50-
| [Azure AI Studio model catalog](/azure/ai-studio/what-is-ai-studio) (and hub and project) | Azure, Cohere, and Facebook embedding models. |
51-
| [Azure AI services multiservice account](/azure/ai-services/multi-service-resource) | [Azure AI Vision multimodal](/azure/ai-services/computer-vision/how-to/image-retrieval) for image and text vectorization. Azure AI Vision multimodal is available in a subset of Azure regions. Currently those regions include SwedenCentral, EastUS, NorthEurope, WestEurope, WestUS, SoutheastAsia, KoreaCentral, FranceCentral, AustraliaEast, WestUS2, SwitzerlandNorth, or JapanEast. [Check the documentation](/azure/ai-services/computer-vision/how-to/image-retrieval?tabs=csharp) for an updated list. |
49+
| [Azure OpenAI Service](https://aka.ms/oai/access) | text-embedding-ada-002, text-embedding-3-large, or text-embedding-3-small. |
50+
| [Azure AI Studio model catalog](/azure/ai-studio/what-is-ai-studio) | Azure, Cohere, and Facebook embedding models. |
51+
| [Azure AI services multiservice account](/azure/ai-services/multi-service-resource) | [Azure AI Vision multimodal](/azure/ai-services/computer-vision/how-to/image-retrieval) for image and text vectorization. Azure AI Vision multimodal is available in selected regions: East US, West US, West US2, North Europe, West Europe, France Central, Sweden Central, Switzerland North, Southeast Asia, Korea Central, Australia East, or Japan East. [Check the documentation](/azure/ai-services/computer-vision/how-to/image-retrieval?tabs=csharp) for an updated list. |
5252

5353
### Public endpoint requirements
5454

@@ -62,19 +62,19 @@ We recommend role assignments for search service connections to other resources.
6262

6363
1. On Azure AI Search, [enable roles](search-security-enable-roles.md).
6464

65-
1. Configure your search service to [use a system-assigned or user-assigned managed identity](search-howto-managed-identities-data-sources.md#create-a-system-managed-identity).
65+
1. Configure your search service to [use a managed identity](search-howto-managed-identities-data-sources.md#create-a-system-managed-identity).
6666

67-
1. On your data source platform and embedding model provider, create role assignments that allow Azure AI Search to access data and models. [Prepare sample data](#prepare-sample-data) provides instructions for setting up role assignments.
67+
1. On your data source platform and embedding model provider, create role assignments that allow search service to access data and models. [Prepare sample data](#prepare-sample-data) provides instructions for setting up roles.
6868

6969
A free search service supports RBAC on connections to Azure AI Search, but it doesn't support managed identities on outbound connections to Azure Storage or Azure AI Vision. This level of support means you must use key-based authentication on connections between a free search service and other Azure services.
7070

7171
For more secure connections:
7272

7373
+ Use the Basic tier or higher.
74-
+ [Configure a managed identity](search-howto-managed-identities-data-sources.md) for Azure AI Search and create role assignments to admit requests from Azure AI Search on other Azure services.
74+
+ [Configure a managed identity](search-howto-managed-identities-data-sources.md) and use roles for authorized access.
7575

7676
> [!NOTE]
77-
> If you can't progress through the wizard because options aren't available (for example, you can't select a data source or an embedding model), revisit the role assignments. Error messages indicate that models or deployments don't exist, when in fact the real problem is that the search service doesn't have permission to access them.
77+
> If you can't progress through the wizard because options aren't available (for example, you can't select a data source or an embedding model), revisit the role assignments. Error messages indicate that models or deployments don't exist, when in fact the real cause is that the search service doesn't have permission to access them.
7878
7979
### Check for space
8080

0 commit comments

Comments
 (0)