Skip to content

Commit a098103

Browse files
Merge pull request #231897 from sidontha/patch-31
Purview data sharing hero region and new share button changes
2 parents ecb2459 + f2bf3b0 commit a098103

7 files changed

+66
-14
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,29 @@ Microsoft Purview Data Sharing supports in-place data sharing from Azure Data La
3737
1. From the left menu, select **Preview features** under *Settings*.
3838
1. Select **AllowDataSharing** and *Register*.
3939
1. Refresh the *Preview features* screen to verify the *State* is **Registered**. It could take 15 minutes to 1 hour for registration to complete.
40-
40+
1. In addition, to use data share for storage accounts in East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2: Select AllowDataSharingInHeroRegion and Register
41+
4142
For more information, see [the register preview feature article](../azure-resource-manager/management/preview-features.md?tabs=azure-portal#register-preview-feature).
4243

4344
# [PowerShell](#tab/powershell)
4445
```azurepowershell
4546
Set-AzContext -SubscriptionId [Your Azure subscription ID]
4647
```
4748
```azurepowershell
48-
Register-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
49+
Register-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
4950
```
5051
```azurepowershell
5152
Get-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
5253
```
53-
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).
54+
In addition, to use data share for storage accounts in East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2:
55+
56+
```azurepowershell
57+
Register-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
58+
```
59+
```azurepowershell
60+
Get-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
61+
```
62+
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).
5463
5564
[!INCLUDE [share-storage-configuration](includes/share-storage-configuration.md)]
5665

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

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Microsoft Purview Data Sharing supports in-place data sharing from Azure Data La
3737
1. From the left menu, select **Preview features** under *Settings*.
3838
1. Select **AllowDataSharing** and *Register*.
3939
1. Refresh the *Preview features* screen to verify the *State* is **Registered**. It could take 15 minutes to 1 hour for registration to complete.
40+
1. In addition, to use data share for storage accounts in East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2: Select AllowDataSharingInHeroRegion and Register
4041

