Azure VM Contd…
Scenario
- We need to run an application in one or more VMs, then installing application during the startup of the vm might not be a right idea.
- Lets create a reusable vm image.
- There are lots of VM images published by different organizations in Azure which is referred as Azure Market place.
- Lets create our own vm image for Linux VM
- Lets create a linux vm and install apache2, with php and stress
- Lets create a linux vm and install apache2, with php and stress
- Now lets capture the vm image
- Lets create a vm image which is managed (We will refer compute gallery) and generalized.
- Once the VM Image is created
- Lets create a VM with this VM Image
- Try to give the same username
- Exercise:
- Try repeating the same activity, but with different username.
- Try creating a vm image with windows server with iis installed