Hi I am trying to create an ARM template to setup the Azure Linux Diagnostic extension on my Linux VM using ARM templates to monitor mount points. I am referring to the following documentation to achieve the same: https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/diagnostics-template However…
Tag: arm-template
How to get number of worker, cores, ram from HDI cluster
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 RA…