


User interface (UI): single-page web application accessed by end users is hosted in Azure Storage Account's static website hosting.The workload is composed in a way that the whole AKS cluster and other dependencies in the stamp can be deleted and recreated at any time. The application uses stateless API endpoints, which decouple long-running write requests asynchronously through a messaging broker. Apply this separation at all levels on the application stack, allowing each part of the system to scale independently and meet changes in demand.Īn example of that approach is shown in the implementation. This state can be achieved through separation of components into functional units that can operate independently. Application compositionįor high-scale mission critical applications, it's essential to optimize the architecture for end-to-end scalability and resilience. This implementation can be used as a basis for further solution development in your first step towards production. The guidance is backed by a production-grade reference implementation which showcases mission critical application development on Azure.
