High Availability and Disaster Recovery Setup on Microsoft Azure
Updated Mar 25, 2026
Version 2.0Hi, thanks for well written and document piece of solution.
Have you considered light-weight architecture using Linux and blobfuse2 driver to attach MS Azure Storage to the VMs directly for write/read operations? SAP content server is state less application and hence failover cluster might sound a bit as an overkill. I believe that same good can serve Azure Load Balancer with its probing capabilities to dispatch request to "working" nodes - VMs. Biggest advantage could be that you can use Azure Storage with immutable policy for a long term archiving needs.