<?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: Simeon Alikali </title>
    <description>The latest articles on DEV Community by Simeon Alikali  (@excel36y).</description>
    <link>https://dev.to/excel36y</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%2F1402646%2F6c34d1d3-e356-4ba8-b5a6-ca5a8410a2cc.jpg</url>
      <title>DEV Community: Simeon Alikali </title>
      <link>https://dev.to/excel36y</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/excel36y"/>
    <language>en</language>
    <item>
      <title>How to Create a Virtual Machine Scale Set in Azure.</title>
      <dc:creator>Simeon Alikali </dc:creator>
      <pubDate>Wed, 01 May 2024 22:43:34 +0000</pubDate>
      <link>https://dev.to/excel36y/how-to-create-a-virtual-machine-scale-set-in-azure-1flo</link>
      <guid>https://dev.to/excel36y/how-to-create-a-virtual-machine-scale-set-in-azure-1flo</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is virtual machine scale set?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A Virtual Machine Scale Set allows you to deploy and manage a set of autoscaling virtual machines. You can scale the number of VMs in the scale set manually, or define rules to auto scale based on resource usage like CPU, memory demand, or network traffic. You can use VMSS to deploy a group of VMs with identical configurations, such as the operating system, its also provides load balancing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Create Virtual Machine Scale Set&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can deploy a scale set with a Windows Server image or Linux image.&lt;br&gt;
Lets begin!!!&lt;/p&gt;

&lt;p&gt;1) Type Scale set in the search box.&lt;br&gt;
In the results, select Virtual Machine Scale Sets. &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%2Fiunfdhnjmulfu2lg12uj.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%2Fiunfdhnjmulfu2lg12uj.png" alt="Image description" width="570" height="461"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Click Create on the Virtual Machine Scale Sets page, which opens the Create a Virtual Machine Scale Set 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%2Fizah58q4k0lrpuqxjzel.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%2Fizah58q4k0lrpuqxjzel.png" alt="Image description" width="546" height="185"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In the Basics tab, under Project details, &lt;br&gt;
&lt;strong&gt;Subscription:&lt;/strong&gt; Select the right subscription&lt;br&gt;
&lt;strong&gt;Resource group:&lt;/strong&gt; select your resource group or you create new resource group.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scale set details&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Virtual machine scale set name:&lt;/strong&gt; Type the name for your virtual machine scale set.&lt;br&gt;
&lt;strong&gt;Region:&lt;/strong&gt; select a region that is close to your area.&lt;br&gt;
&lt;strong&gt;Availability zone:&lt;/strong&gt; Select all he zones make your V.machine highly available.&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%2Fdbd1eoouknfuppizmvwm.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%2Fdbd1eoouknfuppizmvwm.png" alt="Image description" width="800" height="361"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Orchestration&lt;/strong&gt;&lt;br&gt;
There are two types of orchestration modes in Azure: Uniform and Flexible.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Uniform Orchestration&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Manages virtual machines that are all based on the same configuration model.&lt;/li&gt;
&lt;li&gt;Optimized for large-scale stateless workloads with identical instances.&lt;/li&gt;
&lt;li&gt;Provides fault domain high availability guarantees when configured with fewer than 100 instances.&lt;/li&gt;
&lt;li&gt;Uses identical VM instances.&lt;/li&gt;
&lt;li&gt;Individual instances aren't compatible with the standard Azure IaaS VM API commands.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Flexible Orchestration&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Allows for a mix of virtual machines with different configurations within the same scale set.&lt;/li&gt;
&lt;li&gt;Achieve high availability at scale with identical or multiple virtual machine types.&lt;/li&gt;
&lt;li&gt;Offers high availability guarantees (up to 1000 VMs) by spreading VMs across fault domains in a region or within an Availability Zone.&lt;/li&gt;
&lt;li&gt;Enables you to scale out your application while maintaining fault domain isolation.&lt;/li&gt;
&lt;li&gt;Supports standard Azure IaaS VMs, instead of scale set child virtual machines.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Virtual machine scale set name:&lt;/strong&gt; ensure the Uniform option is selected.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scaling&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Scaling mode:&lt;/strong&gt; select autoscaling (Autoscaling: Scaling based on a CPU metric, on any schedule.)&lt;br&gt;
&lt;strong&gt;Scaling configuration:&lt;/strong&gt; click configure, in the scaling configuration make the necessary configuration and click save.&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%2Fiixawuorktiz6i4dbc8a.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%2Fiixawuorktiz6i4dbc8a.png" alt="Image description" width="800" height="381"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scaling conditions:&lt;/strong&gt; Click on he add scaling condition or the pen icon to make necessary scaling of your choice and save.&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%2Fhukiu3dthfp4jfwmrxdb.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%2Fhukiu3dthfp4jfwmrxdb.png" alt="Image description" width="800" height="545"&gt;&lt;/a&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%2Fygmzigtryo42rdev9oqn.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%2Fygmzigtryo42rdev9oqn.png" alt="Image description" width="800" height="900"&gt;&lt;/a&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%2Fy556m1akectwvahp9jnm.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%2Fy556m1akectwvahp9jnm.png" alt="Image description" width="800" height="1052"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Instance details&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Image:&lt;/strong&gt; select the image of your choice.&lt;br&gt;
&lt;strong&gt;VM architecture:&lt;/strong&gt; select x64 as it provides most software compatibility.&lt;br&gt;
&lt;strong&gt;size:&lt;/strong&gt; select the size of your choice.&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%2F5vprsma6yhjdt7cnfvuq.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%2F5vprsma6yhjdt7cnfvuq.png" alt="Image description" width="800" height="241"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Administrator account&lt;/strong&gt;&lt;br&gt;
 &lt;strong&gt;Username:&lt;/strong&gt; type in your username.&lt;br&gt;
