Deploying a VM in Azure
In the previous chapter, you learned about the deployment of a VM through ARM templates. In this section, you will briefly explore the manual deployment of a VM using the Azure portal.
Exercise 12.1
This exercise will guide you through manually deploying a VM using the Azure portal:
- Sign in to the Azure portal: https://portal.azure.com.
- Open the resource group you will be using for this exercise, click
Overview
on the left menu, then clickCreate
from the top menu options. - Click
Compute
on the left menu underCategories
, entervirtual machine
in the top search bar, then click theVirtual machine
card from the results:
Figure 12.10: Creating a VM resource
- Click
Create
on the screen that follows. - On the
Basics
tab, select options forSubscription
andResource group
.
Figure 12.11: Creating a VM – Project details
- Enter the following for your
Instance
details...