IaaS: Web app with relational database

The content describes a high availability solution leveraging Azure’s availability zones for a web application and SQL Server database hosted on Virtual Machines. This setup makes use of a redundant Azure Application Gateway and load balancer to distribute network traffic and ensure uptime. It features zonal deployment for increased application availability. Replication of VMs across zones prevents service interruption during zone failure and maintenance. It also mentions recommended configurations and addressing key pillars of the Azure Well-Architected Framework, including cost optimization, security, and availability.

Continue reading

API design

You can also create an HTTP REST API without using a formal definition language, but then you lose the benefits of code generation and testing. Because services are designed by teams working independently, APIs

Continue reading

1 31 32 33 34 35 52