clouddevopsinsights.comTerraform Nested Loops and flatten(): A Beginner's Guide with Azure Virtual NetworksIntroduction If you're working with Terraform and Azure, you've probably encountered situations where you need to create multiple resources based on hierarchical data structures. For example, creating multiple Virtual Networks (VNets) and then multip...Feb 7·6 min read
clouddevopsinsights.comSupercharge GitHub Copilot for Terraform with Custom Repository InstructionsGitHub Copilot becomes significantly more powerful when it understands your project's specific conventions, patterns, and architectural decisions. Custom repository instructions provide Copilot with the context it needs to generate code that aligns w...Jan 24·11 min read
clouddevopsinsights.comAzure Verified Modules and the Landing Zone Accelerator: Building Trustworthy Cloud FoundationsIntroduction Moving to the cloud isn’t just about deploying virtual machines and services—it’s about creating a repeatable, secure, and governed foundation that scales as your organization grows. Microsoft’s Azure Landing Zone Accelerator provides a ...Sep 20, 2025·7 min read
clouddevopsinsights.comHosting Azure MCP Server in VS Code: My Experience with the MCP ServerIntroduction Azure's Model Context Protocol (MCP) provides a standardized way to serve domain-specific context to large language models. In this post, I’ll walk you through how I set up my own MCP Server in VS Code and what tools are vailable in prev...Jun 22, 2025·7 min read
clouddevopsinsights.comAzure Private DNS Resolver Explained: Secure Name Resolution for Hybrid NetworksIn hybrid cloud environments, name resolution can become a challenge—especially when you need to resolve Azure service private endpoints (like *.azurewebsites.net) from on-premises networks. This is where Azure Private DNS Resolver comes in. In this ...Jun 2, 2025·3 min read