Azure

1 Min Read

Least Privilege Studio: An Azure RBAC Tool

If you’ve ever set up a service principal in Azure and thought “I’ll just use Contributor for now” — this…
Discover More
1 Min Read

Azure Cloud Adoption: Landing Zones, WAF, and the Big Picture

This post is different from my usual project or solution based posts — no code, no architecture diagrams. Just the…
Discover More

Managing Secrets in Terraform: From Bad to Automated

When it comes to Infrastructure as Code (IaC), Terraform is an incredibly powerful tool. It allows us to define, deploy,…
Discover More

Sending Custom Logs to Log Analytics via HTTP

Centralized logging is a cornerstone of any professional IT or DevOps setup. Azure Log Analytics (LAW) / Azure Monitor provides…
Discover More

Automated Terraform Deployments with GitHub

Managing infrastructure through Terraform is powerful — but doing it securely and automatically is where real efficiency begins. In this…
Discover More
1 Min Read

Azure Service Groups – A New Way to Organize Your Cloud

Microsoft has recently introduced Azure Service Groups (public preview since August 2025) – a feature designed to bring flexibility and…
Discover More

Auditing Azure VM Operating Systems

Managing a growing Azure environment often means dealing with multiple subscriptions, distributed teams, and a wide range of virtual machine…
Discover More

VM Power Management in Azure Using Tags, Runbooks, and a Custom GUI

As a Cloud Solutions Engineer, optimizing costs and automating operations is a daily priority. One of the common challenges in…
Discover More

Collecting GPU Metrics on Azure VMs with Telegraf

When working with GPU-enabled Azure virtual machines — such as those used for AI training, inference, or video rendering —…
Discover More

Azure Template Specs: Reusable ARM Templates

Infrastructure as Code (IaC) is undoubtedly the gold standard when it comes to modern cloud infrastructure. Tools like Bicep, Terraform,…
Discover More