Architecting Multitenant SaaS Applications with Azure

Abstract

Multitenancy is a software architecture pattern in which a single instance of software serves multiple groups of users (known as tenants or organizations). Many modern SaaS applications use this pattern to serve their customers with maximum efficiency while maintaining operational costs low. But how do you build a multitenant application right? How do you secure one tenant’s information from another tenant’s users? How do you keep operational costs low? How do you monitor and manage this stuff?

In this session you will gain architecture practices for architecting multitenant SaaS applications, learnt from migrating real applications to the cloud so that you won’t have to learn them the hard way, with implementation tips and tricks on Azure.

Slide Deck

Source Code

The source code for this session can be found here.