Deploying Azure Bicep Templates using the Azure CLI
Using the Azure CLI to deploy Azure Bicep templates can be used to more efficiently build Infrastructure as Code (IaC) deployment workflows for managing Microsoft…
Using the Azure CLI to deploy Azure Bicep templates can be used to more efficiently build Infrastructure as Code (IaC) deployment workflows for managing Microsoft…
Azure CLI is a powerful tool for managing Azure resources from the command line. It enables developers and system administrators to perform a wide range…
Figuring out a career path in IT (or the technology industry) can be confusing. Right now, the DevOps Engineer and Site Reliability Engineer (SRE) jobs…
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…
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…
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…
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…
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…
Instead of using username / password to authenticate with the Git (git) command-line when cloning repositories, Git supports the use of the more secure option…
In most Terraform projects you’ll probably be deploying and managing Azure resources within a single Azure Subscription. However, it’s common to structure things across multiple…
HashiCorp Terraform is a great Infrastructure as Code (IaC) tool that helps you deploy and manage IT Resources using declarative code written in HCL (HashiCorp…
HashiCorp Terraform has an inline If/Else conditional expression that enables you to set parameters and variables programmatically based on the condition being evaluated. The syntax…
A powerful way to write and build Azure Functions is to use C# Script. This allows you to easily write function directly within the Azure…
The popularity of HashiCorp Terraform has really taken off in the last couple of years. Terraform has become an extremely popular tool for writing declarative…
While there are several ways to host container workloads in Azure, Azure Kubernetes Service (AKS) provides the easiest way to deploy Kubernetes for teams needing…
I have worked with Terraform for a few years, from entirely open demo environments to customers with strict security and compliance requirements. I haven’t had…
Microsoft recently released the first preview of the Azure Bicep project which provides a new, more intuitive language for building out infrastructure as code deployments…
Azure Bicep is an abstraction built on top of Azure ARM Templates and Azure Resource Manager that offers a cleaner code syntax with better support…