{"id":411,"date":"2026-06-25T14:26:55","date_gmt":"2026-06-25T14:26:55","guid":{"rendered":"https:\/\/myallcodes.in\/?p=411"},"modified":"2026-06-25T14:26:55","modified_gmt":"2026-06-25T14:26:55","slug":"cloud-fundamentals-day-1-what-is-cloud-computing-create-your-first-azure-resource-group","status":"publish","type":"post","link":"https:\/\/myallcodes.in\/index.php\/2026\/06\/25\/cloud-fundamentals-day-1-what-is-cloud-computing-create-your-first-azure-resource-group\/","title":{"rendered":"Cloud Fundamentals \u2013 Day 1: What is Cloud Computing? Create Your First Azure Resource Group"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Cloud Computing has revolutionized the way organizations manage and deploy their IT infrastructure. Instead of investing in physical servers and maintaining data centers, companies can now access resources on demand from cloud providers like Microsoft Azure, AWS, and Google Cloud. <br><br>If you\u2019re beginning your Cloud or DevOps journey, getting a handle on cloud computing is the first step. <br><br>In this article, we\u2019ll explore: <br>What Cloud Computing entails <br>The differences between Traditional IT and Cloud Computing <br>The perks of Cloud Computing <br>How to create your first Azure Resource Group<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What is Cloud Computing?<\/h2>\n\n\n\n<p>Cloud Computing is the delivery of computing services such as servers, storage, networking, databases, and applications over the internet.<\/p>\n\n\n\n<p>Rather than buying and maintaining physical infrastructure, organizations can rent resources from cloud providers and pay only for what they use.<\/p>\n\n\n\n<p>Think of it like electricity:<\/p>\n\n\n\n<p>You don&#8217;t build your own power plant to use electricity. Similarly, organizations don&#8217;t always need to build and maintain their own data centers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Traditional IT vs Cloud Computing<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Traditional IT<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Purchase physical servers<\/li>\n\n\n\n<li>Maintain hardware<\/li>\n\n\n\n<li>High upfront investment<\/li>\n\n\n\n<li>Scaling requires purchasing additional hardware<\/li>\n\n\n\n<li>Longer deployment times<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Cloud Computing<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Resources available on demand<\/li>\n\n\n\n<li>Pay-as-you-go pricing<\/li>\n\n\n\n<li>Easy scalability<\/li>\n\n\n\n<li>Faster deployment<\/li>\n\n\n\n<li>Reduced operational overhead<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Benefits of Cloud Computing<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Cost Savings<\/h3>\n\n\n\n<p>Organizations only pay for the resources they consume.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Scalability<\/h3>\n\n\n\n<p>Resources can be scaled up or down based on demand.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. High Availability<\/h3>\n\n\n\n<p>Cloud providers offer services across multiple regions for better reliability.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Faster Deployment<\/h3>\n\n\n\n<p>Resources can be provisioned in minutes rather than days or weeks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Global Reach<\/h3>\n\n\n\n<p>Applications can be deployed closer to users around the world.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Hands-On Lab: Create Your First Azure Resource Group<\/h2>\n\n\n\n<p>A Resource Group is a logical container that holds Azure resources such as Virtual Machines, Storage Accounts, and Virtual Networks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Sign in to Azure Portal<\/h3>\n\n\n\n<p>Open the Azure Portal and sign in using your Azure account.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Search for Resource Groups<\/h3>\n\n\n\n<p>In the search bar, type:<\/p>\n\n\n\n<p>Resource Groups<\/p>\n\n\n\n<p>Click on the Resource Groups service.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Create a New Resource Group<\/h3>\n\n\n\n<p>Click:<\/p>\n\n\n\n<p>Create<\/p>\n\n\n\n<p>Provide the following information:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Subscription: Select your subscription<\/li>\n\n\n\n<li>Resource Group Name: rg-cloudfundamentals-demo<\/li>\n\n\n\n<li>Region: Choose your preferred region<\/li>\n<\/ul>\n\n\n\n<p>Click Review + Create.<\/p>\n\n\n\n<p>Then click Create.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Verify Deployment<\/h3>\n\n\n\n<p>After deployment completes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open the Resource Group<\/li>\n\n\n\n<li>Review the Overview page<\/li>\n\n\n\n<li>Notice that it currently contains no resources<\/li>\n<\/ul>\n\n\n\n<p>This Resource Group is now ready to host Azure resources.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Delete the Resource Group<\/h3>\n\n\n\n<p>To avoid unnecessary charges:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open the Resource Group<\/li>\n\n\n\n<li>Click Delete Resource Group<\/li>\n\n\n\n<li>Enter the Resource Group name<\/li>\n\n\n\n<li>Confirm deletion<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Key Takeaways<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cloud Computing delivers IT resources over the internet.<\/li>\n\n\n\n<li>Organizations benefit from scalability, flexibility, and cost savings.<\/li>\n\n\n\n<li>Azure Resource Groups help organize and manage cloud resources.<\/li>\n\n\n\n<li>Creating a Resource Group is often the first step when deploying resources in Azure.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s Next?<\/h2>\n\n\n\n<p>In Day 2 of this series, we&#8217;ll learn about IaaS, PaaS, and SaaS and deploy our first Azure Virtual Machine.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Cloud Computing has revolutionized the way organizations manage and deploy their IT infrastructure. Instead of investing in physical servers and maintaining data centers, companies can now access resources on demand from cloud providers like Microsoft Azure, AWS, and Google Cloud. If you\u2019re beginning your Cloud or DevOps journey, getting a handle on cloud computing\u2026 <span class=\"read-more\"><a href=\"https:\/\/myallcodes.in\/index.php\/2026\/06\/25\/cloud-fundamentals-day-1-what-is-cloud-computing-create-your-first-azure-resource-group\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-411","post","type-post","status-publish","format-standard","hentry","category-power-shell-scripts"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/posts\/411","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/comments?post=411"}],"version-history":[{"count":1,"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/posts\/411\/revisions"}],"predecessor-version":[{"id":412,"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/posts\/411\/revisions\/412"}],"wp:attachment":[{"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/media?parent=411"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/categories?post=411"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/myallcodes.in\/index.php\/wp-json\/wp\/v2\/tags?post=411"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}