<?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: Collins Uwa</title>
    <description>The latest articles on DEV Community by Collins Uwa (@collins_uwa_1f4dc406f079c).</description>
    <link>https://dev.to/collins_uwa_1f4dc406f079c</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%2F1563933%2Ffc41f78a-1574-4503-99de-f156650e836b.png</url>
      <title>DEV Community: Collins Uwa</title>
      <link>https://dev.to/collins_uwa_1f4dc406f079c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/collins_uwa_1f4dc406f079c"/>
    <language>en</language>
    <item>
      <title>VMSS CREATION AND CONNECTING.</title>
      <dc:creator>Collins Uwa</dc:creator>
      <pubDate>Thu, 27 Jun 2024 02:03:54 +0000</pubDate>
      <link>https://dev.to/collins_uwa_1f4dc406f079c/vmss-creation-and-connecting-1g3f</link>
      <guid>https://dev.to/collins_uwa_1f4dc406f079c/vmss-creation-and-connecting-1g3f</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;A Blog On Creating Virtual Machine Scale Set **&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;A Virtual Machine Scale Set(VMSS) is a service in Microsoft Azure that allows you to create and manage a group of load-balanced virtual&lt;br&gt;&lt;br&gt;
machines(VMS). It enables you to scale out and in the number of VMS based on demand or a predefined schedule , ensuring high availability and reliability of application. Two types of scaling usually takes place which involves (1) Vertical Scaling (2) Horizontal Scaling.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(1) Vertical Scaling ;&lt;/strong&gt;This type of scaling allows you to add more resources to an existing server to handle an increase in workload .That is why Vertical Scaling is often referred to as "scaling up". This can involve adding CPU, memory, storage , or network capacity to an existing virtual machine or physical server. Vertical Scaling has simpler architecture since there is only one server to manage. This often make deployment and management easier. The limitations of Vertical Scaling are there is limitations on how much you can scale on a single server and scaling up usually requires servers reboot or downtime which can impact availability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(2) Horizontal Scaling ;&lt;/strong&gt; This involves adding more VMS or removing VMS to accommodate the available workloads hence it is often called "scaling out or scaling in ". This method distributes the workload across multiple  servers, enhancing the system's ability to handle higher traffic of loads and providing redundancy. Use cases of horizontal scaling involves web applications, microservices, big data processing , content delivery network(CDNs)&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps and stages in setting up Microsoft Azure VMSS.
&lt;/h2&gt;

&lt;p&gt;The following steps highlights the processes of setting up VMSS in Microsoft Azure Platform.&lt;/p&gt;

