Hacker News new | ask | show | jobs
by ewindisch 3794 days ago
My experience has been positive.

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.

2 comments

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.
GCN and AWS both have very easy drop in Docker support. I'm not sure how it could get any easier.
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.