Hey,
I am use to with AWS cloud comouting and very new to Windows Azure, I found that we need to create an xml for creating virtual machine so completed that step. Now the next part is how to utilize the xml file for creation of virtual machine. Can you guide me using Java code as i was completely unable to do it using following links can you provide me a little more staright forward way as i can not find it easily on the Java doc for Azure.
Here are the list of links i have been through.
http://msdn.microsoft.com/en-us/library/windowsazure/jj157194.aspx
https://github.com/CloudifySource/cloudify/blob/master/esc/src/main/java/org/cloudifysource/esc/driver/provisioning/azure/client/MicrosoftAzureRestClient.java
Thanks