If you are using the Microsoft-hosted Azure DevOps Build Agents, then you wont really have a reliable way to know what IP Address traffic from the...
Category
DevOps / SRE
Deploy C# Script Function App using Azure DevOps YAML Pipeline
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 Portal, or...
Azure CLI: Delete Public IP from Existing NIC / VM
So you have already created a Virtual Machine in Azure that is provisioned with a Public IP address and you need to remove it. Don't worry, you do...
Azure CLI: Delete All Resources Within Resource Group
There are times when you want to delete all the resources within a specific Azure Resource Group, but you do not want to delete the resource group....
Start Creating Azure Bicep Modules for Code Reuse
The upcoming Module feature for Azure Bicep really enhances the new ARM Template alternative language in a way that ARM JSON never did. Using Azure...
HashiCorp Certified: Terraform Associate DevOps / SRE Certification
The popularity of HashiCorp Terraform has really taken off in the last couple of years. Terraform has become an extremely popular tool for writing...
Terraform: Create an AKS Cluster
While there are several ways to host container workloads in Azure, Azure Kubernetes Service (AKS) provides the easiest way to deploy Kubernetes for...
Beginner’s Guide to Pulumi CI/CD Pipelines
I have worked with Terraform for a few years, from entirely open demo environments to customers with strict security and compliance...
Python Scripting in the Azure Cloud Shell
Did you know the Azure Cloud Shell includes support for Python? You can write Python scripts, save then, upload, and run them directly within the...
Update Azure CLI from the command-line (az upgrade)
The Azure CLI can be updated from the command-line in Windows. The az upgrade command is used for this and it has a few options which are useful....
Azure DevOps Outages: October 7, 2020
Azure DevOps was down yesterday due to an Azure Front Door (AFD) related issue. Today, Microsoft has been experiencing a series of "Service...
Use Terraform Input Variables to Parameterize Infrastructure Deployments
Now that we've gone through an introduction to Terraform, let's take a look at parameterizing our deployments using Terraform Input Variables. Input...
Terraform AzureRM Provider v2.30.0 Released
The Terraform Azure (azurerm) Provider can be used to configure infrastructure in Microsoft Azure. The v2.30.20 release of the azurerm Terraform...
MVPs Dan Patrick and Kevin Bost to live stream Terraform
Earlier this year, we introduced a new series called Az Kung Fu, and to build on that Build5Nines is adding Terraform to this project. I'm excited...
Terraform updates to version 0.13.4
Hashicorp releases drops of Terraform a regular basis, and September was no exception providing three updates. On September 30th, 0.13.4 was...
Microsoft Azure is Multiple Clouds – Public, US Gov, China and Germany
Did you know that Microsoft Azure is not just one public cloud? Most of us only interact with the Public Azure Cloud, but this isn't the only...
Azure CLI: Suppress Output for Silent Commands / Quiet Mode
The Azure CLI is really great for writing imperative scripts for automating Microsoft Azure resource management. Generally, the command output is...
Azure Bicep Roadmap Q4’20 into 2021
Microsoft recently released the first preview of the Azure Bicep project which provides a new, more intuitive language for building out...
Getting Started with GitHub CLI
The all-new GitHub CLI has shipped! This now brings the power of GitHub to your terminal, on Windows, macOS, and Linux. GitHub is giving us the...
Get Started with Azure DevOps Permissions On The CLI
Azure DevOps offers a rich set of fine-grained permissions. Unfortunately, the user interface only shows a few of them. When granting permissions...