Creating an ntier architecture in azure
- Refer below for the architecture image

- Lets create a azure provider and a virtual network with 6 subnets as mentioned in the image. Refer Here for the changeset
- Now we need to create vm in web subnet and app-subnet Refer Here for vm creation example
- But for the current example lets use module from registry Refer Here
- Refer Here for the changes done.
- Exercise:
- Write a terraform template with reusable modules to create gameoflife deployment
- Write a terraform template to create infrastructure and deploy nop commerce Refer Here
- If you are already aware of CI/CD Pipelines create a jenkins job or Azure pipeline to build the code and deploy the infrastructure into two environments QA & STAGING
