Their team has been doing good work. For example, Azure had the first/best Docker integration of all the cloud providers. What they had was superseded by docker-machine and swarm eventually, but they were definitely thinking ahead of the curve.
As a user of Azure, I admit that find some aspects of the service unusual, such as requiring users to pick a globally-unique identifier for every server they boot. As in, they ask you to provide a string for your instance's name, then they provide a hostname based on that string; if the hostname (thus the name you pick) is taken, you'll get an error.
Update: I just noticed that in the past few months, Azure has eliminated this weird DNS thing with the introduction of a revised API and are phasing out the old service as "classic". I'm actually looking at moving some of my infra (containers) to Azure with their Bizspark program which offers a $750/mo credit for startups.
Yes, they do, but Azure beat them to offer first-class support and did so with their own Docker-API compatible endpoint. This was back around the first Dockercon in 2014. Rackspace had a similar integration at the time, but I was definitely more impressed by what Azure was doing.
Besides not being very reassuring, its quite expensive. People on HN always want to believe its affordable, I don't get it. Like you can go to the site and see that it's quite an expensive cloud service.
Their team has been doing good work. For example, Azure had the first/best Docker integration of all the cloud providers. What they had was superseded by docker-machine and swarm eventually, but they were definitely thinking ahead of the curve.
As a user of Azure, I admit that find some aspects of the service unusual, such as requiring users to pick a globally-unique identifier for every server they boot. As in, they ask you to provide a string for your instance's name, then they provide a hostname based on that string; if the hostname (thus the name you pick) is taken, you'll get an error.