Skip to content

Commit 17acca9

Browse files
authored
Merge pull request #92539 from HeidiSteen/heidist-master
Azure Search: AI blob doc, Tessa's feedback
2 parents 5befe65 + 8bbe7cb commit 17acca9

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

articles/search/knowledge-store-create-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create the following services:
2525

2626
- Create an [Azure storage account](https://docs.microsoft.com/azure/storage/common/storage-quickstart-create-account) to store the sample data and the knowledge store. Your storage account must use the same location (such as US-West) for your Azure Search service. The value for **Account kind** must be **StorageV2 (general purpose V2)** (default) or **Storage (general purpose V1)**.
2727

28-
- Recommended: Get the [Postman desktop app](https://www.getpostman.com/) for sending requests to Azure Search. You can use the REST API with any tool that's capable of working with HTTP requests and responses. Postman is a good choice for exploring REST APIs. We use Postman in this article. Also, the [source code](https://github.com/Azure-Samples/azure-search-postman-samples/blob/master/knowledge-store/KnowledgeStore.postman_collection.json) for this article includes a Postman collection of requests.
28+
- Recommended: Get the [Postman desktop app](https://www.getpostman.com/) for sending requests to Azure Search. You can use the REST API with any tool that's capable of working with HTTP requests and responses. Postman is a good choice for exploring REST APIs. We use Postman in this article. Also, the [source code](https://github.com/Azure-Samples/azure-search-postman-samples/tree/master/knowledge-store) for this article includes a Postman collection of requests.
2929

3030
## Store the data
3131

articles/search/search-blob-ai-integration.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use AI to understand Blob data
2+
title: Use AI to understand Blob storage data
33
titleSuffix: Azure Search
44
description: Add semantic, natural language processing and image analysis to Azure blobs using an AI enrichment pipeline in Azure Search.
55

@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.date: 10/09/2019
1212
---
1313

14-
# Use AI to understand Blob data
14+
# Use AI to understand Blob storage data
1515

1616
Data in Azure Blob storage is often a variety of unstructured content such as images, long text, PDFs, and Office documents. By using the AI capabilities in Azure Search, you can understand and extract valuable information from blobs in a variety of ways. Examples of applying AI to blob content include:
1717

@@ -108,7 +108,8 @@ An enriched document at the end of the pipeline differs from its original input
108108

109109
There’s a lot more you can do with AI enrichment to get the most out of your data in Azure Storage, including combining Cognitive Services in different ways, and authoring custom skills for cases where there’s no existing Cognitive Service for the scenario. You can learn more by following the links below.
110110

111-
> [!div class="nextstepaction"]
112-
> [AI enrichment overview](cognitive-search-concept-intro.md)
113-
> [Create a skillset](cognitive-search-defining-skillset.md)
114-
> [Map nodes in an annotation tree](cognitive-search-output-field-mapping.md)
111+
+ [Upload, download, and list blobs with the Azure portal (Azure Blob storage)](https://docs.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-portal)
112+
+ [Set up a blob indexer (Azure Search)](search-howto-indexing-azure-blob-storage.md)
113+
+ [AI enrichment overview (Azure Search)](cognitive-search-concept-intro.md)
114+
+ [Create a skillset (Azure Search)](cognitive-search-defining-skillset.md)
115+
+ [Map nodes in an annotation tree (Azure Search)](cognitive-search-output-field-mapping.md)

articles/search/search-blob-storage-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ A more permanent solution is to gather query inputs and present the response as
6666

6767
## Next steps
6868

69-
> [!div class="nextstepaction"]
70-
> [Set up a blob indexer](search-howto-indexing-azure-blob-storage.md)
69+
+ [Upload, download, and list blobs with the Azure portal (Azure Blob storage)](https://docs.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-portal)
70+
+ [Set up a blob indexer (Azure Search)](search-howto-indexing-azure-blob-storage.md)

0 commit comments

Comments
 (0)