&lt;p&gt;**(1) login Your Azure Porta ;*Login your Azure portal and click on create a "Resource Group" and name your resource group following the guidelines for nomenclature choose a region and click on create and review then create.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(2) Search For Virtual Machine Scale Set(VMSS) On The Search Bar&lt;/strong&gt;; Search and click on create  a Virtual Machine Scale Set.&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%2Fbkltpijznur062tronuy.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%2Fbkltpijznur062tronuy.png" alt="Image description" width="800" height="450"&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%2Fww1vqq2czho8sd6955yi.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%2Fww1vqq2czho8sd6955yi.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(3) Configure Your VMSS ;&lt;/strong&gt; Filled in your specification of the type of VMSS you want to create by completing the basics. In this blog, i choose autoscaling and it open up a window for me to configure my scaling conditions.&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%2Fsyyf5pafrrpvactgeocz.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%2Fsyyf5pafrrpvactgeocz.png" alt="Image description" width="800" height="450"&gt;&lt;/a&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%2Fvws1hvp938n9o0vo595e.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%2Fvws1hvp938n9o0vo595e.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(4) Scale and Set VMMS Conditions ;&lt;/strong&gt; Give your scale condition a name and set your scaling specifications.&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%2Fh2gnhjntmi79ninj69g2.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%2Fh2gnhjntmi79ninj69g2.png" alt="Image description" width="800" height="450"&gt;&lt;/a&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%2Fwahe5eb0rq3bsy7umf1e.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%2Fwahe5eb0rq3bsy7umf1e.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(5) Save your conditions;&lt;/strong&gt; Click save.&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%2Fdamz2a5q1a9tsq8vgwv7.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%2Fdamz2a5q1a9tsq8vgwv7.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(6) Screw back and fill in other configurations;&lt;/strong&gt; Fill in other configuration and choose Ubuntu and SSH port 22. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(7) Go Next To Networking;&lt;/strong&gt; Configure next work interface.&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%2Fglt7e4y30la3zemipead.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%2Fglt7e4y30la3zemipead.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;**(8) Create a new Load Balancer if you do not have an existing ;&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%2F4s3j4evvk5vjq3mt9ry1.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%2F4s3j4evvk5vjq3mt9ry1.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;**&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(9) Create The Load Balancer;&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%2Ffcszpgp8otzczt0ed7p4.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%2Ffcszpgp8otzczt0ed7p4.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(10) Connect to your VMSS&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%2F5ys7wmdc91g9qwzn4qmm.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%2F5ys7wmdc91g9qwzn4qmm.png" alt="Image description" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;(1) Vertical Scaling ;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>azure</category>
      <category>vm</category>
      <category>vmss</category>
    </item>
    <item>
      <title>STEPS IN DEPLOYING WINDOW 11 VM ON AZURE.</title>
      <dc:creator>Collins Uwa</dc:creator>
      <pubDate>Thu, 13 Jun 2024 19:25:58 +0000</pubDate>
      <link>https://dev.to/collins_uwa_1f4dc406f079c/steps-in-deploying-window-11-vm-on-azure-31n6</link>
      <guid>https://dev.to/collins_uwa_1f4dc406f079c/steps-in-deploying-window-11-vm-on-azure-31n6</guid>
      <description>&lt;p&gt;&lt;strong&gt;TABLE OF CONTENTS&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Introduction &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Steps in creating a window 11 VM on Azure&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Advantages of an Azure VM to organizations.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Introduction :
&lt;/h2&gt;

&lt;p&gt;An Azure Virtual Machine(VM) is a scalable computing resource provided by Microsoft Azure that allows users to run applications and services in the cloud. Some key points about Azure VMs are :&lt;/p&gt;

&lt;p&gt;a) &lt;strong&gt;Infrastructure as a Service(IaaS)&lt;/strong&gt;:&lt;br&gt;
      Azure VMs are part of Microsoft's IaaS offerings , giving users the&lt;br&gt;&lt;br&gt;
      users the flexibility to deploy and manage virtualized instances &lt;br&gt;
      without the need for  on-premises hardware.&lt;br&gt;
b)&lt;strong&gt;Customizability&lt;/strong&gt;: Azure VMs can be customized to fit specific needs &lt;br&gt;
    including CPU, memory, storage and networking configurations.&lt;br&gt;
c)&lt;strong&gt;Scalability&lt;/strong&gt;: Azure provides tools for scaling VMs up and down based &lt;br&gt;
    on demand, allowing for cost and efficiency and performance optima-&lt;br&gt;
    zation.&lt;br&gt;
d)&lt;strong&gt;Deployment Options&lt;/strong&gt;: VMs can be deployed using Azure's portal, comm-&lt;br&gt;
    and-line tools , or automation tools like Azure  Resource Manager te-&lt;br&gt;
    mplates.&lt;br&gt;
e)&lt;strong&gt;Uses&lt;/strong&gt;: Common uses include hosting applications, databases, develo-&lt;br&gt;
    pment environments, and running complex computations or simulations.&lt;br&gt;
f)&lt;strong&gt;Integration&lt;/strong&gt;: Azure VMs integrate with other Azure services such as &lt;br&gt;
    Azure storage, Azure Virtual Networks, and Azure Active Directory.&lt;/p&gt;

&lt;h2&gt;
  
  
  STEPS BY STEPS DETAILS OF HOW TO DEPLOY AND CONNECT VM ON AZURE
