<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: JOSHUA OVIOMO</title>
    <description>The latest articles on DEV Community by JOSHUA OVIOMO (@josh321).</description>
    <link>https://dev.to/josh321</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1380456%2F24a0b6cd-d2d8-4e08-a553-0efe8f72f56b.png</url>
      <title>DEV Community: JOSHUA OVIOMO</title>
      <link>https://dev.to/josh321</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/josh321"/>
    <language>en</language>
    <item>
      <title>HOW TO CREATE A LINUX VIRTUAL MACHINE IN AZURE</title>
      <dc:creator>JOSHUA OVIOMO</dc:creator>
      <pubDate>Mon, 29 Apr 2024 15:19:03 +0000</pubDate>
      <link>https://dev.to/josh321/how-to-create-a-linux-virtual-machine-in-azure-2b08</link>
      <guid>https://dev.to/josh321/how-to-create-a-linux-virtual-machine-in-azure-2b08</guid>
      <description>&lt;p&gt;There are many reasons to create a Linux Virtual Machine (VM) in Azure; like hosting a web server, database, or many other uses for VMs. Creating a Linux virtual machine (VM) on the Azure portal is a detailed process that involves multiple steps and once created, the VM can be connected with a password-based authentication or via SSH  public key authentication, enabling you to configure it for whatever workload you need. &lt;br&gt;
In this comprehensive guide, I will walk you through each step using a public key authentication and ensure you clearly understand how to create a Linux VM on the Azure portal using Ubuntu Server.&lt;/p&gt;

&lt;p&gt;We will also demonstrate how to prevent unexpected SSH disconnections due to idle sessions, it's important to extend the idle timeout for your IP address to prevent unexpected logouts.&lt;/p&gt;

&lt;p&gt;Before you start, ensure you have an active Azure subscription, if you don't have one, &lt;a href="https://azure.microsoft.com/en-us/"&gt;&lt;strong&gt;Click here&lt;/strong&gt;&lt;/a&gt; to create a free account.&lt;/p&gt;

&lt;p&gt;Now that you have created your Azure subscription, sign in to the Azure portal using your e-mail and password to get started.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frdlahdbz5u3ujr2tjott.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frdlahdbz5u3ujr2tjott.PNG" alt="Image description" width="490" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CREATE YOUR VIRTUAL MACHINE&lt;/strong&gt;&lt;br&gt;
a) On your Home Dashboard click on the Search bar and Search for &lt;br&gt;
   Virtual Machine &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsyop4bo5xmacnpzgq9f9.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsyop4bo5xmacnpzgq9f9.PNG" alt="Image description" width="800" height="431"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;b) Click on Create and select the Azure Virtual Machine option&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjeybr39df0pnj7s535a3.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjeybr39df0pnj7s535a3.PNG" alt="Image description" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;YOU WILL BE DIRECTED TO DIFFERENT TABS TO CONFIGURE YOUR VIRTUAL MACHINE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Basics Tab&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In the Project Details Section&lt;/strong&gt;, we have the Subscription and Resource Group&lt;br&gt;
