Using the Azure CLI to deploy Azure Bicep templates can be used to more efficiently build Infrastructure as Code (IaC) deployment workflows for...
Category
Azure CLI
Get Started with Azure CLI infrastructure as code scripting
Azure CLI is a powerful tool for managing Azure resources from the command line. It enables developers and system administrators to perform a wide...
Terraform: Import Existing Azure Resource Group
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...
Azure CLI: Call Azure REST API Directly
The Azure CLI is a command-line tool built to give a native CLI interface for working with Microsoft Azure resources. The Azure CLI itself will make...
Azure CLI: Add/Remove IP Addresses on Azure Synapse Firewall
Recently, I performed a lot of work as a Site Reliability Engineer (SRE) / DevOps Engineer on a project that utilizes Azure Synapse for a large data...
Azure CLI: Get Private Link Service Alias / DNS Name
Azure Private Link provides a way to be able to access resources sitting behind an Azure Load Balancer (such as Virtual Machines) to be accessed by...
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....
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....
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 Cloud Shell Tips and Tricks
The Azure Cloud Shell offers the ability to manage cloud resources, virtual machines, run scripts and other tasks directly from within the browser...
Azure Web App: Application Settings
All web applications have some kind of configurations that are set on the server. The method of storing and accessing these settings varies on...
Install Azure CLI on Windows with Winget
The Azure CLI is the command-line tool for working with Microsoft Azure resources, and grants you access to the CLI through both the Windows Command...
Docker development VM in Azure
Ever wish you had a Docker dev workstation in Azure? About two months ago, we introduced the Azure Kung Fu VM, and judging by the views of that...
Jumpstart: Open the Network Connections Tab in Windows
TLDR: Start-->Run-->ncpa.cpl Have you ever lost 6 minutes of your life trying to find a network adapter in Windows? Yeah, me too. Windows...
Azure CLI: Create and Manage Service Principals
When an application needs to authenticate with Azure AD you can't really just give it a username and password. To authenticate and authorize an...
Azure Kung Fu Toolkit
Welcome to Az Kung Fu, grasshopper! Scripting is the only way to ensure that your environments are the same every time and remove the risk of human...
Azure CLI: Manage Azure IoT Hub Device Provisioning Service (DPS)
One of the services within Microsoft Azure for building out IoT solutions is the Azure IoT Hub Device Provisioning Service (DPS). Just as with other...
Az Kung Fu VM – Master Tools for Azure Administrators
Have you ever spent hours building a machine to use as an admin workstation for Azure? What about installing the Windows Subsystem for Linux? Well,...