다음을 통해 공유


Azure ASR: Moving from ASM to ARM - Prepare the ARM infrastructure (Part 5)

In this part we will show how to prepare the ARM failover infrastructure.

The infrastructure parts consist of following mandatory elements:

  • ARM Resource Group
  • ARM VNET
  • ARM Storage Account

note: the creation of VNET and Storage Account MUST be done in the SAME region as the ASR Vault.

Create a new ARM Resource group

If we create a new Resource Group here, this will later give us the option to remove the previous ‘asm2arm’ RG with all its (ASM) child objects in a single command.

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/02/newrg.png?resize=345%2C311

Create the ARM VNET

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/02/newvnet.png?resize=861%2C468

https://i1.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/02/newvnet2.png?resize=277%2C698

Create ARM Storage Account

For the storage part, previously we  needed to select Geo Redundant storage for this failover scenario.

Luckily MSFT has made it possible to now also select Local Redundant storage, which also offers better price setting for the failover solution.

We  can also select Standard or Premium Storage for this (or mix and match).

note: If we  select a pure Premium Storage for the failover location, we  will also need to create a standard storage account for log collection

https://i2.wp.com/www.prof-its.be/wp/wp-content/uploads/2017/02/newsa.png?resize=278%2C707

In the next chapter we will discuss how to create the replication policies for our VMs.

Overview

This article is part of a series, check for the overview here:  Azure: Moving form ASM to ARM with ASR (TOC)