Skip to content

Commit 5ee655e

Browse files
committed
resolving Absolute links
1 parent 6b74c02 commit 5ee655e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/purview/concept-best-practices-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This section provides high level guidance on required tasks to copy assets, glos
8989

9090
### Create the new account
9191
You will need to create a new Azure Purview account by following below instruction:
92-
* [Quickstart: Create an Azure Purview account in the Azure portal](https://docs.microsoft.com/azure/purview/create-catalog-portal)
92+
* [Quickstart: Create an Azure Purview account in the Azure portal](create-catalog-portal.md)
9393

9494
It’s crucial to plan ahead on configuration items that you cannot change later:
9595
* Account name
@@ -98,7 +98,7 @@ It’s crucial to plan ahead on configuration items that you cannot change later
9898
* Manage resource group name
9999

100100
### Migrate configuration items
101-
Below steps are referring to [Azure Purview API documentation](https://docs.microsoft.com/rest/api/purview) so that you can programmatically stand up the backup account quickly:
101+
Below steps are referring to [Azure Purview API documentation](/rest/api/purview/) so that you can programmatically stand up the backup account quickly:
102102

103103
|Task|Description|
104104
|-------------|-----------------|
@@ -109,7 +109,7 @@ Below steps are referring to [Azure Purview API documentation](https://docs.micr
109109
|**Resource set rule**|Create and maintain resource set rule. You can call the [Get resource set rule API](/rest/api/purview/accountdataplane/resource-set-rules/get-resource-set-rule) to get the rule details|
110110
|**Data sources**|Call the [Get all data sources API](/rest/api/purview/scanningdataplane/scans/list-by-data-source) to list data sources with details. You also have to get the triggers by calling [Get trigger API](/rest/api/purview/scanningdataplane/triggers/get-trigger). There is also [Create data sources API](/rest/api/purview/scanningdataplane/data-sources/create-or-update) if you need to re-create the sources in bulk in the new account.|
111111
|**Credentials**|Create and maintain credentials used while scanning. There is no API to extract credentials, so this must be redone in the new account.|
112-
|**Self-hosted integration runtime (SHIR)**|Get a list of SHIR and get updated keys from the new account then update the SHIRs. This must be done [manually inside the SHIRs' hosts](https://docs.microsoft.com/azure/purview/manage-integration-runtimes#create-a-self-hosted-integration-runtime)|
112+
|**Self-hosted integration runtime (SHIR)**|Get a list of SHIR and get updated keys from the new account then update the SHIRs. This must be done [manually inside the SHIRs' hosts](manage-integration-runtimes.md#create-a-self-hosted-integration-runtime).|
113113
|**ADF connections**|Currently an ADF can be connected to one Purview at a time. You must disconnect ADF from failed Purview account and reconnect it to the new account later.|
114114

115115

@@ -325,7 +325,7 @@ To complete the asset migration, you must remap the relationships. There are thr
325325
> Before migrating terms, you need to migrate the term templates. This step should be already covered in the custom `typedef` migration.
326326
327327
#### Using Azure Purview Portal
328-
The quickest way to migrate glossary terms is to [export terms to a .csv file](https://review.docs.microsoft.com/azure/purview/how-to-create-import-export-glossary?branch=main). You can do this using the Purview Studio.
328+
The quickest way to migrate glossary terms is to [export terms to a .csv file](how-to-create-import-export-glossary.md). You can do this using the Purview Studio.
329329

330330
#### Using Azure Purview API
331331
To automate glossary migration, you first need to get the glossary `guid` (`glossaryGuid`) via [List Glossaries API](/rest/api/purview/catalogdataplane/glossary/list-glossaries). The `glossaryGuid` is the top/root level glossary `guid`.

articles/purview/concept-best-practices-sensitivity-labels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It also abstracts the data itself, so you use labels to track the type of data,
3131
### Label considerations
3232

3333
- If you already have Microsoft 365 sensitivity labels in use in your environment, it is recommended that you continue to use your existing labels rather than making duplicate or more labels for Purview. This allows you to maximize the investment you have already made in the Microsoft 365 compliance space and ensures consistent labeling across your data estate.
34-
- If you have not yet created Microsoft 365 sensitivity labels, it is recommended that you review the documentation to [Get started with sensitivity labels](https://docs.microsoft.com/microsoft-365/compliance/get-started-with-sensitivity-labels?view=o365-worldwide). Creating a classification schema is a tenant-wide operation and should be discussed thoroughly before enabling it within your organization.
34+
- If you have not yet created Microsoft 365 sensitivity labels, it is recommended that you review the documentation to [Get started with sensitivity labels](/microsoft-365/compliance/get-started-with-sensitivity-labels). Creating a classification schema is a tenant-wide operation and should be discussed thoroughly before enabling it within your organization.
3535

3636
### Label recommendations
3737

@@ -52,6 +52,6 @@ It also abstracts the data itself, so you use labels to track the type of data,
5252

5353
## Next steps
5454

55-
- [Get started with sensitivity labels](https://docs.microsoft.com/microsoft-365/compliance/get-started-with-sensitivity-labels?view=o365-worldwide).
55+
- [Get started with sensitivity labels](/microsoft-365/compliance/get-started-with-sensitivity-labels).
5656

57-
- [How to automatically apply sensitivity labels to your data in Azure Purview](https://docs.microsoft.com/azure/purview/how-to-automatically-label-your-content).
57+
- [How to automatically apply sensitivity labels to your data in Azure Purview](how-to-automatically-label-your-content.md).

0 commit comments

Comments
 (0)