&lt;em&gt;a)Subscription&lt;br&gt;
To utilize Azure, a subscription to the platform is required. This subscription grants authorized access to a wide range of Azure products and services and the ability to organize resource groups effectively and manage billing. Additionally, Azure subscriptions offer a free trial and a flexible pay-as-you-go pricing model.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;b)Resource Groups&lt;br&gt;
Resource Groups are essential containers that house multiple Azure resources, such as virtual machines, app services, storage accounts, and databases. They offer crucial flexibility for managing the lifecycle of all services in one central location within the Azure cloud. With a resource group, you can confidently deploy, update, and delete these services simultaneously.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxkorf94in94vfxiya2al.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxkorf94in94vfxiya2al.PNG" alt="Image description" width="800" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In the Instance Details Section&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;a) Enter a name in the Virtual machine name field.&lt;br&gt;
b) Select a region closest to you in the Region field.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Regions&lt;/strong&gt; refer to the geographic areas where Microsoft Azure has deployed its data centers, from which users can deploy their applications and services. Each region is made up of multiple data centers that are connected by a low-latency network, enabling users to access their resources quickly and reliably&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;C) Click on the drop-down to select your availability option and &lt;br&gt;
   availability Zone.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Availability zones&lt;/strong&gt; are physically separated data centers within an Azure region. Each availability zone encompasses one or more data centers that function independently with their own power, cooling, and networking infrastructure. These zones are interconnected through high-speed, private fiber-optic networks. Therefore, if one zone experiences an outage, the others remain operational. At a minimum, three distinct availability zones are situated kilometers apart.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzxut0hsccaffqmdxom7k.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzxut0hsccaffqmdxom7k.PNG" alt="Image description" width="800" height="266"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;d) Click the drop-down menu to select your security type&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu0eoqbubsufng58ut0eu.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fu0eoqbubsufng58ut0eu.PNG" alt="Image description" width="800" height="257"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;e) In the Image field, click the dropdown menu and select any Ubuntu Server.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Ubuntu is a Linux Operating System. Images are utilized to install an operating system in a new virtual machine. An image may also contain one or more data disks. To view a range of operating systems available in the Marketplace, including the latest versions of various Linux distributions and Windows Server, click on &lt;strong&gt;"see all images"&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;f) In the size field, click the drop-down menu to select your size or click to see all sizes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbbzycuxruzsp0axrp3i3.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbbzycuxruzsp0axrp3i3.PNG" alt="Image description" width="800" height="309"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In the Administrator account section&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;a) Select the SSH Public Key authentication type.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;SSH public key authentication&lt;/strong&gt; relies on key pairs and cryptographic algorithms for secure remote access. Public key authentication offers stronger security and protection against various attacks, making it a preferred choice for secure remote connections, While &lt;strong&gt;Password-based authentication&lt;/strong&gt; involves using a username and secret password to access a system as shown below.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;However, for this tutorial, we will use SSH public key authentication.&lt;/p&gt;

&lt;p&gt;b) Set up a unique username (Keep the username secure as we will require it later to log into our virtual machine&lt;br&gt;
c) In the SSH public key source, Click the drop-down menu and select Generate new key pair&lt;br&gt;
d) Create a key pair name&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft3wj30q9h4yupo92no1r.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft3wj30q9h4yupo92no1r.PNG" alt="Image description" width="800" height="289"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inbound Port Rules Section&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;a) In this category, select SSH (22) as your inbound port to connect to the Linux server.&lt;/p&gt;

