Terraform using Azure Devops
Jasbinder S.
Azure Cloud,Virtualization, Infrastructure Design and DevOps Expert -VMware ,TD Bank,Scotia Bank, CIBC, Goeasy
1.?????Create resource group
2. Create service connection in Azure Devops
3. Create storage account to save terraform statefiles.
4. Create container in this storage account.
5. Create a repo iac in azure devops
6. Create main.tf file in this repo.
7. Create blank pipeline and create terraform pipeline with init, plan,validate and apply
8. Below is the output on Azure devops after success
9. App service is deployed?once pipeline is success.