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-security.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,7 @@ Examples of control plane operations and data plane operations:
138
138
|Deploy a Microsoft Purview account | Control plane | Azure subscription owner or contributor | Azure RBAC roles |
139
139
|Set up a Private Endpoint for Microsoft Purview | Control plane | Contributor | Azure RBAC roles |
140
140
|Delete a Microsoft Purview account | Control plane | Contributor | Azure RBAC roles |
141
+
|Add or manage a [self-hosted integration runtime (SHIR)](manage-integration-runtimes.md)| Control plane | Data source administrator |Microsoft Purview roles |
141
142
|View Microsoft Purview metrics to get current capacity units | Control plane | Reader | Azure RBAC roles |
142
143
|Create a collection | Data plane | Collection Admin | Microsoft Purview roles |
143
144
|Register a data source | Data plane | Collection Admin | Microsoft Purview roles |
Copy file name to clipboardExpand all lines: articles/purview/manage-integration-runtimes.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ Installation of the self-hosted integration runtime on a domain controller isn't
52
52
> For your source, **[refer to each source article for prerequisite details.](azure-purview-connector-overview.md)**
53
53
> Any requirements will be listed in the **Prerequisites** section.
54
54
55
+
- To add and manage a SHIR in Microsoft Purview, you'll need [data source administrator permissions](catalog-permissions.md) in Microsoft Purview.
56
+
55
57
- Self-hosted integration runtime requires a 64-bit Operating System with .NET Framework 4.7.2 or above. See [.NET Framework System Requirements](/dotnet/framework/get-started/system-requirements) for details.
56
58
57
59
- Ensure Visual C++ Redistributable for Visual Studio 2015 or higher is installed on the self-hosted integration runtime machine. If you don't have this update installed, [you can download it here](/cpp/windows/latest-supported-vc-redist#visual-studio-2015-2017-2019-and-2022).
@@ -76,6 +78,9 @@ To create and set up a self-hosted integration runtime, use the following proced
76
78
77
79
### Create a self-hosted integration runtime
78
80
81
+
>[!NOTE]
82
+
> To add or manage a SHIR in Microsoft Purview, you'll need [data source administrator permissions](catalog-permissions.md) in Microsoft Purview.
83
+
79
84
1. On the home page of the [Microsoft Purview governance portal](https://web.purview.azure.com/resource/), select **Data Map** from the left navigation pane.
80
85
81
86
2. Under **Sources and scanning** on the left pane, select **Integration runtimes**, and then select **+ New**.
@@ -110,13 +115,13 @@ You can register multiple nodes for a self-hosted integration runtime using the
110
115
111
116
## Manage a self-hosted integration runtime
112
117
113
-
You can edit a self-hosted integration runtime by navigating to **Integration runtimes** in the Microsoft Purview governance portal, hover on the IR then click the **Edit** button.
118
+
You can edit a self-hosted integration runtime by navigating to **Integration runtimes** in the Microsoft Purview governance portal, hover on the IR then select the **Edit** button.
114
119
115
120
In the **Settings** tab, you can update the description, copy the key, or regenerate new keys. In the **Nodes** tab, you can manage the registered nodes. And in the **Version** tab, you can see the IR version status.
116
121
117
122
:::image type="content" source="media/manage-integration-runtimes/edit-integration-runtime-settings.png" alt-text="edit IR details.":::
118
123
119
-
You can delete a self-hosted integration runtime by navigating to **Integration runtimes**, hover on the IR then click the **Delete** button.
124
+
You can delete a self-hosted integration runtime by navigating to **Integration runtimes**, hover on the IR then select the **Delete** button.
120
125
121
126
### Notification area icons and notifications
122
127
@@ -141,7 +146,7 @@ Make sure the account has the permission of Log-on as a service. Otherwise self-
141
146
You can associate a self-hosted integration runtime with multiple on-premises machines or virtual machines in Azure. These machines are called nodes. You can have up to four nodes associated with a self-hosted integration runtime. The benefits of having multiple nodes are:
142
147
143
148
- Higher availability of the self-hosted integration runtime so that it's no longer the single point of failure for scan. This availability helps ensure continuity when you use up to four nodes.
144
-
- Run more concurrent scans. Each self-hosted integration runtime can empower a number of scans at the same time, auto determined based on the machine's CPU/memory. You can install additional nodes if you have more concurrency need. Each scan will be executed on one of the nodes. Having more nodes doesn't improve the performance of a single scan execution.
149
+
- Run more concurrent scans. Each self-hosted integration runtime can empower many scans at the same time, auto determined based on the machine's CPU/memory. You can install more nodes if you have more concurrency need. Each scan will be executed on one of the nodes. Having more nodes doesn't improve the performance of a single scan execution.
145
150
146
151
You can associate multiple nodes by installing the self-hosted integration runtime software from [Download Center](https://www.microsoft.com/download/details.aspx?id=39717). Then, register it by using the same authentication key.
0 commit comments