IaC
2023
Azure DevOps - Building a Simple Bicep Pipeline for Resource Deployment
·1232 words·6 mins·
100
views
·
5
likes
Nowadays, automating the deployment of cloud resources has become the norm. Azure DevOps is a go-to tool known for its solidness and adaptability. In this article, we’ll dive into how to create a simple pipeline to set up Azure resources using Microsoft’s infrastructure as code language, Bicep.
Terraform - Deploying Azure Application Insights
·1309 words·7 mins·
100
views
·
5
likes
Monitoring and analyzing performance in modern cloud-based environments is crucial to ensure reliability. Azure Application Insights is a powerful tool for monitoring your applications, helping you detect and diagnose errors. Building on our previous discussion on Azure Log Analytics workspaces, This blog post will guide you through implementing Azure Application Insights with a Terraform module.
Terraform - Deploying and Managing Azure Log Analytics Workspace
·1336 words·7 mins·
100
views
·
5
likes
Hi! As cloud architectures become more complex, Infrastructure as Code (IaC) has become increasingly important. By using tools like Terraform, IaC allows you to manage intricate infrastructures in a text-based, repeatable, and automated manner.
Terraform - Deploy Azure Firewall into Virtual Network
·1425 words·7 mins·
100
views
·
5
likes
Hello everyone! Azure offers a variety of security solutions, and Azure Firewall is a particularly effective tool. It is a fully managed cloud-native network firewall that provides top-notch protection for our virtual network resources.
Terraform - Deploying Azure Resource Locks
·1144 words·6 mins·
100
views
·
5
likes
Hi! Did you know that Azure Resource Locks can provide an extra layer of protection for your resources in case of accidental changes or deletions? And best of all, we can deploy them using Terraform.
Bicep - Practical Use Cases of String Functions in Azure Deployments
·791 words·4 mins·
100
views
·
5
likes
Bicep is a language specifically designed for deploying Azure resources and offers a more user-friendly syntax than JSON. One of the cool features of Bicep is its built-in functions that allow performing a variety of operations and manipulations on data while creating Azure Resource Manager (ARM) templates.
Terraform - Deploy Azure Bastion into Virtual Network
·1532 words·8 mins·
100
views
·
5
likes
Hi there! In a previous article, we discussed the deployment of an Azure Bastion host in an existing Virtual Network (VNet) using Azure CLI and PowerShell. While those methods are effective, there’s an opportunity to simplify the entire process.
Bicep - Deploy Azure Container Registry (ACR)
·864 words·5 mins·
100
views
·
5
likes
The use of Infrastructure as Code (IaC) has become vital in achieving successful and scalable implementations. Azure Bicep allows us to provision and manage resources in Azure with reliability and conciseness.
Terraform - Deploy and manage Azure action groups
·1170 words·6 mins·
100
views
·
5
likes
Hey, did you know that Azure Monitor has these cool things called action groups? They help you manage alerts by connecting them to different actions. You can receive notifications by email or text message, run Azure Functions, or even start a webhook with an HTTP call.
Bicep - Assigning Azure Policy Initiatives to Enforce Compliance
·800 words·4 mins·
100
views
·
5
likes
Hi all! Today I want to talk to you about “Policy as Code” Just as “Infrastructure as Code” changed how we handle infrastructure deployment, “Policy as Code” gives us consistency, traceability, and rapid implementation in policy management.
Terraform - Creating Azure Private DNS Zones and Records
·1122 words·6 mins·
100
views
·
5
likes
Hi everyone! Today I want to share how I use Terraform to implement your private DNS zones in Azure. Also, I’ll show you how to create ‘A’ records in these zones.
Bicep - Deploy Azure Storage Account using Azure CLI
·713 words·4 mins·
100
views
·
5
likes
Azure Storage is a core foundational PaaS (Platform as a Service) offering within Microsoft Azure, providing a versatile and scalable solution for storing files, blobs (binary large objects), and other data types.