&lt;strong&gt;Password:&lt;/strong&gt; enter your desire password.&lt;br&gt;
&lt;strong&gt;Confirm password:&lt;/strong&gt;  re-enter your desire password. &lt;br&gt;
&lt;strong&gt;license type:&lt;/strong&gt; select the license type and select the box.&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%2Fq8d3pjfojczqeo889z2q.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%2Fq8d3pjfojczqeo889z2q.png" alt="Image description" width="800" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DISK&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%2Fkqjyw4nmk0jq1i4hz2dw.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%2Fkqjyw4nmk0jq1i4hz2dw.png" alt="Image description" width="798" height="157"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OS disk size:&lt;/strong&gt; select the size of your choice&lt;br&gt;
&lt;strong&gt;OS disk type:&lt;/strong&gt; select the one of your choice.&lt;br&gt;
&lt;strong&gt;key management:&lt;/strong&gt; select platform-managed key.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Networking&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Under Load balancing&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Load balancing options:&lt;/strong&gt; select Azure load balancer.&lt;br&gt;
&lt;strong&gt;select load balancer:&lt;/strong&gt; create a load balancer if you don't have an existing one.&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%2Fsnljh5ik8p4riks33ccy.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%2Fsnljh5ik8p4riks33ccy.png" alt="Image description" width="783" height="392"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;create a load balancer&lt;/strong&gt;&lt;br&gt;
Load balancer help to distribute traffic across 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%2Fjyktqmf2tx304p1eqliy.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%2Fjyktqmf2tx304p1eqliy.png" alt="Image description" width="554" height="728"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Load balancer name:&lt;/strong&gt; enter the name of your choice.&lt;br&gt;
&lt;strong&gt;type:&lt;/strong&gt; select the one of your choice and leave others at default then select create.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Management&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;under upgrade policy&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;upgrade mode:&lt;/strong&gt;  select the upgrade mode of your choice.&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%2Fwirc82h349yvu61r598l.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%2Fwirc82h349yvu61r598l.png" alt="Image description" width="800" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Health&lt;/strong&gt;&lt;br&gt;
Enable application health monitoring in other to update the status of your instances.&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%2Fvnpmarlygkijkltjs5tk.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%2Fvnpmarlygkijkltjs5tk.png" alt="Image description" width="782" height="243"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click review + create, after validation is passed then click create.&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%2F6kxru8b2hgtxwxfe6hft.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%2F6kxru8b2hgtxwxfe6hft.png" alt="Image description" width="800" height="62"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;perfect!!! my vmss are up and running.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Difference between scaling mode and scale-in policy configuration&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In the context of cloud computing and virtual machine scale sets, scaling mode and scale-in policy configuration are two distinct concepts that manage how resources are adjusted to meet demand.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scaling Mode:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Scaling mode refers to the overall behavior of a virtual machine scale set when it comes to adding or removing instances.&lt;br&gt;
It’s about how and when the scale set decides to increase or decrease the number of virtual machines.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Scale-In Policy Configuration:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Scale-in policy, on the other hand, is a subset of the scaling mode that specifically deals with the removal of instances.&lt;br&gt;
It defines the order and criteria for which virtual machines are terminated during a scale-in event.&lt;br&gt;
Azure, for instance, provides three scale-in policies: Default, NewestVM, and OldestVM2.&lt;br&gt;
Default: Balances VMs across availability zones and selects the oldest VM for termination.&lt;br&gt;
NewestVM: Targets the most recently created VM for termination after balancing across zones.&lt;br&gt;
OldestVM: Removes the oldest VM after balancing across zones.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;load  balancer&lt;/strong&gt;&lt;br&gt;
 what is load balancer? &lt;br&gt;
