Deploying A Custom Template For Linux Virtual Machines Using Password Login
One effective method to standardize and expedite your deployments is to create a custom template for the deployment of a Linux virtual machine in Azure. Here is a quick rundown of the procedure:
Step 1: Sign into your Azure Portal, then on the search button type “deploy a custom template as shown below, select it.
Step 2: Click on Create a Linux Virtual Machine
Step 3:
On the Resource group select
“Create new”
then give it a nameChoose any Region of your choice
On the
Admin Username
give a UsernameOn the
Authentication Type
Choose Password and input Password of your choiceThen
Review & Create
Create
Step 4: Go to Resource group
after deployment is completed
Step 5: On the Resource Group Overview select simpleLinuxVM
Step 6:
Copy the I.P address beside the
Public I.P Address
Click on the Public I.P Address
Step 7:
Increase the Idle timeout to “30” minutes to enable the Machine to be active for longer duration
save
Exit and go back to RG
Step 8:
Open either Power Shell or Git Bash
input
ssh username@Ipaddress
as shown below, then enter
Input the Password then enter
Note: Password when inputted are not visible
It should show like this image below
Please like and subscribe if you find this article helpful!
Thanks, see you soon