&lt;/h2&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%2Frhcd832eg2r1nx0gtrpq.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%2Frhcd832eg2r1nx0gtrpq.png" alt="Image description" width="800" height="339"&gt;&lt;/a&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%2Fbp70lv2prb1r7o0e2r30.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%2Fbp70lv2prb1r7o0e2r30.png" alt="Image description" width="792" height="442"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Deploying and connecting a virtual Machine (VM) on Azure involves several &lt;br&gt;
steps . For the purpose of this assignment  I am going to create a VM named UWACO-VM.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 1: Sign in Azure Portal&lt;/strong&gt;&lt;br&gt;
 create an Azure account in the Azure portal with  email and a password and signed in.&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%2Ffbn7kj2jqoal52p4zwkf.jpg" 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%2Ffbn7kj2jqoal52p4zwkf.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Step 2: Create a Virtual Machine&lt;/strong&gt;&lt;br&gt;
 a) Once the account is created with an active subscription, navigated to the left-hand menu and click on "Virtual Machines". &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%2F2z1j4ayfb6blh7n7iadh.jpg" 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%2F2z1j4ayfb6blh7n7iadh.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;b) &lt;strong&gt;The basic Tab was open&lt;/strong&gt;: &lt;br&gt;
   The basic open up to choose &lt;br&gt;
   . Subscription &lt;br&gt;
   . Resource Group Name which in this case i choose UWACOM-RG&lt;br&gt;
   . Virtual Machine Name : UWACO-VM&lt;br&gt;
   . Region was selected to : West Europe&lt;br&gt;
   . Availability options: No infrastructure redundancy required&lt;br&gt;
   . Security Type was set : Standard&lt;br&gt;
   . Image was set on : Window 11&lt;br&gt;
   . Choose size&lt;br&gt;
   . Create Administrative Username and Password to connect to 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%2Fqxw384fhq8odcb62vqpr.jpg" 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%2Fqxw384fhq8odcb62vqpr.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&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%2F0vo4thd56e0m9fb1w8cy.jpg" 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%2F0vo4thd56e0m9fb1w8cy.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 3: Disk&lt;/strong&gt;&lt;br&gt;
. Was left on 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%2Frurf2uugp9ql1fyrfmui.jpg" 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%2Frurf2uugp9ql1fyrfmui.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 4: Networking&lt;/strong&gt;&lt;br&gt;
. Was left on default.&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%2Fsykimm5jup47ne2g0h85.jpg" 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%2Fsykimm5jup47ne2g0h85.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 5: Management&lt;/strong&gt;&lt;br&gt;
. Was left on default.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 6 : Monitoring&lt;/strong&gt;&lt;br&gt;
.Was left on default.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 7: Advance&lt;/strong&gt;&lt;br&gt;
. Was left on default.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 8 : Tags&lt;/strong&gt;&lt;br&gt;
.Was left on default.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 9 : Review and Create&lt;/strong&gt;&lt;br&gt;
. Validation was 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%2Fsh8fkshewxyk07xqh1us.jpg" 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%2Fsh8fkshewxyk07xqh1us.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 10 : Create&lt;/strong&gt;&lt;br&gt;
.This initiated deployment.&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%2Fotgrmd3lohrbyh5vhq5u.jpg" 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%2Fotgrmd3lohrbyh5vhq5u.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 10 : Deployment Completed&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%2F0dq0uwhjo08ruz0goh44.jpg" 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%2F0dq0uwhjo08ruz0goh44.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 11: Click on go to Resource&lt;/strong&gt;&lt;br&gt;
. ThSis displayed the image below -&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%2F8iynt9f5vbjtknof5llu.jpg" 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%2F8iynt9f5vbjtknof5llu.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 12: Connect&lt;/strong&gt;&lt;br&gt;
 . This connect to the VM's ip address and information about the VM.&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%2F1lthutqdhgpfiu8hvm45.jpg" 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%2F1lthutqdhgpfiu8hvm45.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP 12 : The file was downloaded&lt;/strong&gt;&lt;br&gt;