&lt;p&gt;b) Click "Next: Disk&amp;gt;" to direct you to the disk page&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdmuc56az9d9hmbplzl1o.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdmuc56az9d9hmbplzl1o.PNG" alt="Image description" width="800" height="317"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;DiskS Tab&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
a) Leave the OS Disk Size in the image default setting or select a preferred size from the drop-down menu.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F682kn9pb342cftbil9mb.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F682kn9pb342cftbil9mb.PNG" alt="Image description" width="800" height="331"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;b) Select Standard SSD or any other disk type of your choice in the OS disk type field. Leave other columns as default.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb4b7afaz29l6m95hom2n.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb4b7afaz29l6m95hom2n.PNG" alt="Image description" width="800" height="448"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Leave networking, management, monitoring, and advanced tabs configurations as default. Skip to the Tag page.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;Tag Tab&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
a) Give your tag a name and value&lt;br&gt;
&lt;em&gt;Tagging is a way to organize your Azure resources, resource groups, subscriptions, and management groups hierarchy for better filtering, monitoring, or querying a few scenarios. Each tag contains a name and a value pair.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farh6vw9ewx8bws7vw8ih.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Farh6vw9ewx8bws7vw8ih.PNG" alt="Image description" width="800" height="516"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Review the summary of your virtual machine configuration and click Next: Review + Create&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;In the Review + Create tab &lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
a) Click the Review + Create tab and click on the Create button to begin the deployment process.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh82q6xxzleqz8icg73hw.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh82q6xxzleqz8icg73hw.PNG" alt="Image description" width="800" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;b) While the deployment is in process, a small window will pop up,  click on the &lt;strong&gt;Download private key and create resource&lt;/strong&gt; to generate a new key pair &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb0dlhogarjnz51ftdwzd.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb0dlhogarjnz51ftdwzd.PNG" alt="Image description" width="530" height="336"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;c) Once the new key pair has been downloaded and the deployment process is completed, click on  &lt;strong&gt;Go to Resource&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8pf25ehr4z2armfmw650.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8pf25ehr4z2armfmw650.PNG" alt="Image description" width="800" height="382"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;CONNECT TO YOUR VIRTUAL MACHINE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;a) Click on the connect button to SSH to your Virtual Machine&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3d771rfbp5qtzi6g362g.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3d771rfbp5qtzi6g362g.PNG" alt="Image description" width="800" height="334"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;b) Keep your Admin username and public IP address secure as we will require them later to log into our virtual machine&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnj43a04nn0juh72hk6ti.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnj43a04nn0juh72hk6ti.PNG" alt="Image description" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;c) Open PowerShell or CMD on your computer and input the command below&lt;br&gt;
        &lt;strong&gt;ssh -i (private key path) username@public IP address&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;d) &lt;strong&gt;To copy the private key pair&lt;/strong&gt;, locate your downloaded private key in your computer, right-click on the file, and click properties.&lt;br&gt;
Click the &lt;strong&gt;Security tab&lt;/strong&gt; at the top of the window to copy the object name (private key path).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwqatb9878oycdzv5jfg5.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwqatb9878oycdzv5jfg5.PNG" alt="Image description" width="356" height="506"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;e) Input this command in your PowerShell terminal and click enter&lt;br&gt;
&lt;strong&gt;ssh -i C:\Users\Josh\Desktop\LinuxV_key.pem &lt;a href="mailto:josh3k2@20.97.192.255"&gt;josh3k2@20.97.192.255&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffmfzxfxuq84i1y2zu1bz.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffmfzxfxuq84i1y2zu1bz.PNG" alt="Image description" width="800" height="228"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;f) At this stage &lt;strong&gt;my connection timed out&lt;/strong&gt; because of the default “idle time out” setting in the Azure portal. If you got this or &lt;strong&gt;" connection closed"&lt;/strong&gt;, the next thing is to go back to the Azure portal and locate your virtual machine.&lt;/p&gt;

&lt;p&gt;g) On the overview page, click on your Public IP address&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2afxh77w7o1967iyzhsv.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2afxh77w7o1967iyzhsv.PNG" alt="Image description" width="800" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;h) Click on the idle timeout cursor to increase the time to your desired value and click on save. In this case, I will increase it to 30 minutes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd0lrdcqt973mhzb6i2vu.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd0lrdcqt973mhzb6i2vu.PNG" alt="Image description" width="800" height="236"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I) Next, we go back to our Power Shell window and input our previous command again &lt;strong&gt;ssh -i (private key path) username@public IP address&lt;/strong&gt;&lt;br&gt;
Next, type &lt;strong&gt;yes&lt;/strong&gt; to connect.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa8gpnk6dru3s1z9qdpj4.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa8gpnk6dru3s1z9qdpj4.PNG" alt="Image description" width="800" height="641"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Congratulation!!! You have successfully connected to your Linux Virtual Machine&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HOW TO DISSOCIATE YOUR IP ADDRESS&lt;/strong&gt;&lt;br&gt;
One method to reduce cost is disassociating your virtual machine from its IP address.&lt;/p&gt;

