Technical requirements
To apply the recipes in this chapter, you must have an Azure subscription. If you don’t have one, you can create an Azure account for free at this site: https://azure.microsoft.com/free/.
For the Terraform Azure provider to provision and manipulate resources in Azure, the provider must authenticate in Azure using an Azure account, and that account must have the correct authorizations. Read this documentation for more details: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/guides/service_principal_client_certificate.
The complete source code for this chapter is available here: https://github.com/PacktPublishing/Terraform-Cookbook-Second-Edition/tree/main/CHAP08.