. This leads to putting in password for UWACO &lt;br&gt;
. A new window was opened meaning the process was successful and a VM running on Window 11 was created.&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%2Fck2tlgxno8prgi408m6r.jpg" 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%2Fck2tlgxno8prgi408m6r.jpg" alt="Image description" width="800" height="1066"&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%2Ftln84m5j1qr1p05bpkrp.jpg" 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%2Ftln84m5j1qr1p05bpkrp.jpg" alt="Image description" width="800" height="1066"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>azure</category>
      <category>virtualmachine</category>
      <category>windows</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Understanding The Core Architectural Components Of Azure And Their Functionality In Providing An Overall Azure Cloud Solutions.</title>
      <dc:creator>Collins Uwa</dc:creator>
      <pubDate>Thu, 06 Jun 2024 11:28:43 +0000</pubDate>
      <link>https://dev.to/collins_uwa_1f4dc406f079c/understanding-the-core-architectural-components-of-azure-and-their-functionality-in-providing-an-overall-azure-cloud-solutions-19kk</link>
      <guid>https://dev.to/collins_uwa_1f4dc406f079c/understanding-the-core-architectural-components-of-azure-and-their-functionality-in-providing-an-overall-azure-cloud-solutions-19kk</guid>
      <description>&lt;p&gt;As businesses continues to shift from traditional on-premise internet service to cloud computing, Microsoft Azure stands out as a powerful versatile platform. Understanding the core architectural components of Azure is essential for leveraging its full potential. These components form the backbone of Azure's infrastructure, enabling efficient deployment , management, and scaling of application and services. Let's dive into the  primary architectural components of Azure.&lt;/p&gt;

&lt;p&gt;1****. Azure Regions and Availability Zones&lt;/p&gt;

&lt;p&gt;Azure Regions, are geographically dispersed locations that house Azure's &lt;br&gt;
data centres . Each region consists of multiple data centres to provide redundancy and ensure data sovereignty . Azure boasts over 60 regions worldwide, enabling customers to deploy application close to their users, reducing latency and meeting regulatory requirements.&lt;/p&gt;

&lt;p&gt;Availability Zones , are locations within a region which are physically separated , and each has its own power supply , cooling and networking. They offer high availability by protecting applications and data from data centre failures . By deploying resources across multiple availability zones, users can achieve enhanced fault tolerance and business continuity.&lt;/p&gt;

&lt;p&gt;2**** Azure Resources Manager(ARM)&lt;/p&gt;

&lt;p&gt;The Azure Resources Manager(ARM) , is the deployment and management service for Azure. ARM, provides a unified interface to manage Azure resources through templates, the Azure portal, and APIs. It allows users to organise resources into resources groups , enabling easy management and billing . ARM templates, written in JSON , define the infrastructure and configuration , facilitating consistent and repeatable deployments.&lt;/p&gt;

&lt;p&gt;3**** Virtual Machines (VMs)&lt;/p&gt;

&lt;p&gt;Virtue Machines (VMs) , are essential compute resources in Azure. VMs offers the flexibility of virtualization, allowing users to run various  operating systems and applications without purchasing and maintaining physical hardware. Azure VMs support a wide range of configurations , making them suitable for diverse workloads , from development and testing to running mission-critical applications. &lt;/p&gt;

&lt;p&gt;4**** Azure Storage****&lt;/p&gt;

&lt;p&gt;Azure Storage provides scalable , durable , and highly available cloud storage solutions. It includes several storage types tailored to different needs :&lt;/p&gt;

&lt;p&gt;.**** Blob Storage ****:Ideal for storing unstructured data such as text &lt;br&gt;
  and binary data. It support massive data storage needs, making it&lt;br&gt;&lt;br&gt;
  suitable for applications , backups and big data analytics.&lt;/p&gt;

&lt;p&gt;.*&lt;strong&gt;&lt;em&gt;File Storage&lt;/em&gt;&lt;/strong&gt;*: Offers fully managed file shares accessible via &lt;br&gt;
  the server Message Block (SMB) protocol, providing a simple and secure&lt;br&gt;
  file storage.&lt;/p&gt;

