In this post we will create the West Europe Resource Group, storage account and VNet which will be used as the “target” infrastructure for the replicated Classic VM.
In the previous parts for this series:
- Classic VM to ARM Using Azure Site Recovery (ASR) V2 – Part 1: Vault Deployment
- Classic VM to ARM Using Azure Site Recovery (ASR) V2 – Part 2: Process Server
- Classic VM to ARM Using Azure Site Recovery (ASR) V2 – Part 3: Mobility Service
First thing first, everything starts with a Resource Group so let’s create one.
Now let’s create the storage account which the Classic VM will get replicated to. The storage account must be created as Geo-redundant storage (GRS).
Finally, we need to deploy the ARM “Apps” VNet and the subnet which the Classic VM will be connected to.
That’s it for the infrastructure prep. Now, our Resource Group should look something like that:
In the next part for this series, we will configure the replication policy for the Classic VM.
Leave a Reply