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…
The Azure CLI is a cross-platform, command-line tool that allows users to connect to Azure and execute administrative commands on Azure resources. It is designed to help users work quickly with Azure, with an emphasis on automation. The CLI is available across Azure services, and can be installed on Windows, macOS, or Linux. It can also be run in Azure Cloud Shell or used in within a Docker container.
41 articles
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…
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…
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,…
The last week has been a blur because I didn’t sleep. I spent days helping a client restore every single VM that had running in…
It’s really easy to provision an instance of Azure IoT Hub using the Azure Portal. However, there are times when you need to automate the…
To list and set the Azure Subscription to run Azure CLI commands against is an important step in command-line scripting. To do this, there are…
Security! Security! This is top of mind for everyone these days and Azure has many security features. Today we are going to explore the world…
Traditionally, Azure Virtual Machines (VMs) would use an Azure Storage Account to store the VM Disk Images for the VM. This required explicit management of…
The Azure Cloud Shell has been out for some time now, as an embedded Bash and PowerShell command-line shell / terminal within the Azure Portal.…
Microsoft has been investing heavily in the pretty much every aspect of Microsoft Azure, and the IoT (Internet of Things) space is not being left…
You can easily Start and Stop Virtual Machines (VMs) through the Azure Portal. Previously, I’ve written about the importance of Stopping unused VMs to save money…
It can be extremely useful to use the Azure CLI to manage / manipulate your Azure resources from the command-line. However, many of the commands…
It’s very easy to spin up a Virtual Machine (VM) in Microsoft Azure. You can do it through the Azure Portal or with scripting tools…
The Azure CLI is the cross-platform, command-line tool for managing and automating cloud resources in Microsoft Azure. The tool is supported across macOS, Linux, Windows,…
Azure Storage is a cloud service at the very center of Microsoft Azure. It provides the foundations for storing data in many services and systems…
The Azure SQL Database service allows you to set an Admin login and password when you provision a database server in the service. However, if…
All cloud resources created / provisioned in Microsoft Azure need to be associated with Resource Groups. This is one of the basic features of the…
The Azure CLI is the cross-platform, command-line tool for managing resources in Microsoft Azure. Microsoft recently released the Azure CLI 2.0 and the commands start…
Here’s a short introduction to the Azure Cloud Shell; a new feature recently released into the Microsoft Azure Portal as part of the many announcements…
In the early days of Microsoft Azure the Portal was the primary tool to go in and configure your cloud components. After some time the…