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/data-factory/how-to-access-secured-purview-account.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,13 +65,28 @@ If you have permission to approve the Microsoft Purview private endpoint connect
65
65
1. Go to **Manage** -> **Microsoft Purview** -> **Edit**
66
66
2. In the private endpoint list, click the **Edit** (pencil) button next to each private endpoint name
67
67
3. Click **Manage approvals in Azure portal** which will bring you to the resource.
68
-
4. On the given resource, go to **Networking** -> **Private endpoint connection** to approve it. The private endpoint is named as `data_factory_name.your_defined_private_endpoint_name` with description as "Requested by data_factory_name".
68
+
4. On the given resource, go to **Networking** -> **Private endpoint connection**or **Ingestion private endpoint connections**to approve it. The private endpoint is named as `data_factory_name.your_defined_private_endpoint_name` with description as "Requested by data_factory_name".
69
69
5. Repeat this operation for all private endpoints.
70
70
71
71
If you don't have permission to approve the Microsoft Purview private endpoint connection, ask the Microsoft Purview account owner to do as follows.
72
72
73
+
For Microsoft Purview accounts using the [Microsoft Purview portal](/purview/purview-portal):
74
+
75
+
1. Go to the Azure portal -> your Microsoft Purview account.
76
+
1. Select **Networking** -> **Ingestion private endpoint connections** to approve it. The private endpoint is named as `data_factory_name.your_defined_private_endpoint_name` with description as "Requested by data_factory_name".
77
+
78
+
For Microsoft Purview accounts using the [classic Microsoft Purview governance portal](/purview/use-microsoft-purview-governance-portal):
79
+
73
80
- For *account* private endpoint, go to Azure portal -> your Microsoft Purview account -> Networking -> Private endpoint connection to approve.
74
-
- For *ingestion* private endpoints, go to Azure portal -> your Microsoft Purview account -> Managed resources, click into the Storage account and Event Hubs namespace respectively, and approve the private endpoint connection in Networking -> Private endpoint connection page.
81
+
- If your account was created after November 10 2023 (or deployed using API version 2023-05-01-preview onwards):
82
+
1. Go to the Azure portal -> your Microsoft Purview account.
83
+
1. Select **Networking** -> **Ingestion private endpoint connections** to approve it. The private endpoint is named as `data_factory_name.your_defined_private_endpoint_name` with description as "Requested by data_factory_name".
84
+
- If your account was created before November 10 2023 (or deployed using a version of the API older than 2023-05-01-preview):
85
+
1. Go to Azure portal -> your Microsoft Purview account -> Managed resources.
86
+
1. Select the Storage account and Event Hubs namespace respectively, and approve the private endpoint connection in Networking -> Private endpoint connection page.
87
+
88
+
>[!TIP]
89
+
> Your account will only have a managed Event Hubs namespace if it is [configured for Kafka notifications](/purview/configure-event-hubs-for-kafka).
0 commit comments