How to change Azure HDInsight Hadoop to Azure Private endpoint.

KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
2020-05-08T23:16:35.12+00:00

I already create a Azure HDInsight Hadoop cluster but in public network. Now,I want to change it into Private network using Azure Private Link to private endpoint.

How can I change "https://<CLUSTERNAME>.azurehdinsight.net" to " https://<CLUSTERNAME>-int.azurehdinsight.net".

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: MSDN

Azure HDInsight
Azure HDInsight
An Azure managed cluster service for open-source analytics.
198 questions
0 comments No comments
{count} votes

Accepted answer
  1. HimanshuSinha-msft 601 Reputation points
    2020-05-08T23:24:03.19+00:00

    Welcome to the Microsoft Q&A (Preview) platform.

    Happy to answer your questions

    Note: Private endpoint is available in HDInsight clusters deployed in a virtual network.

    You need to deploy the cluster in a VNet you can access it using the private endpoint https://CLUSTERNAME-int.azurehdinsight.net. This endpoint resolves to a private IP inside the VNet for cluster access.

    For more details, refer “Azure HDInsight virtual network architecture” and “Secure incoming traffic to HDInsight clusters in a virtual network with private endpoint”.

    Hope this helps.

    Sourced from MSDN – Azure HDInsight

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Zhenyu Zhou 1 Reputation point Microsoft Employee
    2020-07-20T03:35:32.467+00:00

    Private Link feature for HDInsight doesn't support update which means you can't change a public cluster into private link. The only way is to re-create a new one which enables private link feature.

    0 comments No comments