Skip to content

Commit be3d06b

Browse files
authored
Edits to regions and new registration step
1 parent 0d2b009 commit be3d06b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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.

0 commit comments

Comments
 (0)