Showing posts with label azure. Show all posts
Showing posts with label azure. Show all posts

2014-07-17

Azure Load Balancer Nuggets

Up until recently I assumed the azure load balancer just was a simple round robin balancer.

2014-06-19

Configuration files or APIs

Configuration files is something we have always been familiar with and with cloud services I think more and more configuration has started to move into code. But I was very intrigued by yet a different concept used by a team I worked with a while back; configuration APIs for temporary changes.

2014-05-15

Clients and eventual consistency

If you're working with a distributed system it is likely that you use eventual consistency to make your system scalable and robust but what does this means to clients?

2014-05-08

How to know when to auto scale

When it comes to auto scaling I tend to see one of two approaches. But neither is actually good.

2013-09-12