Deploying a virtual machine in Azure
Within this part of the chapter, we will deploy a virtual machine by using the Azure Resource Manager portal. When you followed the guidance in the chapters before, you should have the following things already configured:
- Resource groups
- Virtual networks
- Azure storage
These parts are also the basics for deploying an Azure virtual machine:
![](https://static.packt-cdn.com/products/9781786467850/graphics/image_06_006.png)
If you have a Resource groups, network and storage ready, you can start to deploy a virtual machine.
- First you open the side bar and select
Virtual machines
:
![](https://static.packt-cdn.com/products/9781786467850/graphics/image_06_007.png)
- Within the new window, click on the
Add
button:
![](https://static.packt-cdn.com/products/9781786467850/graphics/image_06_008.png)
- Afterwards, you need to select the image and operating system you want to deploy. In the current scenario, we will select
Windows Server
:
![](https://static.packt-cdn.com/products/9781786467850/graphics/image_06_009.png)
- Select the version you want to deploy. In this scenario, we will select
Windows Server 2016 Datacenter
:
![](https://static.packt-cdn.com/products/9781786467850/graphics/image_06_010.png)
Select the deployment model
asResource Manager
from the drop-down menu. It is not recommended to useClassic
any more. Click on theCreate
button to start the VM configuration blade:
![](https://static.packt-cdn.com/products/9781786467850/graphics/image_06_011.png)
- Within...