A load balancer is a system that distributes incoming network traffic across a group of backend servers or resources.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;At what point do we need to enable a load balancer?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In essence, you should consider enabling an Azure Load Balancer when your application demands reliability, scalability, and better performance under varying loads, or when you are deploying services that span multiple virtual machines, availability zones, or regions.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The difference between OS Disk, Data Disk and Temporary Disk.</title>
      <dc:creator>Simeon Alikali </dc:creator>
      <pubDate>Sun, 14 Apr 2024 21:36:06 +0000</pubDate>
      <link>https://dev.to/excel36y/the-difference-between-os-disk-data-disk-and-temporary-disk-1eoo</link>
      <guid>https://dev.to/excel36y/the-difference-between-os-disk-data-disk-and-temporary-disk-1eoo</guid>
      <description>&lt;p&gt;&lt;strong&gt;WHAT IS A DISK IN AZURE?&lt;/strong&gt;&lt;br&gt;
In azure, a disk is a place to store an operating system, applications and data.&lt;/p&gt;

&lt;p&gt;There are three main disk in Azure: &lt;br&gt;
1) Operating System disk&lt;br&gt;
2) Data disk&lt;br&gt;
3) Temporary disk.&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%2F62wa46ec712hxdf844au.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%2F62wa46ec712hxdf844au.png" alt="Image description" width="600" height="256"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Operating System disk&lt;/strong&gt;&lt;br&gt;
a) The OS disk is the disk that houses the operating system.&lt;br&gt;
b) That OS disk has a pre-installed OS, which was selected when the &lt;br&gt;
  VM was created. &lt;br&gt;
c) This disk contains the boot volume (This is where OS stores it &lt;br&gt;
   system files)&lt;br&gt;
d) Os disk is persistent.&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%2Ft7va91k5jp6y8dxolepj.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%2Ft7va91k5jp6y8dxolepj.png" alt="Image description" width="276" height="84"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data disk&lt;/strong&gt;&lt;br&gt;
a) A data disk is a managed disk that's attached to a virtual &lt;br&gt;
   machine to store application data, or other data you need to &lt;br&gt;
   keep. &lt;br&gt;