&lt;p&gt;.*&lt;strong&gt;&lt;em&gt;Queue Storage&lt;/em&gt;&lt;/strong&gt;*: Enables message queuing for large-scale&lt;br&gt;
   distributed applications, facilitating communication between components&lt;br&gt;
   of data.&lt;/p&gt;

&lt;p&gt;.*&lt;strong&gt;&lt;em&gt;Table Storage&lt;/em&gt;&lt;/strong&gt;*:  A NoSQL store for structured data, offering&lt;br&gt;
   high availability and scalability for applications requiring fast &lt;br&gt;
   access large amount of data.&lt;/p&gt;

&lt;p&gt;5.Azure Networking ****&lt;/p&gt;

&lt;p&gt;Azure Networking encompasses services that manage network infrastructure, ensuring secure and reliable connectivity.&lt;/p&gt;

&lt;p&gt;. Virtual Network(VNet)****: Allows the creation of isolated networks in Azure, enabling users to securely connect Azure resources to each other and to on-premise networks.&lt;/p&gt;

&lt;p&gt;.Azure Load Balancer****: Distributes incoming network traffic across multiple VMs, ensuring high availability and reliability of applications.&lt;/p&gt;

&lt;p&gt;.Azure VPN Gateway****:Establishes secure connections between on-premises and Azure VNets .&lt;/p&gt;

&lt;p&gt;.Azure DNS****: Provides domain name system services for managing DNS records and ensuring smooth traffic routing to Azure resources.S&lt;/p&gt;

&lt;p&gt;6.Azure App Services ****&lt;br&gt;
Azure App Services is platform-as-a-service(PaaS) Offering for building , deploying and scaling web application , RESTful APIs, and mobile backends. It supports multiple programming languages, including  NET, Java, Ruby and Python. App Services offer built-in scaling , patching and continuous integration , simplifying the development and deployment process.&lt;/p&gt;

&lt;p&gt;7.Azure Functions****&lt;/p&gt;

&lt;p&gt;Azure Functions is a serverless computing service that allows developers to run small pieces of code(function) in response to events without managing infrastructure. Functions can be triggered by various events such  HTTP requests, timers, or messages from other Azure services. This component is perfect for lightweight , event-driven tasks and microservices architectures.&lt;/p&gt;

&lt;p&gt;8.Azure Kubernetes Service(AKS)****&lt;br&gt;
AKS simplifies the deployment and management of Kubernetes, an open-sources container orchestration tool. AKS  handles critical tasks such as health monitoring and maintenance , enabling developers to focus on building and deploying containerized applications. AKS provides scalability , flexibility and agility , essential for modern application development.&lt;/p&gt;

&lt;p&gt;9.Azure SQL Database****&lt;br&gt;
Azure SQL Database is  a fully managed relational database service based on Microsoft SQL server. It offers high availability, scalability, and &lt;br&gt;
 security . Azure SQL Database automates maintenance tasks such as backups&lt;br&gt;
and updates, freeing users to focus on application development rather than database management .&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Azure Identity and Access Management ****&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Azure Active Directory ( Azure AD) is the identity and access management service of Azure. It provides single sign-on (SSO) , multi-factor security. &lt;/p&gt;

&lt;p&gt;Conclusion****&lt;/p&gt;

&lt;p&gt;Azure's core architecture is a testament to its robustness, scalability, and flexibility . By leveraging a global network of data centres, comprehensive resources management , versatile compute and storage options, advanced networking capabilities and stringent security measures , Azure provides a reliable and efficient cloud platforms  for businesses of all sizes. understanding this architecture helps organizations make informed decisions about migrating to and optimizing their use of Azure , ultimately driving innovation and growth in the cloud era.&lt;/p&gt;

</description>
      <category>azure</category>
      <category>microsoft</category>
      <category>cloud</category>
      <category>solution</category>
    </item>
  </channel>
</rss>
