Skip to content

Commit 0d423e7

Browse files
committed
delete merge conflict resolution mixup
1 parent 0836ae2 commit 0d423e7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/search/search-get-started-portal-image-search.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,10 @@ Sample data consists of image files in the [azure-search-sample-data](https://gi
2727

2828
+ An [Azure AI services multiservice account](/azure/ai-services/multi-service-resource) to use for image vectorization and optical character recognition (OCR). The account must be in a region that provides Azure AI Vision multimodal embeddings.
2929

30-
<<<<<<< HEAD
3130
Currently, those regions are: EastUS, WestUS, WestUS2, NorthEurope, WestEurope, FranceCentral, SwedenCentral, SwitzerlandNorth, SoutheastAsia, KoreaCentral, AustraliaEast, JapanEast. [Check the documentation](/azure/ai-services/computer-vision/overview-image-analysis#region-availability) for an updated list.
32-
=======
33-
<<<<<<< HEAD
34-
Currently, eligible regions are: SwedenCentral, EastUS, NorthEurope, WestEurope, WestUS, SoutheastAsia, KoreaCentral, FranceCentral, AustraliaEast, WestUS2, SwitzerlandNorth, JapanEast. [Check the documentation](/azure/ai-services/computer-vision/how-to/image-retrieval) for an updated list.
35-
=======
36-
Currently, those regions are: EastUS, WestUS, WestUS2, NorthEurope, WestEurope, FranceCentral, SwedenCentral, SwitzerlandNorth, SoutheastAsia, KoreaCentral, AustraliaEast, JapanEast. [Check the documentation](/azure/ai-services/computer-vision/overview-image-analysis#region-availability) for an updated list.
37-
>>>>>>> ad5a77f176d0 (Region support page)
38-
>>>>>>> e58e47af5089 (fixed merge conflict and formatting bugs)
3931

4032
+ Azure AI Search for indexing and queries. It can be on any tier, but it must be in the same region as Azure AI services.
41-
33+
4234
The service tier determines how many blobs you can index. We used the Free tier to create this walkthrough and limited the content to 10 JPG files.
4335

4436
+ Azure Storage to store image files as blobs. Use Azure Blob Storage, a standard performance (general-purpose v2) account. Access tiers can be hot, cool, and cold.

0 commit comments

Comments
 (0)