Healthcare scenarios
At the time of writing this book, we've been in lockdowns around the world, as we seek to fight (and survive) the deadly coronavirus. This means that today, healthcare is at the forefront of technology. Thus, Microsoft has plenty of new architectures for you to peruse!
Building a telehealth system on Azure
Our first two focus areas are in containers and storage, which build on our core lessons in Chapter 3, Infrastructure Design. Our container-focused architecture is Building a telehealth system on Azure. This solution provides remote hearing care services! The patient's information is stored in Azure Database for PostgreSQL, and AKS hosts the app's logic and allows optimal deployment. Azure Notification Hub is used to notify the patient of status and contact info, and Azure Functions is used to schedule all tasks.
More information
You'll find a lot of details for this architecture here:
Building a telehealth system on Azure:...