Azure VM: Standard to Premium Storage, Unmanaged to Managed

Hello folks and welcome back. I recently had cause to convert the OS disk of an Azure VM from Standard (HDD) to Premium (SSD). This turned out to be a little more interesting than I expected, so I thought I’d blog the process I decided on and for once this will actually be quite a short post as it’s all PowerShell.

Before we get into it, let’s have a look at the existing VM and what we’re looking to achieve:

The VM We’re Starting With

Here are the particulars of our test VM, post change:

  • VM Size:  Standard D1 v2 (1 CPU, 3.5 GB RAM)
  • 128 GB OS disk on standard storage (HDD)
  • 2 x 128 GB data disks on standard storage (HDD)
  • All disks are in the same storage account
  • All disks are unmanaged
  • VM has a dynamic Public IP assigned
Continue reading “Azure VM: Standard to Premium Storage, Unmanaged to Managed”

Azure Backup: Using Azure Backup Agent

Hi and welcome back folks. In my last post HERE, we had a bit of a walkthrough of Azure Backup, and hopefully learned some or all of the following:

  • A little bit about the Azure Recovery Services Vault and how to deploy one
  • What a Backup Policy is and how to create one
  • How to enable and disable the protection of an Azure VM

Now that we’ve covered the Azure VM stuff, let’s move on and have a look at backing up to/restoring from Azure using the “Microsoft Azure Recovery Services (MARS) agent”

Here’s a few links to what we’re covering in this post:

Continue reading “Azure Backup: Using Azure Backup Agent”

Azure Backup: A Walkthrough

Welcome back folks. It’s been a while since I last posted as it’s been all go at my new job, learning LOADS, so that’s good 🙂

Recently I’ve been putting together some operational documentation on Azure Backup and decided to flesh things out a bit and blog on it…why not right?

As is becoming customary with my posts, this is likely to be a lengthy one as it’ll be covering a fair bit, in some detail.

This guide will mainly focus on using Azure Backup in an IaaS scenario but I’ll also be touching on the Azure Backup agent in part 2. I may end up writing a Site-Recovery piece at a later date, if so, I’ll link to it HERE

Here’s an overview of what’s covered in this post:

Continue reading “Azure Backup: A Walkthrough”