Terraform: Deploy to Multiple AWS Accounts in Single Project
Generally, when using HashiCorp Terraform to deploy and manage Amazon AWS resources, the Terraform project will be working with AWS resources in only a single…
Generally, when using HashiCorp Terraform to deploy and manage Amazon AWS resources, the Terraform project will be working with AWS resources in only a single…
It’s easy to get started writing HashiCorp Terraform code to deploy and manage the infrastructure as code (IaC) for a single project, or even the…
If you find yourself with an existing Azure Resource Group that you need to import into a Terraform project, you can use the terraform import…
The automation of infrastructure deployments through the use of Infrastructure as Code (IaC) tools has become a standard best practice in the industry. The easy…
Both Microsoft and OpenAI have announced they are extending on the 3 year partnership they already have to keep making advancements together around Artificial Intelligence…
There are many reasons to create a Linux Virtual Machine (VM) in Azure; like hosting a web server, database, or many other uses for VMs.…
Azure Bicep has an inline If/Else conditional expression that can be used to conditionally provision an Azure Resource or even a full Azure Bicep Module.…
HashiCorp Terraform and Azure Bicep are both declarative Infrastructure as Code (IaC) tools for provisioning and managing infrastructure in the Microsoft Azure cloud. While they…
There are reasons when specific infrastructure is no longer needed. When that infrastructure is managed trough HashiCorp Terraform, the terraform destroy command can be used…
A Site Reliability Engineer, or SRE, is an engineering discipline that focuses on the availability, performance, and reliability of systems and services. SREs are responsible…
To be a Site Reliability Engineer (SRE), it is helpful to have a strong background as either an IT Pro or Developer. Knowledge of programming…
The Microsoft Azure IoT Developer certification exam (AZ-220) tests and validates your expertise as an Azure Internet of Things (IoT) Developer. Passing this exam will…
Terraform from HashiCorp is provided as a command-line tool that must first be installed before it can be used. It’s provided as a single executable…
Artificial Intelligence (AI) has the potential to greatly assist Site Reliability Engineers (SREs), or even DevOps Engineers, in a number of ways. Some potential applications…
The way HashiCorp Terraform keeps track of resources that are managed via the Terraform code is through the use the Terraform State (.tfstate) file. This…
It’s important to use plenty of great study materials when studying for that next Microsoft certification exam. There are many great paid resources available on…
Microsoft started shipping its Windows Dev Kit 2023 which is a new hardware device built for developers to use for developing, testing, and running Windows…
Terraform local values (aka locals) enable the creation of expressions or values that can be easily referenced within the Terraform project or Terraform module. Using…
There have been some in the community talking about new GitHub Certifications that are currently in a private beta available to Microsoft Partners (and maybe…
Azure Bastion is the more secure way to enable Remote Desktop (RDP) support for Azure Virtual Machines (VMs). Basically, an Azure Bastion host gets deployed…