Followed all setup both in the email and the online docs for deploying a Docker for Azure swarm. Two times already, I got the following message:
At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details. (Code: DeploymentFailed)
The platform image ‘docker:docker4azure-preview:docker4azure:1.12.13’ is not available. Verify that all fields in the storage profile are correct. (Code: ImageNotFound)
Expected behavior
For it to deploy correctly
Actual behavior
Manager fails to depoy
Additional Information
This is the error in the resource that failed.
{“error”: {
“code”: “ImageNotFound”,
“target”: “imageReference”,
“message”: “The platform image ‘docker:docker4azure-preview:docker4azure:1.12.13’ is not available. Verify that all fields in the storage profile are correct.”
}
}