Is it possible to create startup tasks for Azure compute nodes?
The scenario is simple: Something should be installed (com, SDK etc.) before the compute node can run. In simple Azure Services we use startup tasks written to the service definition
file. For HPC Azure compute nodes I did not find a way to write the service definition file. Does it means that there are no startup tasks?
Manu