<?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: Olufolake Ladipo</title>
    <description>The latest articles on DEV Community by Olufolake Ladipo (@folatech1).</description>
    <link>https://dev.to/folatech1</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%2F2275240%2F1ca202e6-7ec8-4682-93e9-ce96b4ad6c77.png</url>
      <title>DEV Community: Olufolake Ladipo</title>
      <link>https://dev.to/folatech1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/folatech1"/>
    <language>en</language>
    <item>
      <title>The core architectural components of Azure</title>
      <dc:creator>Olufolake Ladipo</dc:creator>
      <pubDate>Fri, 25 Oct 2024 19:55:43 +0000</pubDate>
      <link>https://dev.to/folatech1/the-core-architectural-components-of-azure-5bh3</link>
      <guid>https://dev.to/folatech1/the-core-architectural-components-of-azure-5bh3</guid>
      <description>&lt;p&gt;The core architectural components of Azure&lt;br&gt;
There are two main groupings that the core architectural components of Azure may be broken down into: the physical infrastructure, and the management infrastructure.&lt;br&gt;
Physical infrastructure&lt;br&gt;
The physical infrastructure for Azure are:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Regions
A region is a geographical area on the planet where Azure data centers are located. Each region contains datacenters that are within a specific geographical location and networked together’ Azure has over 60 regions all over the world.  Each region has its dedicated power, cooling, and networking infrastructure. When you deploy a resource in Azure, you must choose the region where you want your resource deployed. &lt;/li&gt;
&lt;li&gt; Availability Zones
Availability zones are physically separate datacenters within an Azure region. Each availability zone is made up of one or more datacenters equipped with independent power, cooling, and networking. Availability zones are set up so that if one zone goes down, the other continues working. Availability zones are connected through high-speed, private fiber-optic networks.
Management infrastructure
These are:&lt;/li&gt;
&lt;li&gt; Azure resources and resource groups
In Azure, anything you create, provision, deploy, etc. is a resource for example Virtual Machines (VMs), virtual networks, databases, cognitive services, etc. When you create resources, you are required to place them into Resource groups (containers for Azure resources). Some resources may be moved between resource groups, but when you move a resource to a new group, it will no longer be associated with the former group. Resource groups make it convenient for us to group resources together. When we apply an action to a resource group, that action will apply to all the resources in that group. If you delete a resource group, all the resources in that group will be deleted. If you grant or deny access to a group, you’ve granted or denied access to all the resources within that regroup.&lt;/li&gt;
&lt;li&gt; Azure Resource Manager (ARM)
This is the deployment and management service of Azure.  Azure Resource Manager (ARM) is a service that works in the background to help us create, update, manage, deploy, and secure Azure resources.
In all, Azure’s architecture ensures high availability, scalability, and efficient resource management.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>beginners</category>
    </item>
  </channel>
</rss>