4142
For more information, see [Register preview feature](../azure-resource-manager/management/preview-features.md?tabs=azure-portal#register-preview-feature).
4243

@@ -45,12 +46,20 @@ Microsoft Purview Data Sharing supports in-place data sharing from Azure Data La
4546
Set-AzContext -SubscriptionId [Your Azure subscription ID]
4647
```
4748
```azurepowershell
48-
Register-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
49+
Register-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
4950
```
5051
```azurepowershell
5152
Get-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
5253
```
53-
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).
54+
In addition, to use data share for storage accounts in East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2:
55+
56+
```azurepowershell
57+
Register-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
58+
```
59+
```azurepowershell
60+
Get-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
61+
```
62+
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).
5463
5564
[!INCLUDE [share-storage-configuration](includes/share-storage-configuration.md)]
5665
@@ -65,15 +74,27 @@ This registration is only needed the first time when sharing or receiving data i
6574
6675
## Create a share
6776
68-
1. Within the [Microsoft Purview governance portal](https://web.purview.azure.com/), find the Azure Storage or Azure Data Lake Storage (ADLS) Gen 2 data asset you would like to share data from using either the [data catalog search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md).
77+
1. You can create a share by starting from **Data Map**
78+
79+
Open the [Microsoft Purview governance portal](https://web.purview.azure.com/). Select the **Data Map** icon from the left navigation. Then select **Shares**. Select **+New Share**.
80+
81+
:::image type="content" source="./media/how-to-share-data/create-share-datamap-new-share.png" alt-text="Screenshot that shows the Microsoft Purview governance portal Data Map with Data Map, Shares and New Share highlighted." border="true":::
82+
83+
Select the Storage account type and the Storage account you want to share data from. Then select **Continue**.
84+
85+
:::image type="content" source="./media/how-to-share-data/create-share-datamap-select-type-account.png" alt-text="Screenshot that shows the New Share creation step with Type and Storage account options highlighted." border="true":::
86+
87+
1. You can create a share by starting from **Data Catalog**
88+
89+
Within the [Microsoft Purview governance portal](https://web.purview.azure.com/), find the Azure Storage or Azure Data Lake Storage (ADLS) Gen 2 data asset you would like to share data from using either the [data catalog search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md).
6990
7091
:::image type="content" source="./media/how-to-share-data/search-or-browse.png" alt-text="Screenshot that shows the Microsoft Purview governance portal homepage with the search and browse options highlighted." border="true":::
7192
72-
1. Once you have found your data asset, select the **Data Share** button.
93+
Once you have found your data asset, select the **Data Share** button.
7394
7495
:::image type="content" source="./media/how-to-share-data/select-data-share-inline.png" alt-text="Screenshot of a data asset in the Microsoft Purview governance portal with the Data Share button highlighted." border="true" lightbox="./media/how-to-share-data/select-data-share-large.png":::
7596
76-
1. Select **+New Share**.
97+
Select **+New Share**.
7798
7899
:::image type="content" source="./media/how-to-share-data/select-new-share-inline.png" alt-text="Screenshot of the Data Share management window with the New Share button highlighted." border="true" lightbox="./media/how-to-share-data/select-new-share-large.png":::
79100

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ ms.date: 02/16/2023
2323
1. From the left menu, select **Preview features** under *Settings*.
2424
1. Select **AllowDataSharing** and *Register*.
2525
1. Refresh the *Preview features* screen to verify the *State* is **Registered**. It could take 15 minutes to 1 hour for registration to complete.
26-
26+
1. In addition, to use data share for storage accounts in East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2: Select AllowDataSharingInHeroRegion and Register
27+
2728
For more information, see [Register preview feature](../../azure-resource-manager/management/preview-features.md?tabs=azure-portal#register-preview-feature).
2829

2930
# [PowerShell](#tab/powershell)
@@ -36,7 +37,15 @@ ms.date: 02/16/2023
3637
```azurepowershell
3738
Get-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
3839
```
39-
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).
40+
In addition, to use data share for storage accounts in East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2:
41+
42+
```azurepowershell
43+
Register-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
44+
```
45+
```azurepowershell
46+
Get-AzProviderFeature -FeatureName "AllowDataSharingInHeroRegion" -ProviderNamespace "Microsoft.Storage"
47+
```
48+
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).
4049
4150
[!INCLUDE [share-storage-configuration](share-storage-configuration.md)]
4251
@@ -57,4 +66,4 @@ Below are required roles for sharing data and receiving shares.
5766
| **Data Consumer** |Contributor OR Owner OR Storage Blob Data Contributor OR Storage Blob Data Owner|Data Reader|
5867
5968
> [!NOTE]
60-
> If you created the Microsoft Purview account, you're automatically assigned all the roles to the root collection. Refer to [Microsoft Purview permissions](../catalog-permissions.md) to learn more about the Microsoft Purview collection and roles.
69+
> If you created the Microsoft Purview account, you're automatically assigned all the roles to the root collection. Refer to [Microsoft Purview permissions](../catalog-permissions.md) to learn more about the Microsoft Purview collection and roles.

articles/purview/includes/share-storage-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ ms.date: 03/21/23
1414
> The following are supported storage account configurations:
1515
>
1616
> - Azure regions: Canada Central, Canada East, UK South, UK West, Australia East, Japan East, Korea South, and South Africa North
17+
> - Additional Azure Regions: East US, East US2, North Europe, Southcentral US, West Central US, West Europe, West US, West US2
1718
> - Performance: Standard
1819
> - Redundancy options: LRS, GRS, RA-GRS
159 KB
Loading
235 KB
Loading

articles/purview/quickstart-data-share.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,27 @@ This article provides a quick guide on how to share data and receive shares from
1919

2020
## Create a share
2121

22-
1. Within the [Microsoft Purview governance portal](https://web.purview.azure.com/), find the Azure Storage or Azure Data Lake Storage (ADLS) Gen 2 data asset you would like to share data from using either the [data catalog search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md).
22+
1. You can create a share by starting from **Data Map**
23+
24+
Open the [Microsoft Purview governance portal](https://web.purview.azure.com/). Select the **Data Map** icon from the left navigation. Then select **Shares**. Select **+New Share**.
25+
26+
:::image type="content" source="./media/how-to-share-data/create-share-datamap-new-share.png" alt-text="Screenshot that shows the Microsoft Purview governance portal Data Map with Data Map, Shares and New Share highlighted." border="true":::
27+
28+
Select the Storage account type and the Storage account you want to share data from. Then select **Continue**.
29+
30+
:::image type="content" source="./media/how-to-share-data/create-share-datamap-select-type-account.png" alt-text="Screenshot that shows the New Share creation step with Type and Storage account options highlighted." border="true":::
31+
32+
1. You can create a share by starting from **Data Catalog**
33+
34+
Within the [Microsoft Purview governance portal](https://web.purview.azure.com/), find the Azure Storage or Azure Data Lake Storage (ADLS) Gen 2 data asset you would like to share data from using either the [data catalog search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md).
2335

2436
:::image type="content" source="./media/how-to-share-data/search-or-browse.png" alt-text="Screenshot that shows the Microsoft Purview governance portal homepage with the search and browse options highlighted." border="true":::
2537

26-
1. Once you have found your data asset, select the **Data Share** button.
38+
Once you have found your data asset, select the **Data Share** button.
2739

2840
:::image type="content" source="./media/how-to-share-data/select-data-share-inline.png" alt-text="Screenshot of a data asset in the Microsoft Purview governance portal with the Data Share button highlighted." border="true" lightbox="./media/how-to-share-data/select-data-share-large.png":::
2941

30-
1. Select **+New Share**.
42+
Select **+New Share**.
3143

3244
:::image type="content" source="./media/how-to-share-data/select-new-share-inline.png" alt-text="Screenshot of the Data Share management window with the New Share button highlighted." border="true" lightbox="./media/how-to-share-data/select-new-share-large.png":::
3345

0 commit comments

Comments
 (0)