Skip to content

Commit 2606a5b

Browse files
committed
rephrasing data residency section
1 parent b6a3934 commit 2606a5b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/search/search-performance-optimization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ For each individual search service, Microsoft guarantees at least 99.9% availabi
2929

3030
No SLA is provided for the Free tier. For more information, see [SLA for Azure Cognitive Search](https://azure.microsoft.com/support/legal/sla/search/v1_0/).
3131

32-
## Data Residency
32+
## Data residency
3333

34-
Azure Cognitive Search won't store data outside of your specified region without your authorization. Specifically, the following features write to an Azure Storage resource that you provide: [enrichment cache](cognitive-search-incremental-indexing-conceptual.md), [debug session](cognitive-search-debug-session.md), [knowledge store](knowledge-store-concept-intro.md).
34+
Azure Cognitive Search won't store data outside of your specified region without your authorization. Specifically, the following features write to an Azure Storage resource: [enrichment cache](cognitive-search-incremental-indexing-conceptual.md), [debug session](cognitive-search-debug-session.md), [knowledge store](knowledge-store-concept-intro.md).
3535

36-
If you're using any of these features and have regional requirements, you'll choose a storage account that's in the same region as search. However, be aware of the [IP firewall restrictions](search-indexer-howto-access-ip-restricted.md) that exist when search and storage are in the same region. For outbound connections to a storage account in the same region, consider using the [trusted service exception](search-indexer-howto-access-trusted-service-exception.md) as a network security alternative.
36+
The storage account is one that you provide, and it could be in any region. If storage and search are in the same region, be aware of the [IP firewall restrictions](search-indexer-howto-access-ip-restricted.md) that prevent service connections. If network security is a requirement, consider using the [trusted service exception](search-indexer-howto-access-trusted-service-exception.md) as a firewall alternative.
3737

3838
<a name="availability-zones"></a>
3939

articles/search/search-security-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ In Azure Cognitive Search, Resource Manager is used to create or delete the serv
148148
> [!NOTE]
149149
> Using Azure-wide mechanisms, you can lock a subscription or resource to prevent accidental or unauthorized deletion of your search service by users with admin rights. For more information, see [Lock resources to prevent unexpected deletion](../azure-resource-manager/management/lock-resources.md).
150150
151-
## Data Residency
151+
## Data residency
152152

153-
Azure Cognitive Search won't store data outside of your specified region without your authorization. Specifically, the following features write to an Azure Storage resource that you provide: [enrichment cache](cognitive-search-incremental-indexing-conceptual.md), [debug session](cognitive-search-debug-session.md), [knowledge store](knowledge-store-concept-intro.md).
153+
Azure Cognitive Search won't store data outside of your specified region without your authorization. Specifically, the following features write to an Azure Storage resource: [enrichment cache](cognitive-search-incremental-indexing-conceptual.md), [debug session](cognitive-search-debug-session.md), [knowledge store](knowledge-store-concept-intro.md).
154154

155-
If you're using any of these features and have regional requirements, you'll choose a storage account that's in the same region as search. However, be aware of the [IP firewall restrictions](search-indexer-howto-access-ip-restricted.md) that exist when search and storage are in the same region. For outbound connections to a storage account in the same region, consider using the [trusted service exception](search-indexer-howto-access-trusted-service-exception.md) as a network security alternative.
155+
The storage account is one that you provide, and it could be in any region. If storage and search are in the same region, be aware of the [IP firewall restrictions](search-indexer-howto-access-ip-restricted.md) that prevent service connections. If network security is a requirement, consider using the [trusted service exception](search-indexer-howto-access-trusted-service-exception.md) as a firewall alternative.
156156

157157
<a name="encryption"></a>
158158

0 commit comments

Comments
 (0)