ARM Template for Azure HDinsights

Akash Verma 26 Reputation points
2020-10-02T11:08:56.783+00:00

Can someone share any reference or ARM Template for Azure HDInsight which covers below things:

  1. Use Public-Private key pair together with a passphrase for SSH login
  2. Enterprise security package must be enabled
  3. TLS Version
  4. Encryption at rest must be enabled using Customer-managed keys
  5. Enable Encryption in transit between Gateway Nodes and Other Nodes
  6. OS Level configuration using Setup script
  7. NSG Rules

Any reference or single ARM Template for all above things

Azure HDInsight
Azure HDInsight
An Azure managed cluster service for open-source analytics.
210 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,086 Reputation points
    2020-10-02T22:58:03.007+00:00

    Hello @Akash Verma . The easiest way to get a template tailored for your needs, is to generate a template by using the HDInsight creation wizard in the portal. Instead of deploying, I viewed the generated template. (see picture)

    29890-image.png

    1 Public key can be enabled. For Private key and passphrase, see this link.
    5 Encrpytion in transit is only available in certain regions. (East US, South Central US, West US2)
    7 Network Security Group is a separate resource from HDInsight. On the HDInsight side you will want to connect to a Vnet.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.