Azure CLI Overview: Setup, Comparison, and Integration Tips
If you are just learning about Azure, most likely you are working in the Azure Portal. You have probably created resources like virtual machines and storage accounts by using the…
If you are just learning about Azure, most likely you are working in the Azure Portal. You have probably created resources like virtual machines and storage accounts by using the…
In a previous article (Terraform Count vs. For Each: Which One Do You Use?), you learned how to create multiple resources using both the for_each and count arguments. While these…
Welcome to this week’s roundup! This roundup includes Azure news, feature releases, and fantastic articles to inform you on what you need to know about Azure! Azure Government Top Secret…
Welcome to this week’s roundup! This roundup includes Azure news, feature releases, and fantastic articles to inform you on what you need to know about Azure! Azure Firewall Premium Now…
Are you tired of applying a Terraform configuration only to find one of your variable values doesn’t work? Sounds like you need Terraform variables validation! In this post, you will…
Welcome to this week’s roundup! This roundup includes Azure news, feature releases, and fantastic articles to inform you on what you need to know about Azure! Advancing Azure Virtual Machine…
If you’re writing really long Terraform configurations deploying multiple components, you can break these out into smaller modules. If you are using Terraform modules, you might need to pass output…
Welcome to this week’s roundup! This roundup includes Azure news, feature releases, and fantastic articles to inform you on what you need to know about Azure! Microsoft Learning Path for…
Terraform uses environment variables to customize and enhance different aspects of its behavior. In this article, you will learn exactly what are environment variables and how to use them in…
Terraform is great for defining your environment using code. However, copying and pasting the same resource definition can be tedious if you create multiple resources. Luckily, Terraform provides two ways…