First published on CloudBlogs on May, 10 2013
Howdy folks,
We've been receiving a lot of questions from members of the Azure community asking how we built and operate our high availability directory, especially our rest based GraphAPI.
A key challenge in operating a cloud service is keeping the service available at all times and across multiple geographies. One of the ways we meet this challenge by using an availability proxy which allows us to operate multiple instances of our service which are all kept in sync. For example, it lets us make all instances available for reads and updates but if one instance goes down, it's load is redirected and the others take over. When the downed instance becomes available, it then starts receiving all of the updates it missed and once it has, it rejoins the group. We use the proxy internally to manage configuration data and operate some experimental services. We are excited about it as it's useful and simple to use. We are making the source available under Apache 2.0 so service architects and developers can add it to their tool box for developing highly-available, geo-distributed services in Azure.
The proxy operates as a transparent layer between clients and a service, so it is possible to apply this technology without a complete rewrite. Internally, the proxy uses the PAXOS algorithm:
http://research.microsoft.com/en-us/um/people/lamport/pubs/pubs.html#paxos-simple
The proxy runs as a vanilla Azure Web Role so all the deployment and management tools are applicable.
You can learn more about the proxy and get the source code in our GitHub repository: https://github.com/WindowsAzureAD/availability-proxy-for-rest-services
We hope you'll find it useful and use it to build a ton of cool cloud services that integrate with Azure Active Directory!
Best regards,
Alex Simons (Twitter: Alex_A_Simons)
Director of PM
Active Directory Team
Published Sep 07, 2018
Version 1.0Alex Simons (AZURE)
Microsoft
Joined May 01, 2017
Microsoft Entra Blog
Stay informed on how to secure access for workforce, customer, and workload identities, from anywhere, to multicloud and on-premises resources, with comprehensive identity and network access solutions.