Azure Classroom Series – 28/May/2020

Steps for Windows VM Creation

  • Steps
mkdir iis
cd iis
vagrant init
  • Now edit the vagrant file to look like
Vagrant.configure("2") do |config|
  config.vm.box = "gusztavvargadr/windows-server"
  config.vm.box_version = "1809.0.2003-standard-core"
end

Preview

HyperV Virtual Machines to Azure Migration

Preparation

  1. Azure Preparation: If you are working with Azure AD (non Global Administrator) you need to setup permissions Refer Here
  2. Preparing HyperV: Refer Here
  3. Hyper-V Assesment Support

Assessment

  1. We setup Azure migrate project
  2. We setup Azure migrate applicance
  3. Start discovery
  4. setup assessment

Preview Preview Preview Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About learningthoughtsadmin