Managing Azure Resources – A Primer

Let’s take a ground-level look at managing your resources in Azure. I want to introduce a few different methods to control your resources such as virtual machines, storage accounts, and anything that you keep within a resource group really. Let’s dive right in and find some different ways to work with and control our resources!

Posted on 4:57 pm
0
Azure Cloud Shell

Video – Setting up for a Demo with Azure CLI

Join me for a start to finish Azure CLI walk-through of creating resources to use for testing or doing a demonstration in Azure. I create a Debian and Windows Server VM in about 5 minutes then we clean everything up when we’re done. Let’s build some Azure resources together and see just how easy and fast this really is!

Posted on 3:45 pm
0
Azure Cloud Shell

Setting up for a Demo with Azure CLI

I’ve been asked a few times to share how I setup for doing a demo using different Azure resources. So, I’ll share my first way of setting up — Azure CLI. Today, we’ll walk through some of the steps I run and how to save it to do it all again next time. This is one of the ways that I get setup with storage accounts, Windows servers, Linux servers, and even App Gateways and Load Balancers…so buckle up for a little code run-through!

Posted on 6:38 pm
0
Azure CLI in VS Code

Create an RDP file for your Azure Virtual Machine in PowerShell

Ever need to quickly connect to one of your virtual machines in Azure? You can use CLI or Azure PowerShell module and the Get-AzRemoteDesktopFile cmdlet to create an RDP file to use for your connection! This is not a widely known method, but it can save you loads of time!
See how to use RDP files from Azure CLI by reading on…

Posted on 6:49 am
0
Azure CLI in VSCode

How to Use VS Code for Azure CLI

To keep as much flexibility in my connection and administration work as possible, I like to take advantage of all the hard work of the teams that have given us (the general public) tools like PowerShell, VS Code, and Azure CLI. My clients know that my love of PowerShell is almost equal to that of my mountain biking, but let’s stay focused today! We will walk through getting you setup to use Azure CLI from inside VS Code. This will only take about 15 minutes for you to get up and running, so let’s get started!
Read on to get VSCode setup…

Posted on 7:59 am