Skip to content

Commit 962b6ff

Browse files
committed
more instances for Azure Files corrections
1 parent eb1514d commit 962b6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.date: 01/11/2024
1818

1919
**Applies to**: [Blob indexers](search-howto-indexing-azure-blob-storage.md), [File indexers](search-file-storage-integration.md)
2020

21-
For blob indexing in Azure AI Search, this article shows you how to set properties for blobs or files consisting of JSON documents. JSON files in Azure Blob Storage or Azure File Storage commonly assume any of these forms:
21+
For blob indexing in Azure AI Search, this article shows you how to set properties for blobs or files consisting of JSON documents. JSON files in Azure Blob Storage or Azure Files commonly assume any of these forms:
2222

2323
+ A single JSON document
2424
+ A JSON document containing an array of well-formed JSON elements

articles/search/search-indexer-howto-access-trusted-service-exception.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In Azure AI Search, indexers that access Azure blobs can use the [trusted servic
2929
+ An Azure role assignment in Azure Storage that grants permissions to the search service system-assigned managed identity ([see check permissions](#check-permissions)).
3030

3131
> [!NOTE]
32-
> In Azure AI Search, a trusted service connection is limited to blobs and ADLS Gen2 on Azure Storage. It's unsupported for indexer connections to Azure Table Storage and Azure File Storage.
32+
> In Azure AI Search, a trusted service connection is limited to blobs and ADLS Gen2 on Azure Storage. It's unsupported for indexer connections to Azure Table Storage and Azure Files.
3333
>
3434
> A trusted service connection must use a system managed identity. A user-assigned managed identity isn't currently supported for this scenario.
3535

0 commit comments

Comments
 (0)