b) Data disks are registered as SCSI (Small Computer System &lt;br&gt;
   Interface) drives and are labeled with a letter that you choose. &lt;br&gt;
c) The size of the virtual machine determines how many data disks &lt;br&gt;
   you can attach to it.&lt;br&gt;
d) Data disk is persistent.&lt;br&gt;
e) Generally, you should use the data disk to store your &lt;br&gt;
   applications and data, instead of storing them on OS disks.&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%2Fyqacirkncmhyxvx5gypg.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%2Fyqacirkncmhyxvx5gypg.png" alt="Image description" width="333" height="113"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Temporary disk&lt;/strong&gt;&lt;br&gt;
a) The temporary disk provides short-term storage for applications &lt;br&gt;
   and processes, and is intended to only store data such as page &lt;br&gt;
   files, swap files etc.&lt;br&gt;
b) Most VMs contain a temporary disk, which is not a managed disk.  c) Data on the temporary disk may be lost during a maintenance, &lt;br&gt;
   when you redeploy a VM, or when you stop the VM. &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%2F5lx8nmxbxvea7fet7f04.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%2F5lx8nmxbxvea7fet7f04.png" alt="Image description" width="262" height="93"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Create and attach a data disk to the VM.</title>
      <dc:creator>Simeon Alikali </dc:creator>
      <pubDate>Sun, 14 Apr 2024 21:26:47 +0000</pubDate>
      <link>https://dev.to/excel36y/how-to-create-and-attach-a-data-disk-to-the-vm-i8b</link>
      <guid>https://dev.to/excel36y/how-to-create-and-attach-a-data-disk-to-the-vm-i8b</guid>
      <description>&lt;p&gt;&lt;strong&gt;How to create data disk in azure&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Sign in to the Azure portal.&lt;/li&gt;
&lt;li&gt;Search for and select Virtual machines. &lt;/li&gt;
&lt;li&gt;On the Virtual machine pane under setting, select Disks.&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%2Fltpwzvl6nvbq4dl7fmut.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%2Fltpwzvl6nvbq4dl7fmut.png" alt="Image description" width="340" height="252"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;On the Disks page, select Create and attach a new disk.&lt;/li&gt;
&lt;li&gt;In the drop-downs lists for the new disk, make the selections you want, and name the disk.&lt;/li&gt;
&lt;li&gt;click apply to create the disk. &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%2F4q7s5f8ujrf32h1oujba.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%2F4q7s5f8ujrf32h1oujba.png" alt="Image description" width="800" height="229"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Initialize a new data disk&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connect to the VM (RDP into your vm)&lt;/li&gt;
&lt;li&gt;Right click the Windows Start menu inside the running VM and click disk management. The Disk Management console opens.&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%2Fy51nt7z7tf66ces1hyhh.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%2Fy51nt7z7tf66ces1hyhh.png" alt="Image description" width="800" height="661"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Disk Management recognizes that you have a new, uninitialized disk and the Initialize Disk window appears.&lt;/li&gt;
&lt;li&gt;Select OK to initialize it.&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%2Fxtkjw19xmdu2ndiraqdk.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%2Fxtkjw19xmdu2ndiraqdk.png" alt="Image description" width="800" height="602"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The new disk appears as unallocated. Right-click anywhere on the disk and select New simple volume. &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%2Ftawr3uyzyiko9bap2439.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%2Ftawr3uyzyiko9bap2439.png" alt="Image description" width="800" height="367"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The New Simple Volume Wizard window opens,Proceed through the wizard, keeping all of the defaults, and when you're done select Finish.&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%2Fqo2o1b4i3cyv7c408k7q.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%2Fqo2o1b4i3cyv7c408k7q.png" alt="Image description" width="798" height="672"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Close Disk Management.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A pop-up window appears notifying you that you need to format the new disk before you can use it. Select Format disk.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When the formatting is complete, select OK.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;View your new Data Disk&lt;/strong&gt;&lt;br&gt;
Inside the running VM, click file explorer.&lt;br&gt;
click this PC&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%2Fxh3yng0ighx118lokicd.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%2Fxh3yng0ighx118lokicd.png" alt="Image description" width="187" height="199"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;in this PC page you will see your new disk with the name new volume(f).&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%2F55ylkfy682u7yqjcv1lm.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%2F55ylkfy682u7yqjcv1lm.png" alt="Image description" width="800" height="81"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Renaming the data disk&lt;/strong&gt;&lt;br&gt;
You can decide to personalize it be renaming the disk.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Right click on the disk, click show more options.&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%2F1wb9dydi66nwhbgmxcu3.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%2F1wb9dydi66nwhbgmxcu3.png" alt="Image description" width="338" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click rename.&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%2F80jc8rjodv5c53mpmr57.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%2F80jc8rjodv5c53mpmr57.png" alt="Image description" width="432" height="516"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Type in the new name and strike enter on your keyboard&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%2Fa9s6pod4zxaku20c0yev.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%2Fa9s6pod4zxaku20c0yev.png" alt="Image description" width="361" height="104"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;there you have the new name!!!&lt;/p&gt;