&lt;p&gt;a) Locate your virtual machine and Click on the Public IP address associated with your virtual machine&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffncajjqse9x6mkmmftyj.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffncajjqse9x6mkmmftyj.PNG" alt="Image description" width="800" height="302"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;b) Click on the overview&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiigzpsdtggr7vd4qfquv.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiigzpsdtggr7vd4qfquv.PNG" alt="Image description" width="800" height="187"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;c) On the overview page, click on the Dissociate option located at the top of the page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsxntu6q27cq8kbyrb0ar.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsxntu6q27cq8kbyrb0ar.PNG" alt="Image description" width="800" height="304"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;d) Click the Yes button to confirm the permanent dissociation of your public IP address from your virtual machine&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2y9x0o1p7xg929nqn24a.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2y9x0o1p7xg929nqn24a.PNG" alt="Image description" width="348" height="229"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HOW TO ASSOCIATE YOUR IP ADDRESS&lt;/strong&gt;&lt;br&gt;
a)To associate your IP, simply click on the Associate button.&lt;/p&gt;

&lt;p&gt;b) A page will open up, click on the drop-down menu and choose the Resource type and Network interface. Click OK.&lt;/p&gt;

&lt;p&gt;c) Your IP will be associated back to your virtual machine.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foe64bjnj3v2phqdsdm3e.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foe64bjnj3v2phqdsdm3e.PNG" alt="Image description" width="800" height="350"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How To Create A Windows 11 Virtual Machine in Azure</title>
      <dc:creator>JOSHUA OVIOMO</dc:creator>
      <pubDate>Wed, 10 Apr 2024 14:10:57 +0000</pubDate>
      <link>https://dev.to/josh321/how-to-create-windows-11-virtual-machine-in-azure-45po</link>
      <guid>https://dev.to/josh321/how-to-create-windows-11-virtual-machine-in-azure-45po</guid>
      <description>&lt;p&gt;Experience the versatility and convenience of a Windows 11 virtual machine, providing the perfect platform to explore and test the latest version of Windows without any permanent alterations to your primary operating system or hardware. Customize your environment to suit your exact needs with a Windows 11 virtual machine.&lt;br&gt;
This article will show you step-by-step how to create and connect Windows 11 Virtual Machine in Azure&lt;/p&gt;

&lt;p&gt;Before you start, ensure you have an active Azure subscription, if you don't have one, &lt;a href="https://azure.microsoft.com/en-us/"&gt;Click here&lt;/a&gt; to create a free account.&lt;/p&gt;

