Skip to content

Commit 796f02a

Browse files
Merge pull request #267022 from whhender/patch-127
Update how-to-access-secured-purview-account.md
2 parents c929692 + 50d0046 commit 796f02a

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

articles/data-factory/how-to-access-secured-purview-account.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,28 @@ If you have permission to approve the Microsoft Purview private endpoint connect
6565
1. Go to **Manage** -> **Microsoft Purview** -> **Edit**
6666
2. In the private endpoint list, click the **Edit** (pencil) button next to each private endpoint name
6767
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".
6969
5. Repeat this operation for all private endpoints.
7070

7171
If you don't have permission to approve the Microsoft Purview private endpoint connection, ask the Microsoft Purview account owner to do as follows.
7272

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+
7380
- 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).
7590
7691
### Monitor managed private endpoints
7792

0 commit comments

Comments
 (0)