&lt;p&gt;we can decide to save a file into our new data disk &lt;br&gt;
let's try it out&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%2Fuvor9r8yuyqvtvm6tpk6.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%2Fuvor9r8yuyqvtvm6tpk6.png" alt="Image description" width="484" height="352"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Wao, here we have them.&lt;/p&gt;

&lt;p&gt;PEREFECT!!!&lt;br&gt;
WE HAVE OUR NEW DATA DISK CREATED, ATTACHED AND INITIALIZED.&lt;/p&gt;

&lt;p&gt;....I hope this was helpful. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Create a Linux virtual machine in the Azure portal</title>
      <dc:creator>Simeon Alikali </dc:creator>
      <pubDate>Sun, 14 Apr 2024 21:18:37 +0000</pubDate>
      <link>https://dev.to/excel36y/how-to-create-a-linux-virtual-machine-in-the-azure-portal-jji</link>
      <guid>https://dev.to/excel36y/how-to-create-a-linux-virtual-machine-in-the-azure-portal-jji</guid>
      <description>&lt;p&gt;Azure virtual machines (VMs) can be created through the Azure portal. The Azure portal is a browser-based user interface to create Azure resources. This tutorial shows you how to use the Azure portal to deploy a Linux virtual machine (VM) running Ubuntu Server 22.04 LTS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Create virtual machine&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1) Sign in to the Azure portal &lt;br&gt;
