Skip to content

Commit 56c657d

Browse files
authored
Edits to regions and new registration step
1 parent 9fd771b commit 56c657d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
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

@@ -50,7 +51,15 @@ Microsoft Purview Data Sharing supports in-place data sharing from Azure Data La
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

0 commit comments

Comments
 (0)