Pulumi + Azure Deployment Environments: Better Together for Enterprise Developers
Pulumi now integrates with Azure Deployment Environments, allowing enterprise developers to define and deploy cloud infrastructure using Pulumi IaC.
Pulumi now integrates with Azure Deployment Environments, allowing enterprise developers to define and deploy cloud infrastructure using Pulumi IaC.
Author announces receiving the Microsoft MVP Award for expertise in Azure Infrastructure as Code, highlighting community contributions.
A tutorial on using Terraform to create and initialize AWS CodeCommit repositories, including syncing initial files.
Announcing v2.0 of a Terraform module for deploying Azure subnets with NSG and route tables, solving conflicts with Azure Landing Zone policies.
A guide to setting up a version-controlled Terraform repository using git, covering basic concepts and best practices for infrastructure as code.
A technical tutorial on deploying a Windows Server virtual machine on Microsoft Azure using Terraform infrastructure-as-code.
Explains how to publish Bicep modules to Azure Container Registry with source code visibility using the experimental publishSource feature.
Part 9 of a Terraform series explains how to define and use variables in Azure Terraform scripts, covering types, values, and best practices.
A comparison of OpenTofu and Terraform, focusing on feature parity, licensing differences, and migration considerations for Infrastructure as Code.
Explains how to use Terraform Locals to streamline and improve readability in Azure infrastructure-as-code configurations.
Explains why the Terraform taint command is problematic and suggests better alternatives for managing infrastructure.
A guide to using the experimental compileTimeImports feature in Azure Bicep to export and import variables, functions, and types between files.
Explores common anti-patterns when using a layered approach to structure Terraform (IaC) projects, discussing its origins and suitability.
A curated playlist of on-demand DevOps and Developer Productivity sessions from AWS re:Invent 2024, covering AI, IaC, CI/CD, and security.
Explains the purpose and importance of the Terraform state file in managing Azure infrastructure, covering its contents, dependencies, and storage.
Learn to programmatically manage Hugging Face Inference Endpoints using the huggingface_hub Python library for automated model deployment.
Explains the importance and best practices of modularizing infrastructure code in Terraform for better organization, reusability, and maintainability.
Explains the benefits and challenges of using multiple Terraform state files versus a single file for managing Azure infrastructure.
Guide to creating isolated Azure sandbox environments for developers to deploy and test application changes using Azure Deployment Environments.
Explains how to export AWS CDK code to clean CloudFormation templates, covering escape hatches and practical use cases.