You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/how-to/blob-storage-search.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure your blob storage container for image retrieval and video search
2
+
title: Configure your blob storage container for image retrieval
3
3
titleSuffix: Azure AI services
4
4
description: Configure your Azure storage account to get started with the **Search photos image retrieval** experience in Vision Studio.
5
5
#services: cognitive-services
@@ -13,14 +13,14 @@ ms.author: pafarley
13
13
14
14
---
15
15
16
-
# Configure your blob storage for image retrieval and video search in Vision Studio
16
+
# Configure your blob storage for image retrieval in Vision Studio
17
17
18
-
To get started with the **Search photos image retrieval** scenario in Vision Studio, you need to select or create a new Azure storage account. Your storage account can be in any region, but creating it in the same region as your Vision resource is more efficient and reduces cost.
18
+
To get started with the **Search photos with image retrieval** scenario in Vision Studio, you need to select or create a new Azure storage account. Your storage account can be in any region, but creating it in the same region as your Vision resource is more efficient and reduces cost.
19
19
20
20
> [!IMPORTANT]
21
-
> You need to create your storage account on the same Azure subscription as the Vision resource you're using in the **Search photos image retrieval** scenario as shown below.
22
-
23
-
:::image type="content" source="../media/storage-instructions/subscription.png" alt-text="Screenshot of resource selection.":::
21
+
> You need to create your storage account on the same Azure subscription as the Vision resource you're using in the **Search photos with image retrieval** scenario.
22
+
>
23
+
> :::image type="content" source="../media/storage-instructions/subscription.png" alt-text="Screenshot of resource selection.":::
24
24
25
25
## Create a new storage account
26
26
@@ -53,13 +53,9 @@ In the Allowed Methods field, select the `GET` checkbox to allow an authenticate
53
53
:::image type="content" source="../media/storage-instructions/cors-rule.png" alt-text="Screenshot of completed CORS screen.":::
54
54
55
55
56
-
This allows Vision Studio to access images and videos in your blob storage container to extract insights on your data.
57
-
58
-
## Upload images and videos in Vision Studio
59
-
60
-
In the **Try with your own video** or **Try with your own image** section in Vision Studio, select the storage account that you configured with the CORS rule. Select the container in which your images or videos are stored. If you don't have a container, you can create one and upload the images or videos from your local device. If you have updated the CORS rules on the storage account, refresh the Blob container or Video files on container sections.
61
-
56
+
This allows Vision Studio to access images in your blob storage container to extract insights on your data.
62
57
63
-
:::image type="content" source="../media/storage-instructions/video-selection.png" alt-text="Screenshot of image upload in Vision Studio.":::
58
+
## Upload images in Vision Studio
64
59
60
+
In the **Search photos with image retrieval** section in Vision Studio, select the storage account that you configured with the CORS rule. Select the container in which your images are stored. If you don't have a container, you can create one and upload the images from your local device. If you have updated the CORS rules on the storage account, refresh the Blob container or Video files on container sections.
0 commit comments