&lt;p&gt;Now that you have created your Azure subscription, sign in to the Azure portal using your e-mail and password to get started.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F92n9xg4g6lc5jhh4hzsj.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F92n9xg4g6lc5jhh4hzsj.PNG" alt="Image description" width="490" height="415"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;On your Home Dashboard click on the &lt;strong&gt;Virtual Machine icon&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy8cqkfkaain5cfmyo3ox.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy8cqkfkaain5cfmyo3ox.PNG" alt="Image description" width="800" height="170"&gt;&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on &lt;strong&gt;Create&lt;/strong&gt; and select the &lt;strong&gt;Azure Virtual Machine&lt;/strong&gt; option&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Famcb6q6u2db2vvv9ftcr.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Famcb6q6u2db2vvv9ftcr.PNG" alt="Image description" width="800" height="332"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;&lt;em&gt;We will now go through different tabs to configure our virtual machine.&lt;/em&gt;&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;u&gt;In Basics tab&lt;/u&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
Click on &lt;strong&gt;Create new&lt;/strong&gt; below the &lt;strong&gt;Resource group&lt;/strong&gt; selection field, enter a &lt;strong&gt;Name&lt;/strong&gt; and click &lt;strong&gt;OK&lt;/strong&gt; button.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Febzhjtima5198tkmgztf.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Febzhjtima5198tkmgztf.PNG" alt="Image description" width="800" height="510"&gt;&lt;/a&gt;.&lt;br&gt;
&lt;strong&gt;In the Project Details Above, we have the Subscription and Resource Group&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;a)Subscription&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;To utilize Azure, a subscription to the platform is required. This subscription grants authorized access to a wide range of Azure products and services and the ability to organize resource groups effectively and manage billing. Additionally, Azure subscriptions offer a free trial and a flexible pay-as-you-go pricing model.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;b)Resource Groups&lt;/strong&gt; &lt;br&gt;
&lt;em&gt;Resource Groups are essential containers that house multiple Azure resources, such as virtual machines, app services, storage accounts, and databases. They offer crucial flexibility for managing the lifecycle of all services in one central location within the Azure cloud. With a resource group, you can confidently deploy, update, and delete these services simultaneously.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgepnpr0j0nv2mvgwz3u2.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgepnpr0j0nv2mvgwz3u2.PNG" alt="Image description" width="800" height="258"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;In the Instance Details Above:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Enter a name in the &lt;strong&gt;Virtual machine name&lt;/strong&gt; field.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select a region closest to you in the &lt;strong&gt;Region&lt;/strong&gt; field.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Regions&lt;/strong&gt; refer to the geographic areas where Microsoft Azure has deployed its data centers, from which users can deploy their applications and services. Each region is made up of multiple data centers that are connected by a low-latency network, enabling users to access their resources quickly and reliably&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click on the drop-down to select your &lt;strong&gt;availability option&lt;/strong&gt; and &lt;strong&gt;availability Zone&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Availability zones&lt;/strong&gt; are physically separated data centers within an Azure region. Each availability zone encompasses one or more data centers that function independently with their own power, cooling, and networking infrastructure. These zones are interconnected through high-speed, private fiber-optic networks. Therefore, if one zone experiences an outage, the others remain operational. At a minimum, three distinct availability zones are situated kilometers apart.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click the drop-down menu to select your &lt;strong&gt;security type&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flzmv1xrmk9yn9zz5rviz.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flzmv1xrmk9yn9zz5rviz.PNG" alt="Image description" width="800" height="257"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
In the Image field, click the dropdown menu and select &lt;strong&gt;Windows 11 Pro, version 22H2 — x64 Gen2.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi3rn91vfa0hfci0e0u3q.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi3rn91vfa0hfci0e0u3q.PNG" alt="Image description" width="800" height="464"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;In Azure, &lt;strong&gt;images&lt;/strong&gt; are utilized to install an operating system in a new virtual machine. An image may also contain one or more data disks. To view a range of operating systems available in the Marketplace, including the latest versions of Windows Server and various Linux distributions, click on &lt;strong&gt;"see all images"&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In the &lt;strong&gt;size field&lt;/strong&gt;, click the drop-down menu to select your &lt;strong&gt;size&lt;/strong&gt; or click to &lt;strong&gt;see all sizes&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8ho6guzrg6oartf3q71.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl8ho6guzrg6oartf3q71.PNG" alt="Image description" width="799" height="150"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
In the &lt;strong&gt;Administrator account&lt;/strong&gt; category, set up a unique &lt;strong&gt;Username&lt;/strong&gt; and &lt;strong&gt;Password&lt;/strong&gt;. Keep them secure as we will require them later to log into our virtual machine.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh7jk6r95u5q8t5y3pn84.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh7jk6r95u5q8t5y3pn84.PNG" alt="Image description" width="800" height="250"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Under &lt;strong&gt;Inbound port rules&lt;/strong&gt;, choose &lt;strong&gt;Allow selected ports&lt;/strong&gt; in the &lt;strong&gt;Public inbound ports&lt;/strong&gt; and then select &lt;strong&gt;RDP (3389)&lt;/strong&gt; and &lt;strong&gt;HTTP (80)&lt;/strong&gt; from the drop-down menu.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check the &lt;strong&gt;Licensing&lt;/strong&gt; checkbox to &lt;strong&gt;Confirm&lt;/strong&gt; and click the &lt;strong&gt;Next:Disk&lt;/strong&gt; button to go to the next &lt;strong&gt;tab.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fms0xna43th1ftola8eat.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fms0xna43th1ftola8eat.PNG" alt="Image description" width="800" height="494"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;u&gt;In DiskS tab&lt;/u&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
Leave the &lt;strong&gt;OS Disk Size&lt;/strong&gt; in the &lt;strong&gt;image default setting&lt;/strong&gt; or select a preferred &lt;strong&gt;size&lt;/strong&gt; from the drop-down menu.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fshmoeiwgg78iya7b12ez.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fshmoeiwgg78iya7b12ez.PNG" alt="Image description" width="800" height="369"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Select &lt;strong&gt;Standard SSD&lt;/strong&gt; or any other disk type of your choice in the &lt;strong&gt;OS disk type field&lt;/strong&gt;. Leave other columns as default.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmk72fbbyd4qaxt4olkyd.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmk72fbbyd4qaxt4olkyd.PNG" alt="Image description" width="800" height="426"&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Leave networking, management, monitoring, and advanced tabs configurations as default. Skip to the Tag page.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;u&gt;In Tag tab&lt;/u&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
Give your &lt;strong&gt;tag a name and Value&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Tagging&lt;/strong&gt; is a way to organize your Azure resources, resource groups, subscriptions, and management groups hierarchy for better filtering, monitoring, or querying a few scenarios. Each tag contains a name and a value pair.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1czukc4el93p92nafsge.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1czukc4el93p92nafsge.PNG" alt="Image description" width="798" height="365"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Review the summary of your virtual machine configuration &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;u&gt;In the Review + Create tab&lt;/u&gt;&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Click the &lt;strong&gt;Review + Create&lt;/strong&gt; tab and click on the &lt;strong&gt;Create&lt;/strong&gt; button to begin the deployment process.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa2av7fesg0fkromyqfiq.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa2av7fesg0fkromyqfiq.PNG" alt="Image description" width="800" height="487"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
After the deployment process is finished, you need to click on the &lt;strong&gt;Go to resource&lt;/strong&gt; option to proceed.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyn35asn4s4v7p2tib1ez.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyn35asn4s4v7p2tib1ez.PNG" alt="Image description" width="800" height="319"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;&lt;u&gt;Connecting to Your Windows Virtual Machine&lt;/u&gt;&lt;/strong&gt;
&lt;/h2&gt;