2) Enter virtual machines in the search.&lt;br&gt;
3) Under Services, select Virtual machines.&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%2Fu0vjpbnwe8i6xfjtax8r.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%2Fu0vjpbnwe8i6xfjtax8r.png" alt="Image description" width="641" height="245"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4) In the Virtual machines page, select Create and then Virtual machine. The Create a virtual machine page opens.&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%2Fkeg4dwi20ad59eqv01mf.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%2Fkeg4dwi20ad59eqv01mf.png" alt="Image description" width="378" height="331"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;5) In the Basics tab, &lt;strong&gt;under Project details&lt;/strong&gt;, make sure the correct subscription is selected and then choose the resource group or click create new to create resource group.&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%2F1kiwjm5zsxrd23lb5g0w.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%2F1kiwjm5zsxrd23lb5g0w.png" alt="Image description" width="800" height="183"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;6) &lt;strong&gt;Under Instance details,&lt;/strong&gt; &lt;br&gt;
&lt;strong&gt;Virtual machine name:&lt;/strong&gt; Input the Virtual machine name.&lt;br&gt;
&lt;strong&gt;Region:&lt;/strong&gt; Select the region of your choice.&lt;br&gt;
&lt;strong&gt;Availability Option:&lt;/strong&gt; Select availability zone. &lt;br&gt;
&lt;strong&gt;Availability Zone:&lt;/strong&gt; Choose any zone of your choice. &lt;br&gt;
&lt;strong&gt;Security type:&lt;/strong&gt; select trusted lunch virtual machines.&lt;br&gt;
&lt;strong&gt;Image:&lt;/strong&gt; Choose Ubuntu Server 22.04 LTS - Gen2 for your Image or any of your choice.&lt;br&gt;
&lt;strong&gt;Size:&lt;/strong&gt; select the size of your choice.&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%2Frtn447hugl3hnzicyy4m.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%2Frtn447hugl3hnzicyy4m.png" alt="Image description" width="800" height="423"&gt;&lt;/a&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%2F0mka6wiv6le6l8w5ddil.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%2F0mka6wiv6le6l8w5ddil.png" alt="Image description" width="800" height="63"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Under Administrator account&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Authentication type:&lt;/strong&gt; Select SSH public key or password.&lt;br&gt;
&lt;strong&gt;Username:&lt;/strong&gt; enter your username, exceluser.&lt;br&gt;
&lt;strong&gt;Password:&lt;/strong&gt; Enter your password.&lt;br&gt;
&lt;strong&gt;Confirm password:&lt;/strong&gt; Confirm the password entered above. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Under Inbound port rules&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Public inbound ports:&lt;/strong&gt; choose Allow selected ports. &lt;br&gt;
 &lt;strong&gt;Select inbound port:&lt;/strong&gt; Select SSH (22).&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%2Fs0ncgllf6kpxf5nr3j5r.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%2Fs0ncgllf6kpxf5nr3j5r.png" alt="Image description" width="800" height="469"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;7) Leave the remaining defaults and then select the Review + create button at the bottom 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%2Fwxoedk59hk6ou3lph57l.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%2Fwxoedk59hk6ou3lph57l.png" alt="Image description" width="517" height="82"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;8) click create after validation is successfully passed.&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%2Ffvh49xemweqheanzl1iz.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%2Ffvh49xemweqheanzl1iz.png" alt="Image description" width="768" height="700"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;9) When the deployment is finished, select Go to resource.&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%2F95gd4uye7sy92w5owvzl.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%2F95gd4uye7sy92w5owvzl.png" alt="Image description" width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect to virtual machine&lt;/strong&gt;&lt;br&gt;
a) click connect, in the drop down menu, select 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%2Fd77wy04c2o1at4o5883j.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%2Fd77wy04c2o1at4o5883j.png" alt="Image description" width="742" height="239"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;b) Open windows PowerShell and type in the following command on the powershell command prompt, ssh username@public ip address and then strike enter. &lt;br&gt;
c) It will give you a massage if you are connecting for the first time, The authenticity of host "public ip address" (public ip address)' can't be established.....&lt;br&gt;
d) Are you sure you want to continue connecting (yes/no/[fingerprint])?&lt;br&gt;
e) Type "yes" and strike enter, then it will request for your password.&lt;br&gt;
f) Type in your password and strike enter, if all things are ok you will be connected.&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%2F87jtxbjwoe8zetvc9nve.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%2F87jtxbjwoe8zetvc9nve.png" alt="Image description" width="774" height="582"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Great!!!&lt;br&gt;
Here we are in our linux virtual machine.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>HOW TO CREATE A WINDOWS VIRTUAL MACHINE IN AZURE.</title>
      <dc:creator>Simeon Alikali </dc:creator>
      <pubDate>Sun, 07 Apr 2024 22:35:36 +0000</pubDate>
      <link>https://dev.to/excel36y/how-to-create-a-windows-virtual-machine-in-azure-380p</link>
      <guid>https://dev.to/excel36y/how-to-create-a-windows-virtual-machine-in-azure-380p</guid>
      <description>&lt;p&gt;Azure windows virtual machines (VMs) can be created through the Azure portal.&lt;br&gt;
