I have subscribe to a trial version of docker EE and it’s been someday that i tried to deploy automated build for azure (docker EE for azure (standart/advance 17.06 or 17.03))
Expected behavior
automated deployment and infrastructure ready as soon as deploy is done (+ 15 min for DTR)
Actual behavior
error for the deployement of the VM scale set of Manager
error code {“code”:“DeploymentFailed”,“message”:“At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.”,“details”:[{“code”:“Conflict”,“message”:“{\r\n "status": "Failed",\r\n "error": {\r\n "code": "ResourceDeploymentFailure",\r\n "message": "The resource operation completed with terminal provisioning state ‘Failed’.",\r\n "details": [\r\n {\r\n "code": "AllocationFailed",\r\n "message": "Allocation failed. Please try reducing the VM size or number of VMs, retry later, or try deploying to a different Availability Set or different Azure location."\r\n }\r\n ]\r\n }\r\n}”}]}
Additional Information
try to deploy Azure EE basics the swarm wasn’t created automatically and failed to add the worker to the swarm.
haven’t try the azure container services deployment yet
Steps to reproduce the behavior
try the automated deployement of Azure EE with this tutorial :
NB: don’t use capital letter in principal App or swarm name it’s causing issue .
…
2. …