Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. terraform-remote-state,
  2. security-dashboards,
  3. security-log-analytics,

Image Modified

  1. Azure Policy Add resource activity and audit logs to perform self monitoring

...

Image Modified

Login to Azure

...

Note: You need to be in root directory of infrastructure-live to run all the following operations.

Code Block
bash
language
collapsefalse
cd ./infrastructure-live

...

Once you have run the bootstrap script successfully, you will be able to see the /azure/<ENVIRONMENT> folder generated

Image Modified

You will also be able to see the remote state called tfstate created by visiting Storage accounts in the Azure Portal

Image Modified

If there is an error in running the bootstrap process and the outcome was unexpected, you will need to delete the environment directory in /azure before running the bootstrap script again

...

During resource provisioning you will be asked for inputs at multiple stages inside a vi editor. One of the example is below:

Image Modified

Read the instructions in the editor and to edit the values you can press i and update the input values. Once you are satisfied with the input values, press Esc to exit editor mode and :wq (save and quit) the editor to continue with resource provisioning.

Once you have successfully run the update-environment script, you will be able to verify that the following resource groups for remote-state, log-analytics & dashboards have been created in Azure Portal

Image Modified

Sentinel would also have been configured

Image Modified

In Sentinel, you will find our rules, workbooks and automation deployed. For more information about custom content, see XDR Content Management

...