&lt;p&gt;The following steps will help you create a Remote Desktop connection to your virtual machine and connect to the Windows 11 operating system.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click on the &lt;strong&gt;connect&lt;/strong&gt; dropdown menu from the overview page of your virtual machine, then select &lt;strong&gt;Connect&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flci6qmlwjp9q603hyhod.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flci6qmlwjp9q603hyhod.PNG" alt="Image description" width="800" height="217"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
To proceed, select the &lt;strong&gt;Native RDP&lt;/strong&gt; option and then click on the &lt;strong&gt;Download RDP file&lt;/strong&gt; button. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg55145eoczz9e87m8kww.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg55145eoczz9e87m8kww.PNG" alt="Image description" width="441" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Open the downloaded RDP file and click &lt;strong&gt;Connect&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzz9zkukqlcljpobk94v.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzz9zkukqlcljpobk94v.PNG" alt="Image description" width="553" height="306"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Input your Administrator &lt;strong&gt;username&lt;/strong&gt; and &lt;strong&gt;password&lt;/strong&gt; of your virtual machine, and then click on the &lt;strong&gt;ok&lt;/strong&gt; button.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpsqmbxjvt2ltb3rh3k4p.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpsqmbxjvt2ltb3rh3k4p.PNG" alt="Image description" width="484" height="372"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click the &lt;strong&gt;Yes&lt;/strong&gt; button on the window prompt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpjqzst527dmidl8oen9p.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpjqzst527dmidl8oen9p.PNG" alt="Image description" width="430" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Congratulations! You have successfully connected to your Windows 11 Pro operating system.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9dh1fj23t3h3ra73hpfq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9dh1fj23t3h3ra73hpfq.png" alt="Image description" width="800" height="444"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;How to disassociate an IP address
&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt; One method to reduce cost is disassociating your virtual machine from its IP address.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click on the &lt;strong&gt;Public IP address&lt;/strong&gt; associated with your virtual machine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F40ye1tvam7fv1670tqjc.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F40ye1tvam7fv1670tqjc.PNG" alt="Image description" width="800" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click on &lt;strong&gt;overview&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe15lh7wx3vzw1989r74r.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe15lh7wx3vzw1989r74r.PNG" alt="Image description" width="800" height="160"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
On the overview page, click on the &lt;strong&gt;Dissociate&lt;/strong&gt; option located at the top of the page &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwvbbr14fl1jj2sciu79i.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwvbbr14fl1jj2sciu79i.PNG" alt="Image description" width="800" height="263"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click the &lt;strong&gt;Yes&lt;/strong&gt; button to confirm the permanent dissociation of your public IP address from your virtual machine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjezrf01yqn7v0y008mu7.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fjezrf01yqn7v0y008mu7.PNG" alt="Image description" width="373" height="254"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;u&gt;How to delete resource group and its associated resources (virtual machine, network, database, etc.)&lt;/u&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;This section will guide you on how to delete any resources that you have created. It is important to delete these resources after completing your work to avoid unnecessary costs and usage of services on the Azure cloud.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note that deleting the entire resource group will help you save costs as there will be no resources left on the portal&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Close to disconnect the Virtual Windows 11 Pro operating system.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8gf4nhn72jd59v8idu8z.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8gf4nhn72jd59v8idu8z.PNG" alt="Image description" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
In Azure portal &lt;strong&gt;search bar&lt;/strong&gt;, type &lt;strong&gt;Resource groups&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
From the search results, select &lt;strong&gt;Resource groups&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6agxtez27yoisjqicr6.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6agxtez27yoisjqicr6.PNG" alt="Image description" width="800" height="303"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Click on the &lt;strong&gt;Resource group name (JoshVMGroup)&lt;/strong&gt; or any other dependent resources&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmpmy4eboes9qs7gelpq1.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmpmy4eboes9qs7gelpq1.PNG" alt="Image description" width="800" height="247"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on &lt;strong&gt;Delete resource group&lt;/strong&gt; at the top of the &lt;strong&gt;resource group page.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwmfxisb4spyheggpfd5k.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwmfxisb4spyheggpfd5k.PNG" alt="Image description" width="800" height="347"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;On Delete a resource group page, copy and paste your resource group name &lt;strong&gt;'JoshVMGroup'&lt;/strong&gt; in the &lt;strong&gt;'Enter the resource group name to confirm deletion'&lt;/strong&gt; field.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Check &lt;strong&gt;"Apply force delete for selected virtual machine and virtual machine scale sets"&lt;/strong&gt; checkbox and click on the &lt;strong&gt;Delete&lt;/strong&gt; button&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0vvdvzywl4dpvqh5ka8c.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0vvdvzywl4dpvqh5ka8c.PNG" alt="Image description" width="571" height="550"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
Click &lt;strong&gt;Delete&lt;/strong&gt; to confirm your action&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvf6e7savgk6qklnb072y.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvf6e7savgk6qklnb072y.PNG" alt="Image description" width="336" height="198"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you had an informative learning journey on this topic. Stay tuned for more editions of new informative learning on this Channel.&lt;br&gt;
Comment, Like, subscribe, and share for more informative learning.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
