Viewing the Resource Groups

After approval, the Terraform Apply stage runs and creates the resources on Azure.

To see the resources:

  1. Go to Azure (https://portal.azure.com/#home).

  2. In the Search bar, type resource, and then select Resource groups in the list.

    All resource groups display.

    One new resource group will be created. For example, if using the dummy environment, it will create all the resources in opcomm-dummy-rg.

  3. Use the search field to locate the new resource group based on the environment you used, and then click the resource group to view the details.

Terraform creates around 50 resources, such as:

  • App Service

  • API Management Service

  • App Service Plan

  • Function Apps

  • Private Endpoint

  • Database

  • Virtual Networks

  • SQL Server

  • SQL Database

  • Storage

Note: The dummy environment should work exactly like the demo environment.

Documentation plan: The documentation will have all the steps:

  • How to run a pipeline

  • What changes to make for a new environment

  • Troubleshooting any issues

Last updated