Skip to content

Commit 0e727f5

Browse files
authored
Merge pull request #231555 from whhender/update-share-include
Adding storage configuration include
2 parents 1c530b1 + f3d01d3 commit 0e727f5

File tree

4 files changed

+26
-23
lines changed

4 files changed

+26
-23
lines changed

articles/purview/how-to-receive-share.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: sidontha
66
ms.service: purview
77
ms.subservice: purview-data-share
88
ms.topic: how-to
9+
ms.custom: references_regions
910
ms.date: 02/16/2023
1011
---
1112
# Receive Azure Storage in-place share with Microsoft Purview Data Sharing (preview)
@@ -51,17 +52,12 @@ Microsoft Purview Data Sharing supports in-place data sharing from Azure Data La
5152
```
5253
The *RegistrationState* should be **Registered**. It could take 15 minutes to 1 hour for registration to complete. For more information, see the [register preview feature article](../azure-resource-manager/management/preview-features.md?tabs=azure-portal#register-preview-feature).
5354
55+
[!INCLUDE [share-storage-configuration](includes/share-storage-configuration.md)]
56+
5457
* A target storage account **created after** the registration step is completed. **The target storage account must be in the same Azure region as the source storage account.** If you don't know the Azure region of the source storage account, you can find out during the share attaching step later in the process. Target storage account can be in a different Azure region from your Microsoft Purview account.
5558
5659
> [!IMPORTANT]
5760
> The target storage account must be in the same Azure region as the source storage account.
58-
59-
> [!NOTE]
60-
> The following are supported storage account configurations:
61-
>
62-
> - Azure regions: Canada Central, Canada East, UK South, UK West, Australia East, Japan East, Korea South, and South Africa North
63-
> - Performance: Standard
64-
> - Redundancy options: LRS, GRS, RA-GRS
6561
6662
* You need the **Contributor** or **Owner** or **Storage Blob Data Owner** or **Storage Blob Data Contributor** role on the target storage account. You can find more details on the [ADLS Gen2](register-scan-adls-gen2.md#data-sharing) or [Blob storage](register-scan-azure-blob-storage-source.md#data-sharing) data source pages.
6763
* If the target storage account is in a different Azure subscription than the one for Microsoft Purview account, the Microsoft.Purview resource provider needs to be registered in the Azure subscription where the Storage account is located. It's automatically registered at the time of share consumer attaching the share and if the user has permission to do the `/register/action` operation and therefore, Contributor or Owner roles to the subscription where the Storage account is located.

articles/purview/how-to-share-data.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,9 @@ Microsoft Purview Data Sharing supports in-place data sharing from Azure Data La
5252
```
5353
The *RegistrationState* should be **Registered**. It could take 15 minutes to 1 hour for registration to complete. For more information, see [Register preview feature](../azure-resource-manager/management/preview-features.md?tabs=azure-portal#register-preview-feature).
5454
55-
* A source storage account **created after the registration step is completed**. Source storage account can be in a different Azure region from your Microsoft Purview account, but needs to follow these configurations:
56-
57-
> [!NOTE]
58-
> The following are supported storage account configurations:
59-
>
60-
> - Azure regions: Canada Central, Canada East, UK South, UK West, Australia East, Japan East, Korea South, and South Africa North
61-
> - Performance: Standard
62-
> - Redundancy options: LRS, GRS, RA-GRS
55+
[!INCLUDE [share-storage-configuration](includes/share-storage-configuration.md)]
56+
57+
* A source storage account **created after the registration step is completed**. Source storage account can be in a different Azure region from your Microsoft Purview account, but needs to follow the available configurations.
6358
6459
* You need the **Owner** or **Storage Blob Data Owner** role on the source storage account to be able to share data. You can find more details on the [ADLS Gen2](register-scan-adls-gen2.md#data-sharing) or [Blob storage](register-scan-azure-blob-storage-source.md#data-sharing) data source page.
6560

articles/purview/includes/data-share-quickstart-prerequisites.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,9 @@ ms.date: 02/16/2023
3838
```
3939
The *RegistrationState* should be **Registered**. It could take 15 minutes to 1 hour for registration to complete. For more information, see [Register preview feature](../../azure-resource-manager/management/preview-features.md?tabs=azure-portal#register-preview-feature).
4040
41-
* Source and target storage accounts **created after** the registration step is completed. **Both storage accounts must be in the same Azure region as each other**. Both storage accounts need to be ADLS Gen2 or Blob Storage accounts. Your storage accounts can be in a different Azure region from your Microsoft Purview account.
42-
43-
> [!NOTE]
44-
> The following are supported storage account configurations:
45-
>
46-
> - Azure regions: Canada Central, Canada East, UK South, UK West, Australia East, Japan East, Korea South, and South Africa North
47-
> - Performance: Standard
48-
> - Redundancy options: LRS, GRS, RA-GRS
41+
[!INCLUDE [share-storage-configuration](share-storage-configuration.md)]
4942
43+
* Source and target storage accounts **created after** the registration step is completed. **Both storage accounts must be in the same Azure region as each other**. Both storage accounts need to be ADLS Gen2 or Blob Storage accounts. Your storage accounts can be in a different Azure region from your Microsoft Purview account.
5044
* Latest version of the storage SDK, PowerShell, CLI and Azure Storage Explorer. Storage REST API version must be February 2020 or later.
5145
* The storage accounts need to be registered in the collections where you'll send or receive the share. If you're using one Microsoft Purview account, this can be two different collections, or the same collection. For instructions to register, see the [ADLS Gen2](../register-scan-adls-gen2.md) or [Blob storage](../register-scan-azure-blob-storage-source.md) data source pages.
5246
* If the source or target storage accounts are in a different Azure subscription than the one for Microsoft Purview account, the Microsoft.Purview resource provider is automatically registered in the Azure subscription where the data store is located at the time of share provider adding an asset or share consumer mapping an asset and **ONLY** if the user has permission to do the /register/action operation for the resource provider. The permission is included in the Contributor and Owner roles.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Share Storage Configuration
3+
description: Include file for the supported storage account configurations for Data Sharing in Microsoft Purview.
4+
services: purview
5+
author: whhender
6+
ms.author: whhender
7+
ms.service: purview
8+
ms.topic: include
9+
ms.custom: include file, references_regions
10+
ms.date: 03/21/23
11+
---
12+
13+
> [!NOTE]
14+
> The following are supported storage account configurations:
15+
>
16+
> - Azure regions: Canada Central, Canada East, UK South, UK West, Australia East, Japan East, Korea South, and South Africa North
17+
> - Performance: Standard
18+
> - Redundancy options: LRS, GRS, RA-GRS

0 commit comments

Comments
 (0)