dev-resources.site
for different kinds of informations.
Creating and connecting to a Linux Virtual Machine Scale Set
Published at
11/15/2024
Categories
azure
virtualmachine
learning
Author
dejialofun
Author
10 person written this
dejialofun
open
Below is a step by step guide with screenshots on how to create and connect to a Linux Virtual Machine Scale Set.
Log into Azure Portal.
Proceed to the Azure Portal and use your Azure account to log in.To create Virtual Machines Scale Set (VMSS), make sure you have the required rights and a current subscription
Type vmss in the search bar as shown below.
- Click on either of the create word as shown below.
- Select active subscription from the drop down.
- Create a new resource group and or select already created one from the dropdown. For the purpose of this tutorial, we are creating a new resource group.
- Create a virtual machine scale set name and select other fields as shown below.
- Select Autoscaling and click on configure to set the parameters.
- click on pencil like object as shown below to edit the default setting.
- Ensure the following fields are set as shown below, and save.
- Scoll down and select the following fields as shown below for scale in policy.
- Ensure you select the following fields for image, architecture and size.
- Ensure you completed the highlighted fields as shown below and click on next to continue.
- Click on next until you get to networking page and click on pencil like icon as shown below to edit.
- Ensure to complete the highlighted fields as shown below and click ok to continue.
- To set the load balancing, check the Azure load balancer as shown below and click on create button to configure a new one.
- Give the load balancer a name and maintain other default parameters, then create as shown below.
- Now that the load balancer has been configured and selected as shown below, click on Review + create to continue.
- After validation has been passed, click on create to continue.
- Download the private key and ensure you note where the file is downloaded in your system.
- Wait for few minutes and allow the deployment to initialize, submit and complete. Click on Go to resource as shown below to continue.
- Instances configured can be connected to at thesame time by load balancing instead of connecting to the instances individually as shown below.
- Click on view inbound NAT rules to continue.
- To connect, search for the command prompt, right click to run as administrator and type ssh space -i space(input file path location by right clicking on the downloaded file, click properties, security and copy the objectname path) space username(Azureuser)@public IP address space -p space 50000 and click enter to continue. Type yes whenever confirmation is required as shown below.
- To update, run at the command prompt by typing sudo (space) apt-get (space)-y (space) update to continue.
- To install, run at the command prompt by typing sudo (space) apt-get (space)-y (space) install (space) nginx to continue.
- Paste your IP address on the browser to open the nginx welcome page.
virtualmachine Article's
30 articles in total
Azure Marketplace for Virtual Machines
read article
Implementasi Infrastruktur Jaringan Virtual dengan Protokol OSPF
read article
How to Shutdown Azure VM
read article
How to configure Free SSL Certificate on Nginx using Certbot
read article
Live Azure VM Workshop | Deploy and Manage Azure VMs: RDP, Resize, Troubleshoot, IIS Setup
read article
Virtualization on Debian with virsh&QEMU&KVM — Installation of virtualization tools and first VM creation
read article
Connecting a Virtual Machine to Windows OS: A Step-by-Step Guide
read article
Azure VM Resize: Effortlessly Scale Your Virtual Machines in Azure
read article
Automating VM Disaster Recovery Using AWS Elastic Disaster Recovery (DRS)
read article
Docker vs Virtual Machines: What’s the Difference?
read article
Understand Amazon Elastic Compute Cloud (EC2) for launching virtual machines
read article
Increase Virtual Machine Quota: A Step-by-Step Guide
read article
Efficient Scaling: An Introduction to Virtual Machine Scale Sets (VMSS
read article
Create a Linux Virtual Machine in Azure
read article
Exploring the Potential of Deepfakes VR: Immersive Experiences for a Virtual Future https://cloudastra.co/blogs/exploring-the-potential-of-deepfakes-vr-immersive-experiences-for-a-virtual-future
read article
Creating a Linux VM and installing nginx on it
read article
Should You Try Azure Virtual Desktop? Here’s the Simple Breakdown
read article
Mastering Azure Monitor: A Step-by-Step Guide to Monitoring Your Azure Virtual Machine Like a Pro
read article
Creating and Connecting to a Linux Virtual Machine Scale Set
read article
Find the Exact and all connected device's IPs on the virtual machine
read article
Simplify Your Workflow: Effortless File Transfer Between VM and Windows
read article
Create a Windows 11 VM that is highly available
read article
Creating A Window Virtual Machine, RDP into it, Add a data disc to window virtual machine.
read article
Creating and connecting to a Linux Virtual Machine Scale Set
currently reading
How to Backup Virtual Machines to Object Storage with Borg, Borgmatic, Rclone, and Cron's Rsync
read article
Docker ও VM-এর মধ্যে পার্থক্যগুলো কী?
read article
What is Docker? The Simplest Explanation You'll Ever Need
read article
¿Cómo clonar una máquina virtual en Azure?
read article
Comandos Básicos de Vagrant
read article
create an NVA and virtual machine in azure
read article
Featured ones: