I have a requirement that I need to create a VM using azure-java-sdk.
When I tried to create a VM it is showing that invalid deployment Name.
What is approach to create VM(Role) along with Cloud Service and Deployment using azure-java-sdk?
I am using VirtualMachineOperations to createRole(vm), and creatRole(ServiceName,DeploymentName,params) to create VM.
This is where I am getting Error.
Thanks in advance..