Skip to content

Commit c4f4d79

Browse files
authored
Merge pull request #180557 from HeidiSteen/heidist-nov4
[azure search] nov data refresh (last article)
2 parents 58b5303 + daf7de9 commit c4f4d79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-howto-index-encrypted-blobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Search over encrypted Azure Blob Storage content
2+
title: Index encrypted Azure Blob Storage content
33
titleSuffix: Azure Cognitive Search
44
description: Learn how to index and extract text from encrypted documents in Azure Blob Storage with Azure Cognitive Search.
55

@@ -9,12 +9,12 @@ ms.author: chalton
99
ms.devlang: rest-api
1010
ms.service: cognitive-search
1111
ms.topic: conceptual
12-
ms.date: 11/02/2020
12+
ms.date: 11/19/2021
1313
---
1414

1515
# How to index encrypted blobs using blob indexers and skillsets in Azure Cognitive Search
1616

17-
This article shows you how to use [Azure Cognitive Search](search-what-is-azure-search.md) to index documents that have been previously encrypted within [Azure Blob Storage](../storage/blobs/storage-blobs-introduction.md) using [Azure Key Vault](../key-vault/general/overview.md). Normally, an indexer cannot extract content from encrypted files because it doesn't have access to the encryption key. However, by leveraging the [DecryptBlobFile](https://github.com/Azure-Samples/azure-search-power-skills/blob/main/Utils/DecryptBlobFile) custom skill followed by the [DocumentExtractionSkill](cognitive-search-skill-document-extraction.md), you can provide controlled access to the key to decrypt the files and then have content extracted from them. This unlocks the ability to index these documents without compromising the encryption status of your stored documents.
17+
This article shows you how to use [Azure Cognitive Search](search-what-is-azure-search.md) to index documents that have been previously encrypted within [Azure Blob Storage](../storage/blobs/storage-blobs-introduction.md) using [Azure Key Vault](../key-vault/general/overview.md). Normally, an indexer cannot extract content from encrypted files because it doesn't have access to the encryption key. However, by leveraging the [DecryptBlobFile](https://github.com/Azure-Samples/azure-search-power-skills/blob/main/Utils/DecryptBlobFile) custom skill, followed by the [DocumentExtractionSkill](cognitive-search-skill-document-extraction.md), you can provide controlled access to the key to decrypt the files and then have content extracted from them. This unlocks the ability to index these documents without compromising the encryption status of your stored documents.
1818

1919
Starting with previously encrypted whole documents (unstructured text) such as PDF, HTML, DOCX, and PPTX in Azure Blob Storage, this guide uses Postman and the Search REST APIs to perform the following tasks:
2020

0 commit comments

Comments
 (0)