Save Money with an Azure Savings Plan for Compute

Microsoft provide a few options to save money in Azure.  Reserved Instances, Hybrid Benefits, Spot Instances and now Azure Savings Plan for Compute.  This video goes over Azure Savings Plan for Compute, what it is and how it compares to existing cost reduction options.  Then we review details of the Savings Plan and some considerations you should know before implementing Azure Savings Plan for Compute.

Continue reading “Save Money with an Azure Savings Plan for Compute”

Azure Hub and Spoke Virtual Network (VNet) with a VPN Gateway

In this video, we create a hub and spoke network in Azure by peering our spoke VNet’s to a centralized, Hub Virtual Network.  Then we use a VPN Virtual Network Gateway to enable gateway transit connectivity between the spokes.  Next, we configure routing with Azure Route Tables and User Defined Routes (UDR) to send traffic going to other spokes to the hub.  Then we log into a virtual machine and verify connectivity.

Continue reading “Azure Hub and Spoke Virtual Network (VNet) with a VPN Gateway”

Azure NAT Gateway

Azure Virtual Machines have access to the internet by default.  We can control the public IP address used for internet access with private IP’s, load balancers, and firewalls.  This video looks at another option, an Azure NAT Gateway.  An Azure NAT Gateway attaches to a subnet and once attached, all VM’s on that subnet use the NAT Gateway for internet access.

Continue reading “Azure NAT Gateway”

VM Applications with Azure Compute Gallery

Azure Compute Gallery is not just for images.  We can create application packages for Windows and Linux Virtual Machines and deploy the applications as part of a deployment or install them on existing Azure VM’s.  This video walks through creating the application package and adding applications to the Azure Compute Gallery, deploying them as part of a VM deployment, adding the application to an existing VM as well as using the uninstall feature to remove an application. 

Continue reading “VM Applications with Azure Compute Gallery”

Use PowerShell to Create a Snapshot Based Image of an Azure Virtual Machine

PowerShell Image Snapshot

This video goes of using the SnapImage.ps1 PowerShell script.  This script automates the process of creating an image from an Azure VM without destroying it during the capture process.  At a high-level, the following steps are taken:

Continue reading “Use PowerShell to Create a Snapshot Based Image of an Azure Virtual Machine”

Azure Virtual Machine, Gen 1 or Gen 2?

Ever wonder why there are two virtual hardware versions for Azure VM’s, Generation 1 and Generation 2?  This video goes over the difference between them and when to us one over the other.  It goes on to demonstrate the differences when provisioning and changing the OS disk size on a VM.

Continue reading “Azure Virtual Machine, Gen 1 or Gen 2?”