Skip to content

Commit 8a1abee

Browse files
committed
Resolving links
1 parent f39ceeb commit 8a1abee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 08/17/2022
1111

1212
### Microsoft Purview prerequisites
1313

14-
* [A Microsoft Purview account](create-catalog-portal.md). You can also use two Microsoft Purview accounts, one for data provider and one for data consumer to test both workflows.
14+
* [A Microsoft Purview account](../create-catalog-portal.md). You can also use two Microsoft Purview accounts, one for data provider and one for data consumer to test both workflows.
1515
* Your recipient's Azure sign-in email address that you can use to send the invitation to. The recipient's email alias won't work.
1616

1717
### Azure Storage account prerequisites
@@ -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,9 +47,9 @@ 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.
52-
* 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.
52+
* 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.
5454
>[!NOTE]
5555
> This registration is only needed the first time when sharing or receiving data into a storage account in the Azure subscription.
@@ -62,4 +62,4 @@ Below are required roles for sharing data and receiving shares.
6262
| **Data Provider** |Owner OR Storage Blob Data Owner|Data Share Contributor|
6363
| **Data Consumer** |Contributor OR Owner OR Storage Blob Data Contributor OR Storage Blob Data Owner|Data Share Contributor|
6464
65-
Note: 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.
65+
Note: 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)