DEV Community

Cover image for UPDATE ON HOW TO DEPLOY AND CONFIGURE LX-VM2
Ajayi Daniel
Ajayi Daniel

Posted on

UPDATE ON HOW TO DEPLOY AND CONFIGURE LX-VM2

Deploy and Configure a Linux Virtual Machine – Simple Steps
A Linux Virtual Machine (VM) in Azure is a virtual computer running Linux OS (e.g., Ubuntu, CentOS, RedHat) hosted on Microsoft's cloud. You can use it just like a normal Linux server — to run applications, host websites, or practice Linux commands — but you don’t need to buy hardware
Deploying a Linux VM in Azure involves creating the VM in the portal, selecting Linux OS, configuring compute, storage, and networking, and then connecting via SSH to perform updates, install software, and manage the VM just like a physical Linux server.
STEP 1 Log in to Azure Portal
Go to https://portal.azure.com.
Enter your Azure account credentials.

VVVB
NNNVVVV
STEP 2 Start Creating a Virtual Machine AND Basic Settings
On the Basics page of the Create A Virtual Machine wizard, select the following settings and then choose Review + Create.

Property Value
Subscription Your subscription
Resource Group rg-alpha
Virutal machine name Linux-VM2
Region East US
Availability options No infrastructure redundancy required
Security type Standard
Image Ubuntu Server 20.04 LTs – x64 Gen2
VM architecture x64
Size Standard_D2s_v3 – 2 vcpus, 8 GiB memory
Authentication type Password
Username Prime
Password [Select a unique secure password] P@ssw0rdP@ssw0rd
Public inbound ports None
Review the information and choose Create.

Imagde

ga

Imb

! Ibccc
STEP 3After the VM deploys, open the VM properties page and choose Extensions + Applications under Settings.
Choose Add and select the Network Watcher Agent for Linux. Choose Next and then choose Review and Create. Choose Create.
Configure the AzureNetworkWatcherExtension and the OmsAgentForLinux extension so that they automatically upgrade.

ImaVSDC

NFFFF

Imagb
Im

ImJJ

BACC

Top comments (0)