What is resiliency in Azure?
Resiliency is the ability of a system to recover from failures and continue to function. Implement resiliency design patterns, such as isolating critical resources, using compensating transactions, and performing asynchronous operations whenever possible. Build availability requirements into your design. Microsoft’s Azure (and other cloud platforms) are always reliable until they aren’t. On September 4, 2018, … Read more