Will the Azure Data Factory can be connected to Azure Data Explorer using private endpoint ?
My Azure Data Factory and Azure Data Explorer are in same VNET.
I have to create a linked service in Azure Data Factory which connects to private Azure Data Explorer using private end point.
In Azure Data Explorer, I have restricted public access and created a private endpoint on it.
In Azure Data Factory, I have performed below steps:
- I have restricted public access and created a private endpoint on it.
- Created Integrated Runtime with virtual network enabled.
- Created managed private endpoint to connect ADX (same is approved under Azure Data Explorer private endpoint section).
Now, while creating a linked service, I cannot see any option to select private endpoint of ADX. But if I try to created a linked service for SQL server, then there is an option to select private endpoint.
So, I would like to know if ADF and ADX can communicate privately inside VNET. If so, how can we achieve this.