Hi,
According to this:
[https://docs.docker.com/docker-for-azure/#installing-with-the-cli]
This is supposed to work:
azure group create --name DockerGroup --location centralus --deployment-name docker.template --template-file
Looks like the syntax has changed so instead of azure it is az. But it still does not work:
az group create --name docker-for-azure-test-rg --location northeurope --deployment-name docker.template --template-file https://download.docker.com/azure/stable/Docker.tmpl
az: error: unrecognized arguments: --deployment-name docker.template --template-file https://download.docker.com/azure/stable/Docker.tmpl
usage: az [-h] [–output {json,tsv,table,jsonc}] [–verbose] [–debug]
[–query JMESPATH]
{group} …
Anybody has an working example?
Regards Peter