Terraform

Efficient terraform modules

Posted on:

Do you wanna write your own efficient terraform modules? I hope so! Read the article and check out sources on my GitHub, cheers! I hope you enjoyed my previous article in the Network Series, you can find it here! You will get information about created architecture, used Azure services, and what is necessary to set up for terraform execution. In this post, I briefly describe the terraform module’s structure, and […]

Api Management / App Service / Container Apps / Container Instances / Functions / KeyVault / SQL / Terraform

Rest API with Private Endpoint, exposed to API Management by Terraform

Posted on:

Welcome to the Networking Series in Azure! Do you want to learn how to create a secure Rest API that is using a Private Endpoint for Azure SQL, KeyVault, Storage Account, and Container Registry exposed using API Management, managed by Terraform and Azure DevOps?  If the answer is yes, this article is for you! As always in my blog, if you need only sources and know what you are doing, […]

Azure DevOps / Azure pipelines / Terraform

Terraform destroy, should I care?

Posted on:

Terraform destroy, should I care? Why do I need it? How can I create such a pipeline in Azure DevOps? So if you know the answer to the two first questions, you can move directly to my GitHub repo and download terraform destroy pipeline -> link. If you don’t know how to configure terraform pipeline in Azure DevOps check my previous article: https://azureway.cloud/terraform-deploy-pipeline-in-azure-devops. The short answer to the first question, […]

Azure DevOps / Azure pipelines / Terraform

Terraform deploy pipeline in Azure DevOps

Posted on:

Terraform deploy pipeline in Azure DevOps for sure will be great for infrastructure creation and priceless if you need to define many environments. As always in my blog, if you know how to set up an azure pipeline for terraform but need sources, you can grab them from here! But if you want to learn how to do this, read the below article. So to configure Azure Pipeline for terraform […]