Skip to content

Commit 424e086

Browse files
committed
Resolving Links
1 parent 1d40fc3 commit 424e086

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.date: 08/17/2022
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.
2626

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

2929
# [PowerShell](#tab/powershell)
3030
```azurepowershell
@@ -36,7 +36,7 @@ ms.date: 08/17/2022
3636
```azurepowershell
3737
Get-AzProviderFeature -FeatureName "AllowDataSharing" -ProviderNamespace "Microsoft.Storage"
3838
```
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).
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).
4040
4141
* 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.
4242
@@ -47,7 +47,7 @@ ms.date: 08/17/2022
4747
> - Performance: Standard
4848
> - Redundancy options: LRS, GRS, RA-GRS
4949
50-
* If the storage accounts are in an Azure subscription different than Microsoft Purview account, [register the Microsoft.Purview resource provider](.../azure-resource-manager/management/resource-providers-and-types.md) in the Azure subscription where the storage accounts are located.
50+
* If the storage accounts are in an Azure subscription different than Microsoft Purview account, [register the Microsoft.Purview resource provider](../../azure-resource-manager/management/resource-providers-and-types.md) in the Azure subscription where the storage accounts are located.
5151
* Latest version of the storage SDK, PowerShell, CLI and Azure Storage Explorer. Storage REST API version must be February 2020 or later.
5252
* 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.
5353
* 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.

0 commit comments

Comments
 (0)