Case study elaboration – Packt Insurance Inc.
Let's now work through the case study and see what steps are to be taken by the team at Packt Insurance to achieve quality expectations for the solution. Through discussions with the various stakeholders and business teams at Packt Insurance, the development team captured the following high-level requirements:
- The solution should be multi-tenant and deployed initially in one Azure region. It should be easy to replicate the deployment in other Azure regions.
- Deployments to production environments will be fully automated and the cycle time will be 2-3 weeks max.
- Automated tests must be run on the APIs to check for regression issues before they are released to production.
- The public endpoints for the APIs must be secured through
OAuth
. - The API platform will not store any encrypted data. The highest classification of data handled by the platform will be Confidential / High Business Impact. The platform...