Skip to content

Commit ca2f49a

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

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
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

0 commit comments

Comments
 (0)