Hi all,
I am using the new API ARM to start a Virtual Machine. Hence, I am using a JSON file to describe the machine I want.
However, I would like to be able to configure the VM at startup. Especially, I would like to configure WinRM, and install Python on the machine. At startup is really important, I cannot wait for the VM to be succeeded.
So, how can I achieve this? I am aware that there is a WinRM configuration, but I need specific configuration that cannot be done with this.
On the other hand, according to the documentation, I am allowed to use additionalUnattendContent (https://msdn.microsoft.com/en-us/library/azure/mt163591.aspx#bk_addcontent) for Windows Machine. Can I use this? Maybe this configuration is not planned to
be used that way...
Thanks for your help, or any tips you could provide!
Best regards,
Louis