Azure Classroomnotes 03/Jan/2023

Creating Virtual Machines using Vagrant

  • Vagrant is used to create virtual machines in various hypervisors
  • Refer Here for vagrant documentation.
  • Search vagrant boxes Refer Here
  • For the virtual machine for migration lets create an ubuntu 20.04 lets use the box generic/ubuntu1804
mkdir ubuntu
cd ubuntu
vagrant init generic/ubuntu1804
vagrant up --provider hyperv


* Note: If the vm creation fails, try starting from the hyperv manually
* Lets create one more virtual machine using box generic/centos8

mkdir centos
cd centos
vagrant init generic/centos8
vagrant up --provider hyperv
  • We will be migrating two vms with some pre-installed software to azure.
Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

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

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%