Nation-wide Online Covid-19 Vaccination Request Form On Microsoft Azure

Customer Profile : Government Entity

Client Expectations:
1. The Vaccination Request Form will be accessed by tens of thousands of people at the same time
2. The Vaccination Request Form should always be up and running and minimal downtime during updates/changes
3. The data submitted in the Form is highly confidential and should not be kept online
4. The Vaccination Request Form should be highly secure

High Level Architecture

Project Duration: 2 Months
Team Size : 6

How did we use azure to implement the solution?
Architecture/Solution:
1. We have deployed our solution in an internal app service environment, and this will ensure the best security on the app services
2. We have configure auto scaling so that the app service instance count will increase based on the load
3. We have used SQL Azure Database to store temporary the info added by the user
4. Used Azure Data Factory to push the data from the SQL Azure Database to the client on-premises database
5. Used application insights to monitor the solution
6. Used key vaults to secure connection strings