You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/concept-best-practices-migration.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ This section provides high level guidance on required tasks to copy assets, glos
89
89
90
90
### Create the new account
91
91
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)
93
93
94
94
It’s crucial to plan ahead on configuration items that you cannot change later:
95
95
* Account name
@@ -98,7 +98,7 @@ It’s crucial to plan ahead on configuration items that you cannot change later
98
98
* Manage resource group name
99
99
100
100
### 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:
102
102
103
103
|Task|Description|
104
104
|-------------|-----------------|
@@ -109,7 +109,7 @@ Below steps are referring to [Azure Purview API documentation](https://docs.micr
109
109
|**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|
110
110
|**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.|
111
111
|**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).|
113
113
|**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.|
114
114
115
115
@@ -325,7 +325,7 @@ To complete the asset migration, you must remap the relationships. There are thr
325
325
> Before migrating terms, you need to migrate the term templates. This step should be already covered in the custom `typedef` migration.
326
326
327
327
#### 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.
329
329
330
330
#### Using Azure Purview API
331
331
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`.
Copy file name to clipboardExpand all lines: articles/purview/concept-best-practices-sensitivity-labels.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ It also abstracts the data itself, so you use labels to track the type of data,
31
31
### Label considerations
32
32
33
33
- 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.
35
35
36
36
### Label recommendations
37
37
@@ -52,6 +52,6 @@ It also abstracts the data itself, so you use labels to track the type of data,
52
52
53
53
## Next steps
54
54
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).
56
56
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