We have a BisSpark subscription and try to deploy a Azure Container Server, but always get "Failed to Deploy": Status: Conflict
We selected either swarm oder DC/OS, 1 master, 1 agent, size: Standard D1 in a new resource group and without any containers created before.
Error:
{ "status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [ {
"code": "TemplateFailedPrevalidation",
"message": "Provisioning of resource(s) for container service 'containerservice-swoopstr_containers' in resource group 'swoopstr_containers' failed with 1 error(s): \\n Resource target: ,
code: TemplateFailedPrevalidation,
message: \\n The template request has multiple validation failures involving one or more Microsoft.Network resources. Please check details for information about each resource.\r\n"
} ]
}
}