Here is my scenario. I am creating HDI cluster and installing my custom application using ARM template. I need following values to be configured for my application using Shell script. Installing my application using CustomScript option in ARM template. Number of worker nodes Number of cores per worker node RAM per worker node RAM per head node Number of cores
Tag: azure-hdinsight
What is the best way to link two ARM template in Azure
HDI cluster on template2:- Azure VM on template1:- I am able to deploy 1 and 2 separately without any issues. Now I want to get the HDI cluster headnode IP and use in property file on Azure VM. How can I achieve 3 and deploy 1,2,3 in an order at one go? Answer According to your scenario, you could use