If you don't have an Azure account, you can create a free account here &lt;a href="https://azure.microsoft.com/free/?WT.mc_id=A261C142F"&gt;https://azure.microsoft.com/free/?WT.mc_id=A261C142F&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;follow the steps below to create your windows 10 virtual machine.&lt;br&gt;
Now that you have created your azure subscription, sign in to the azure portal &lt;a href="https://portal.azure.com/"&gt;https://portal.azure.com/&lt;/a&gt; using your Email and Password. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;CREATE YOUR VIRTUAL MACHINE&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Enter virtual machines in the search bar.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select "virtual machines" from the search results.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&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%2Fnbmo8p9gkuotz0l4svei.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%2Fnbmo8p9gkuotz0l4svei.png" alt="Image description" width="800" height="165"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;In the Virtual machines page, click Create, select azure virtual machines. The Create a virtual machine page opens.&lt;/li&gt;
&lt;/ol&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%2F8q4gzceohk2t2vksjyp7.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%2F8q4gzceohk2t2vksjyp7.png" alt="Image description" width="800" height="220"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;PROJECT DETAILS&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
In this category we have the subscription and resource group.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Azure subscription.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In Azure, subscriptions are a unit of management, billing, and scale. With azure subscription you will have access to make use of azure resources and services.&lt;/p&gt;

&lt;p&gt;2 Resource group&lt;br&gt;
Resource groups are simply groupings of resources. When you create a resource, you’re required to place it into a resource group. if you don't have an existing resource group you can click create new to create one.&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%2Fl81jm8tqaponxdnqwr1c.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%2Fl81jm8tqaponxdnqwr1c.png" alt="Image description" width="800" height="176"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;INSTANCE DETAILS&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Give your virtual machine a name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select the region you want your virtual machine to be.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;A&lt;/strong&gt; &lt;strong&gt;region&lt;/strong&gt; is a geographical area on the planet that contains at least one, but potentially multiple datacenters that are nearby and networked together with a low-latency network.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;click on the availability option and availability zone.
In azure, a region can consist up to three availability zones.&lt;/li&gt;
&lt;/ol&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%2Fi9iocmnhbdr7h8pf3ofz.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%2Fi9iocmnhbdr7h8pf3ofz.png" alt="Image description" width="800" height="199"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;select your security type.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Select window 10 pro for the image.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&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%2Foo8b77ggts4vqwhdgmzq.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%2Foo8b77ggts4vqwhdgmzq.png" alt="Image description" width="800" height="452"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An image is an operating system. It has all the instructions and settings needed to set up a computer.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Select the size of your virtual machine, click all sizes. Leave the other default.
&lt;/li&gt;
&lt;/ol&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%2F3azm6s34gvpvm8e71lwo.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%2F3azm6s34gvpvm8e71lwo.png" alt="Image description" width="800" height="66"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;ADMINISTRATOR ACCOUNT&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Under Administrator account, provide a username, such as Exceluser and a password. The password must be at least 12 characters long and meet the defined complexity requirements.&lt;/li&gt;
&lt;/ol&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%2Futz78uts40wrcp4j1lzc.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%2Futz78uts40wrcp4j1lzc.png" alt="Image description" width="800" height="158"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inbound Port Rules&lt;/strong&gt;&lt;br&gt;
On the inbound port rules section, select "Allow selected ports" and then select RDP (3389). This port will give you remote access to your physical work desktop computers.&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%2F5jvzabpd6uegwmf0txzr.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%2F5jvzabpd6uegwmf0txzr.png" alt="Image description" width="800" height="182"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click on "Next: Disks&amp;gt;" to go 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%2Fkl0fpdcl4jec1tof94c6.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%2Fkl0fpdcl4jec1tof94c6.png" alt="Image description" width="618" height="230"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Disk&lt;/strong&gt;&lt;br&gt;
Azure VMs have one operating system disk and a temporary disk for short-term storage. You can attach additional data disks. The size of the VM determines the type of storage you can use and the number of data disks allowed.&lt;/p&gt;

