

Latest Posts
Terraform - Setting Up Private Endpoints for Azure Storage Accounts
·1453 words·7 mins·
100
views
·
5
likes
Hi folks, I hope everyone is doing well. We all use Azure Storage Accounts to keep our data, like files and blobs. And it’s super important to keep that data safe.
GitHub Actions - Building a Simple Bicep Workflow for Resource Deployment
·1400 words·7 mins·
100
views
·
5
likes
In the previous article, we explored deploying Azure resources using Bicep with Azure DevOps. This week, we’re switching gears to GitHub Actions, showcasing a simple workflow to automate Azure deployments.
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.
Bicep - Azure Key Vault Deployments in Multiple Environments
·1035 words·5 mins·
100
views
·
5
likes
Hi folks, I sincerely hope you are all doing great. You are probably aware of the importance of Azure Key Vault in securely and centrally managing secrets, encryption keys, and certificates.
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.