We get the following error:
"code": "DeploymentFailed",
"message": "PublicIPAddressInUse"
I modified the template to change the Ipaddress in use to "ipconfig2", and now I get this error,
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. {
"code": "Conflict",
"code": "DiskBlobAlreadyInUseByAnotherDisk”
I further modified the template Disk Name to say something like "Osdisk2.vhd", and now I get the following error,
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details.
"code": "Conflict",
"message": "PropertyChangeNotAllowed“,
"message": "Changing property 'osDisk.vhd.uri' is not allowed.",
"target": "osDisk.vhd.uri"