<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[LearningAzure]]></title><description><![CDATA[LearningAzure]]></description><link>https://azureman.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>LearningAzure</title><link>https://azureman.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 30 Aug 2026 21:47:53 GMT</lastBuildDate><atom:link href="https://azureman.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[4.Understanding azure resource]]></title><description><![CDATA[Resource: An instance of a service is called resource.


in the diagram above we can see the workflow of creating a resource(vm), the user selects the requirements of the vm, sends it to the resource ]]></description><link>https://azureman.hashnode.dev/4-understanding-azure-resource</link><guid isPermaLink="true">https://azureman.hashnode.dev/4-understanding-azure-resource</guid><dc:creator><![CDATA[Manubhav Sharma]]></dc:creator><pubDate>Wed, 20 May 2026 14:00:37 GMT</pubDate><content:encoded><![CDATA[<p><strong>Resource</strong>: An instance of a service is called resource.</p>
<img src="https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/5680d8e1-fd7d-408a-a09f-4a80cd59ca10.png" alt="" style="display:block;margin:0 auto" />

<p>in the diagram above we can see the workflow of creating a resource(vm), the user selects the requirements of the vm, sends it to the <strong>resource manager</strong> then the resource manger creates the resource(vm) and return it to the user.</p>
<p>The user can make these requests to the resource manager using various ways such as api , cli, user interface ,and more.</p>
<h3>Resource group</h3>
<p>grouping of resources<br />A resource group is a collection of resources that share the same lifecycle, permissions, and policies.</p>
<p>why? - it is mandatory to create a group before creating resources. Moreover, it is easier to <strong>track</strong> resources as they become segregated. <strong>Managing access ,permissions, security standards</strong> becomes easier. And other things like <strong>cost monitoring</strong>, <strong>auditing</strong>, etc.</p>
<p>how? - it depends on the practices and requirements of the organization. Example- 3 groups named, qa, development and production.</p>
<p><strong>NOTE</strong>: resource group and resource are 1:1 , one resource can only be connected to one resource group and vice versa.</p>
<h3>Resource manager</h3>
<p>It takes user requirements and creates resource . It acts as an interface between user and azure resources.</p>
<p>Apart from this, i have created a resource group and a virtual machine(resource) to for testing it out.</p>
<p>The contents of this blog are notes for the video linked below:</p>
<p><a href="https://youtu.be/0lZAtlwjp_A?si=ajLRiiF_PDyx_BDc">https://youtu.be/0lZAtlwjp_A?si=ajLRiiF_PDyx_BDc</a></p>
<img src="https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/d26b0a44-97c0-4c37-9838-dec232ee16f5.png" alt="" style="display:block;margin:0 auto" />]]></content:encoded></item><item><title><![CDATA[3. Getting started with azure]]></title><description><![CDATA[Today i am going to create an account in azure, explore regions and read about IaaS, PaaS and SaaS.
Creating an account
We can go this link https://azure.microsoft.com/en-in/pricing/purchase-options/a]]></description><link>https://azureman.hashnode.dev/3-getting-started-with-azure</link><guid isPermaLink="true">https://azureman.hashnode.dev/3-getting-started-with-azure</guid><dc:creator><![CDATA[Manubhav Sharma]]></dc:creator><pubDate>Wed, 20 May 2026 12:37:54 GMT</pubDate><content:encoded><![CDATA[<p>Today i am going to create an account in azure, explore regions and read about IaaS, PaaS and SaaS.</p>
<h3>Creating an account</h3>
<p>We can go this link <a href="https://azure.microsoft.com/en-in/pricing/purchase-options/azure-account">https://azure.microsoft.com/en-in/pricing/purchase-options/azure-account</a> and click on try for free if you just want to try and learn azure, the other option is pay as you go but i don't recommend that for someone who is just starting to learn azure.</p>
<p>After clicking on try for free, we have to fill up our personal details</p>
<img src="https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/f6c40d7c-5b90-4927-bdc2-6593119905a4.png" alt="" style="display:block;margin:0 auto" />

<p>After logging in, we get to the homepage</p>
<img src="https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/e0fc836e-f777-4712-b516-2dc327423f54.png" alt="" style="display:block;margin:0 auto" />

<p>Now that we have created the account lets move on to the next topic regions.</p>
<h3>Why are the data centers(availability zones) spread across different regions?</h3>
<p>latency and downtime. We want minimum latency and downtime.</p>
<h3>IaaS,PaaS,SaaS</h3>
<p>Azure provides many different services , it is upto the user how they want to use it, as a <strong>Infrastructure as a Service</strong> model**(<strong>Example- vm, networking , stoarage and thden use third party apps inside them.</strong>)** or <strong>Product as a Service</strong> model**(<strong>Example- mysql database , configure it yourself</strong>)** or <strong>Software as a service</strong> model**(<strong>Example- outlook email service, just use a software</strong>)**</p>
<p><strong>The content of this blog are notes of the video linked below</strong></p>
<p><a href="https://youtu.be/e99QsTsJPJs?si=n2-e2Zxu4vlS3NbT">https://youtu.be/e99QsTsJPJs?si=n2-e2Zxu4vlS3NbT</a></p>
<img src="https://cdn.hashnode.com/uploads/covers/66096e456083ba84715fd663/e9f1fdeb-5b42-400b-aef5-2f721a5ac9f0.png" alt="" style="display:block;margin:0 auto" />]]></content:encoded></item><item><title><![CDATA[2.Vocabulary in Cloud Computing]]></title><description><![CDATA[Virtualization
Virtualization is the process of creating a virtual version of something, such as an operating system, server, storage, or network resources.
Virtual Machine
A Virtual Machine (VM) is a]]></description><link>https://azureman.hashnode.dev/2-vocabulary-in-cloud-computing</link><guid isPermaLink="true">https://azureman.hashnode.dev/2-vocabulary-in-cloud-computing</guid><dc:creator><![CDATA[Manubhav Sharma]]></dc:creator><pubDate>Tue, 19 May 2026 12:42:30 GMT</pubDate><content:encoded><![CDATA[<h2><strong>Virtualization</strong></h2>
<p>Virtualization is the process of creating a virtual version of something, such as an operating system, server, storage, or network resources.</p>
<h2><strong>Virtual Machine</strong></h2>
<p>A Virtual Machine (VM) is a software-based emulation of a physical computer. It allows running multiple operating systems on a single physical machine.<br />This is done by making <strong>logical partitions</strong> of a server/system into smaller parts.</p>
<h2><strong>API (Application Programming Interface)</strong></h2>
<p>API is a set of rules and protocols that allows different software applications to communicate with each other. It defines how software components should interact.</p>
<h2><strong>Availability Zones</strong></h2>
<p>Availability Zones are isolated locations within a region that have their own power, cooling, and networking. They are designed to provide high availability and fault tolerance.</p>
<h2><strong>Scalability</strong></h2>
<p>Scalability is the ability of a system to handle an increasing amount of work or its potential to be enlarged to accommodate that growth.</p>
<h2><strong>Elasticity</strong></h2>
<p>Elasticity in cloud computing refers to the ability to dynamically scale resources up or down based on demand.</p>
<h2><strong>Agility</strong></h2>
<p>Agility is the capability of quickly and easily adapting to changes. In the context of cloud computing, it involves the rapid deployment of resources and applications.</p>
<h2><strong>High Availability</strong></h2>
<p>High Availability (HA) ensures that a system or application is operational and accessible for a high percentage of time, typically 99.9% or higher.</p>
<h2><strong>Fault Tolerance</strong></h2>
<p>Fault Tolerance is the ability of a system to continue operating without interruption in the presence of hardware or software failures.</p>
<h2><strong>Disaster Recovery</strong></h2>
<p>Disaster Recovery involves the planning and processes for restoring and recovering data and systems after a natural or human-induced disaster.</p>
<h2><strong>Load Balancing</strong>Load Balancing is the distribution of network traffic or computing workload across multiple servers to ensure no single server is overwhelmed.</h2>
]]></content:encoded></item><item><title><![CDATA[1.Basics of Cloud Computing]]></title><description><![CDATA[What is Cloud?
It's like having a powerful computer somewhere out there on the web that you can use for tasks without needing to own or physically manage the hardware. This allows users to access data]]></description><link>https://azureman.hashnode.dev/1-basics-of-cloud-computing</link><guid isPermaLink="true">https://azureman.hashnode.dev/1-basics-of-cloud-computing</guid><dc:creator><![CDATA[Manubhav Sharma]]></dc:creator><pubDate>Tue, 19 May 2026 12:07:07 GMT</pubDate><content:encoded><![CDATA[<h3>What is Cloud?</h3>
<p>It's like having a powerful computer somewhere out there on the web that you can use for tasks without needing to own or physically manage the hardware. This allows users to access data and applications from anywhere with an internet connection.</p>
<p>In simpler terms, using someone else's server that is maintained by them, owned by them, but you can use it on the internet by paying for it like a service.</p>
<h3>What is cloud computing?</h3>
<p>Cloud computing is a technology model that involves the delivery of computing services over the internet. Instead of owning and maintaining physical servers and infrastructure, users can access and use</p>
<ul>
<li><p>computing resources,</p>
</li>
<li><p>applications,</p>
</li>
<li><p>storage</p>
</li>
</ul>
<p>provided by either third-party service providers (public cloud) or their own organization (private cloud) through the internet. These services are hosted in data centers located around the world.</p>
<h3>Public cloud:</h3>
<p>Cloud services hosted for public use i.e. publicly available cloud services which anyone can use by buying a subscription.</p>
<p>Who Uses It: Everyone, like individuals, businesses, and organizations.</p>
<p>What It's Like: Imagine a giant, shared computer space on the internet. It's like using apps, storing files, or doing tasks on the internet that anyone can access.</p>
<p>Example: Think of Google Drive or Amazon Web Services (AWS).</p>
<h3>Private cloud:</h3>
<p>Cloud services hosted for an organization's personal use i.e. no one outside the organization can access these services.</p>
<p>Who Uses It: One specific organization or business.</p>
<p>What It's Like: Picture having your own personal, private computer space. It's like a digital clubhouse where only you and your team have access. Others can't just drop in.</p>
<p>Example: A company using its own server for all its digital needs.</p>
<h3>Hybrid cloud:</h3>
<p>When a company uses both public and private cloud.</p>
<p>Who Uses It: A mix of everyone, depending on needs.</p>
<p>What It's Like: It's like having your private computer space, but sometimes you use the shared internet space too.</p>
<p>Example: A business storing sensitive data in its private space but using the public cloud for extra storage or specific tasks.</p>
<p><strong>In a Nutshell:</strong></p>
<p>Public Cloud: Shared digital space for everyone.</p>
<p>Private Cloud: Your own exclusive digital space.</p>
<p>Hybrid Cloud: Using both your private space and the shared online space when needed.</p>
]]></content:encoded></item></channel></rss>