<?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: Temitope Farinola</title>
    <description>The latest articles on DEV Community by Temitope Farinola (@temmytope86).</description>
    <link>https://dev.to/temmytope86</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%2F1478561%2Faa9d31eb-91d2-4ffb-9017-bdd4929114bd.jpeg</url>
      <title>DEV Community: Temitope Farinola</title>
      <link>https://dev.to/temmytope86</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/temmytope86"/>
    <language>en</language>
    <item>
      <title>CREATING A RESOURCE GROUP ON AZURE</title>
      <dc:creator>Temitope Farinola</dc:creator>
      <pubDate>Sat, 25 May 2024 14:34:50 +0000</pubDate>
      <link>https://dev.to/temmytope86/creating-a-resource-group-on-azure-np4</link>
      <guid>https://dev.to/temmytope86/creating-a-resource-group-on-azure-np4</guid>
      <description>&lt;p&gt;Firstly, sign in to the Azure portal, search for Resource Group and click on create. On the Basic bar consist of Project details with sub head "subscription" where all resources are billed together.&lt;br&gt;
next is "resource group". type in a globally accepted unique name.&lt;/p&gt;

&lt;p&gt;Next headings is the "Resource Details: with a sub title of the region/location. This is choosing a suitable Azure region.&lt;/p&gt;

&lt;p&gt;Next to "Basic" is "Tag"  input name and tag your RG.&lt;/p&gt;

&lt;p&gt;Lastly, click on "Review and Create" it will validates the process and once passed. click on 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%2Fc6dpm64qf6nyiw611z8j.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%2Fc6dpm64qf6nyiw611z8j.png" alt="Image description" width="800" height="449"&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%2Ftr8fx3wb0qgm9yyl09gz.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%2Ftr8fx3wb0qgm9yyl09gz.png" alt="Image description" width="800" height="449"&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%2Ff2j28qzat6s03zdnkupb.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%2Ff2j28qzat6s03zdnkupb.png" alt="Image description" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>STEP BY STEP ON HOW TO CREATE AZURE VM IN WINDOWS 11</title>
      <dc:creator>Temitope Farinola</dc:creator>
      <pubDate>Sat, 25 May 2024 14:07:56 +0000</pubDate>
      <link>https://dev.to/temmytope86/step-by-step-on-how-to-create-azure-vm-in-windows-11-424</link>
      <guid>https://dev.to/temmytope86/step-by-step-on-how-to-create-azure-vm-in-windows-11-424</guid>
      <description>&lt;p&gt;First step is to sign up for the Microsoft Azure.&lt;br&gt;
search for 'Resource group" to create one. The project details consist of subscription and globally unique name as the resource group.&lt;br&gt;
Next is the Resource details which include availability region i.e. location. Click on tag (type name), final step is review and create. Clicking on create will validate the resource group and its ready to be used to create Virtual Machine. &lt;/p&gt;

&lt;p&gt;Search on the heading for VM, click on Azure VM. The Project details consist of subscription and resource groups. click on resource group and choose the created RG.&lt;/p&gt;

&lt;p&gt;INSTANT DETAILS: This consist of VM name, choose region which includes the location and availability options (zone 1, zone 2, zone 3).&lt;/p&gt;

&lt;p&gt;IMAGE: select Windows 11&lt;br&gt;
add administrator account and password. &lt;/p&gt;

&lt;p&gt;click on Monitoring on the heading (disable), do not forget to add tag with the VM name.&lt;/p&gt;

&lt;p&gt;Click on review and create for VM to be deployed. Wait for deployment process to complete.&lt;/p&gt;

&lt;p&gt;Click on "go to resource" to extend the idle timeout on IP address and save. Connect, download RDP and save to into your local repository. Launch your 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%2F4q3swah814gx3nen6nst.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%2F4q3swah814gx3nen6nst.png" alt="Image description" width="800" height="449"&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%2Fz4wxdpxuypi0ueii6g6q.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%2Fz4wxdpxuypi0ueii6g6q.png" alt="Image description" width="800" height="449"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Cloud Computing Concepts</title>
      <dc:creator>Temitope Farinola</dc:creator>
      <pubDate>Tue, 14 May 2024 12:37:25 +0000</pubDate>
      <link>https://dev.to/temmytope86/cloud-computing-concepts-3mln</link>
      <guid>https://dev.to/temmytope86/cloud-computing-concepts-3mln</guid>
      <description>&lt;p&gt;On today's class we were taught about the various concepts of cloud computing. These concepts includes:&lt;br&gt;
VIRTUALIZATION: This is a technology that helps to create virtual alternatives of computer resources such as applications, operating system and servers.&lt;br&gt;
SCALABILITY: this is the ability of the computer application to function well under increased workload in other to meet a user need.&lt;br&gt;
AGILITY: the process of develop and test run an application speedily using the cloud resources.&lt;br&gt;
HIGH AVAILABILITY: this is the ever presence of the applications to users. It has no business with been faulty or disappointing users.&lt;br&gt;
FAULT TOLERANCE: it is said to be immune to any kind of fault that may want to arise.&lt;br&gt;
GLOBAL REACH: this translate to accessibility of service from any part of the world.&lt;/p&gt;

&lt;p&gt;DIFFERENCE BETWEEN ELASTICITY AND SCALABILITY:&lt;br&gt;
Scalability is the ability to respond to increased workload when needed, while elasticity is the ability for the automatic expansion of the system resources.&lt;/p&gt;

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