&lt;p&gt;1) On the Disk page click on the OS disk type and select Standard SSD or any disk type of your choice. Leave other as default.&lt;/p&gt;

&lt;p&gt;2) Leave the networking, management, monitoring and advanced pages as default. Skip to the Tag 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%2F609zj2glite0bys5fak1.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%2F609zj2glite0bys5fak1.png" alt="Image description" width="800" height="392"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tag&lt;/strong&gt;&lt;br&gt;
Tags are name/value pairs that enable you to categorize resources and view consolidated billing by applying the same tag to multiple resources and resource groups.&lt;br&gt;
1) Give your tag a 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%2Fjtsod4h7290lpx3znlc7.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%2Fjtsod4h7290lpx3znlc7.png" alt="Image description" width="788" height="107"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Next, click on Review+create.&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%2F01mnm3va2hnn43eh5v85.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%2F01mnm3va2hnn43eh5v85.png" alt="Image description" width="517" height="82"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) After the validation run you will see an example summary of the estimated costs.&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%2Fwat7vh93t12ponnyecj1.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%2Fwat7vh93t12ponnyecj1.png" alt="Image description" width="800" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4) After validation runs is successfully passed, select the Create button at the bottom 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%2Fch545v95j8uaeutkt1tj.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%2Fch545v95j8uaeutkt1tj.png" alt="Image description" width="768" height="700"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;5) After deployment is complete, select Go to resource.&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%2Fltuzoml7qugb8glpxn7e.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%2Fltuzoml7qugb8glpxn7e.png" alt="Image description" width="800" height="366"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect to Your Windows Virtual Machine.&lt;/strong&gt;&lt;br&gt;
Create a remote desktop connection to the virtual machine. These directions tell you how to connect to your Windows 10 operating system.&lt;/p&gt;

&lt;p&gt;1) On the overview page of your virtual machine click "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%2Fi1qlgzvlxnqghwp85u3x.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%2Fi1qlgzvlxnqghwp85u3x.png" alt="Image description" width="800" height="85"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2) Connect with RDP, leave the default settings and click the download RDP file.&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%2Feok2tqrjgvhha9mifwos.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%2Feok2tqrjgvhha9mifwos.png" alt="Image description" width="756" height="575"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) Open the downloaded RDP file and click "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%2Fk9stm1mozr3nlm4ewxeq.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%2Fk9stm1mozr3nlm4ewxeq.png" alt="Image description" width="639" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;4) Input your username, password and click ok as the case may be.&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%2F7e3kyzsjvkve5em9twj7.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%2F7e3kyzsjvkve5em9twj7.png" alt="Image description" width="597" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;5) Click yes to the prompt.&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%2Fay9bsrg691zzj4x0vari.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%2Fay9bsrg691zzj4x0vari.png" alt="Image description" width="527" height="456"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Welcome!!! You are connected to your Windows 10 Pro.&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%2Fct0yim1ndykkntpo5mxq.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%2Fct0yim1ndykkntpo5mxq.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Delete resources&lt;/strong&gt;&lt;br&gt;
When no longer needed, you can delete the resource group, virtual machine, and all related resources.&lt;/p&gt;

&lt;p&gt;1) On the Overview page for the VM, select the Resource link.&lt;/p&gt;

&lt;p&gt;2) At the top of the page, select Delete.&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%2Fgk6wtusbeh51l21r62l9.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%2Fgk6wtusbeh51l21r62l9.png" alt="Image description" width="800" height="107"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3) A page will open warning you that you are about to delete resources.&lt;/p&gt;

&lt;p&gt;4) Make the necessary choice and click delete.&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%2Faxei4608u9ja2asummcr.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%2Faxei4608u9ja2asummcr.png" alt="Image description" width="800" height="682"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope this will guide you in creating your Windows 10 virtual machine. &lt;br&gt;
&lt;strong&gt;&lt;em&gt;Regards&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

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