I have some Virtual machine running with same configuration. On those VMs I have installed my application.
I want to set some custom unique identifier in my VM , so that I know that if particular (from my application) request is coming from which VM that request is coming(or that application is running in which VM). As same application is running inside all VM, so to differentiate each request , I want to setup some unique custom identifier at the time of creation of Virtual machine.
I want to setup some system properties/Environment variable at the time of creation of virtual machine.
I am using Windows Azure Rest API and Java to create and manage Virtual machine on Windows Azure Portal. I want to achieve this by using Java programing language.
Please let me know if you have nay information about same.