<?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: Henry</title>
    <description>The latest articles on DEV Community by Henry (@henryclouddg).</description>
    <link>https://dev.to/henryclouddg</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%2F1095414%2Ff9585dd8-a70b-4762-8162-480a70b4343f.png</url>
      <title>DEV Community: Henry</title>
      <link>https://dev.to/henryclouddg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/henryclouddg"/>
    <language>en</language>
    <item>
      <title>Creating a Linux Virtual Machine on Azure Using Custom Templates</title>
      <dc:creator>Henry</dc:creator>
      <pubDate>Tue, 04 Jul 2023 00:27:48 +0000</pubDate>
      <link>https://dev.to/henryclouddg/creating-a-linux-virtual-machine-on-azure-using-custom-templates-47nf</link>
      <guid>https://dev.to/henryclouddg/creating-a-linux-virtual-machine-on-azure-using-custom-templates-47nf</guid>
      <description>&lt;p&gt;Azure, Microsoft's cloud computing platform, provides a seamless experience for creating and managing virtual machines (VMs). With Azure's flexibility, you can leverage custom templates to streamline the process of provisioning Linux-based VMs. In this blog post, we will guide you through the steps to create a Linux virtual machine on Azure using custom templates.&lt;/p&gt;

&lt;p&gt;Step 1: Prepare the Custom Template.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LWYtIAHU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qhb9la5ii5gm7lfqad0n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LWYtIAHU--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qhb9la5ii5gm7lfqad0n.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;br&gt;
Begin by logging into your Azure account and search for Deploy a custom template then create or obtain a custom template that defines the configuration of your Linux VM. Azure Resource Manager (ARM) templates are written in JSON and allow you to define the desired state of your infrastructure. You can either create your own template or leverage existing templates from Azure Quickstart Templates or the Azure Marketplace. Today we will be working with the Quickstart Templates.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AnDut7NR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hvkvz85fxxye8yg5b0ej.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AnDut7NR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hvkvz85fxxye8yg5b0ej.png" alt="Image description" width="800" height="482"&gt;&lt;/a&gt;&lt;br&gt;
Step 2: Then select 'create a linux virtual machine'&lt;br&gt;
You can decide to edit the template, edit the parameters or visualize depending on your desired customization.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fjm6X6sb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7uxyy7bwd91o4rww45nf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fjm6X6sb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7uxyy7bwd91o4rww45nf.png" alt="Image description" width="800" height="461"&gt;&lt;/a&gt;&lt;br&gt;
step 3: Add Your Admin name, select authentication type as password for a quick connection the input your chosen password.Then click the &lt;em&gt;review+create&lt;/em&gt; button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EsxTMPnP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1veg8j4wxbto0csgg1h7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EsxTMPnP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1veg8j4wxbto0csgg1h7.png" alt="Image description" width="800" height="479"&gt;&lt;/a&gt;&lt;br&gt;
Step 4: once validation is passed, click on the create button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--G0_JwnSE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8pa7kl948ub5cxpldkq9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--G0_JwnSE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8pa7kl948ub5cxpldkq9.png" alt="Image description" width="800" height="502"&gt;&lt;/a&gt;&lt;br&gt;
Once you have successfully deployed, go to the resource group.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4ZSXuXUA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cx5xzaohzw6k2p9jpsj0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4ZSXuXUA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cx5xzaohzw6k2p9jpsj0.png" alt="Image description" width="800" height="440"&gt;&lt;/a&gt;&lt;br&gt;
Step 5: Then click on the VM named simplelinuxvm.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--FdVGQnkv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ejah01yqk4wajotu54n1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--FdVGQnkv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ejah01yqk4wajotu54n1.png" alt="Image description" width="800" height="355"&gt;&lt;/a&gt;&lt;br&gt;
Then click on connect which is on the upper left side of the VM screen.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--n2EIYOzv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7py70igz841l4i6zd3q6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--n2EIYOzv--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7py70igz841l4i6zd3q6.png" alt="Image description" width="800" height="402"&gt;&lt;/a&gt;&lt;br&gt;
To connect to your linux you created on Azure, go to powershell terminal or input the following command in your linux terminal.&lt;br&gt;
ssh  and  then click enter.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cmsiljXI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1clceguwby7pg69ntb5k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cmsiljXI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1clceguwby7pg69ntb5k.png" alt="Image description" width="800" height="456"&gt;&lt;/a&gt;&lt;br&gt;
Once the details are entered properly, You will be connected to your VM.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jG9t2QZI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ww1sslb2oxmvm3doyy92.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jG9t2QZI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ww1sslb2oxmvm3doyy92.png" alt="Image description" width="800" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A Step-by-Step Guide: Adding and Initializing a Data Disk for a Virtual Machine for Azure</title>
      <dc:creator>Henry</dc:creator>
      <pubDate>Thu, 29 Jun 2023 07:31:24 +0000</pubDate>
      <link>https://dev.to/henryclouddg/a-step-by-step-guide-adding-and-initializing-a-data-disk-for-a-virtual-machine-for-azure-4ojh</link>
      <guid>https://dev.to/henryclouddg/a-step-by-step-guide-adding-and-initializing-a-data-disk-for-a-virtual-machine-for-azure-4ojh</guid>
      <description>&lt;p&gt;As businesses and individuals increasingly rely on virtual machines (VMs) for their computing needs, the need to expand storage capacity becomes inevitable. Fortunately, virtualization platforms like Azure, AWS, and VMware offer the flexibility to add data disks to VMs effortlessly. In this blog post, we will walk you through the process of adding a data disk to a virtual machine and initializing it for use. Let's dive in!&lt;/p&gt;

&lt;p&gt;Step 1: Identify the Virtual Machine and Disk Specifications&lt;br&gt;
First and foremost, identify the virtual machine to which you want to add a data disk. Then from the menu on the left hand side select the &lt;em&gt;disk&lt;/em&gt; option,&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--u-EyG8EX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h4oc7qt3wqpexr5gcqil.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--u-EyG8EX--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h4oc7qt3wqpexr5gcqil.png" alt="Image description" width="800" height="350"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2: Once selected then from the options available select create and attach new disk.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VXmtwcR0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xgyebxmxll293rcyx5qv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VXmtwcR0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xgyebxmxll293rcyx5qv.png" alt="Image description" width="800" height="323"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3: Now give the new disk a name and a select a number to identify with the new disk then click save.If it displays an extra space for a new disk just go to the extreme right and click the &lt;em&gt;x&lt;/em&gt; to close before you save.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OhvmK2WL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h9zzimij9t1bk5wa28wk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OhvmK2WL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h9zzimij9t1bk5wa28wk.png" alt="Image description" width="800" height="285"&gt;&lt;/a&gt;&lt;br&gt;
Step 4: connect to your VM and then download the RDP file. Follow the prompt and input username and password.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vVn9dSM_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jeuldkvdntx2bj0u4a58.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vVn9dSM_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jeuldkvdntx2bj0u4a58.png" alt="Image description" width="800" height="347"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 5: Access your VM and click on the windows a&lt;br&gt;
icon and select disk management.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zC1-sHZ6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5ss0606pyhpsgzs7f3md.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zC1-sHZ6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5ss0606pyhpsgzs7f3md.png" alt="Image description" width="800" height="440"&gt;&lt;/a&gt;&lt;br&gt;
Step 6: select the required disk and click ok.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fYfarfNf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5r9pwwx0ctui54kmkeul.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fYfarfNf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5r9pwwx0ctui54kmkeul.png" alt="Image description" width="758" height="603"&gt;&lt;/a&gt;&lt;br&gt;
Step 7: right click on the selected new disk and from  the munu choose extend or shrink depending on your requirement.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5-i9cOfK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/21hrc07rehqn9wc5vav7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5-i9cOfK--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/21hrc07rehqn9wc5vav7.png" alt="Image description" width="772" height="586"&gt;&lt;/a&gt;&lt;br&gt;
Step 8: Click on next to set up  the wizard.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xvtZ1S-T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x1qfkmdqx8fnjfym0uk5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xvtZ1S-T--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x1qfkmdqx8fnjfym0uk5.png" alt="Image description" width="747" height="601"&gt;&lt;/a&gt;&lt;br&gt;
Step 9: select the size that you require then click next.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Jo6eM1n5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/851uqo2sm5aoxnyuo2t5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Jo6eM1n5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/851uqo2sm5aoxnyuo2t5.png" alt="Image description" width="747" height="562"&gt;&lt;/a&gt;&lt;br&gt;
Step 10: Then click on finish to complete set up&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cF9JyNWQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4ofnx7hsp12jahobstfb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cF9JyNWQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4ofnx7hsp12jahobstfb.png" alt="Image description" width="740" height="583"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The new disk how now been set up.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--U5vJFTvx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/49rjb71fq2ph4znwiy2t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--U5vJFTvx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/49rjb71fq2ph4znwiy2t.png" alt="Image description" width="754" height="606"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can view your new disk as shown below. It is now available for use.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2nxI1U_I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kmn2noimql4etjxuvl3k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2nxI1U_I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kmn2noimql4etjxuvl3k.png" alt="Image description" width="800" height="421"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A Step-by-Step Guide: Hosting a Static Website on Azure Blob Storage</title>
      <dc:creator>Henry</dc:creator>
      <pubDate>Sat, 24 Jun 2023 08:02:54 +0000</pubDate>
      <link>https://dev.to/henryclouddg/a-step-by-step-guide-hosting-a-static-website-on-azure-blob-storage-3c71</link>
      <guid>https://dev.to/henryclouddg/a-step-by-step-guide-hosting-a-static-website-on-azure-blob-storage-3c71</guid>
      <description>&lt;p&gt;we are in an era of digital presence,where having a website has become an essential aspect of any business or personal brand. Azure Blob Storage, a cloud-based object storage solution provided by Microsoft Azure, offers a cost-effective and reliable way to host static websites. In this blog post, we'll walk you through the process of hosting a static website on Azure Blob Storage, enabling you to share your content with the world.&lt;/p&gt;

&lt;p&gt;Step 1: Create an Azure Storage Account:&lt;br&gt;
To begin, you need an Azure Storage account to host your static website. If you don't have an Azure subscription, you can sign up for a free account. Once you have an account, navigate to the Azure portal and create a new Storage Account.See the link for more information &lt;a href="https://dev.to/henryclouddg/guide-to-create-an-azure-storage-account-blob-storage-3dhi"&gt;create an Azure storage&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2: Enable the Static Website feature:&lt;br&gt;
Once your Storage Account is created, go to the "Static website" blade under the "Settings" section. Enable the static website feature by specifying the index document name (e.g., "index.html") and, optionally, the error document path. This allows Azure to serve the specified index page when a user visits your website.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OMw9nius--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pzj46iq2silzy97c9c7q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OMw9nius--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pzj46iq2silzy97c9c7q.png" alt="Image description" width="800" height="306"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9lqXmMq_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/332jzcydgsco33s11fbz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9lqXmMq_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/332jzcydgsco33s11fbz.png" alt="Image description" width="800" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3: Upload your website content:&lt;br&gt;
Now, you can upload your website content to the Azure Blob Storage web container which will be automatically created under the container section and labelled as $web.Now navigate to it and upload your HTML, CSS, JavaScript, and other static files. Make sure to include the index.html file as specified in the static website configuration.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qAIOhCUJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/77xzyxz5h22kuxok37i3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qAIOhCUJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/77xzyxz5h22kuxok37i3.png" alt="Image description" width="800" height="311"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 4: Set the container's access level:&lt;br&gt;
To make your website content publicly accessible, you need to set the container's access level. In the container's "Access policy" blade, select the "Blob (anonymous read access for blobs only)" option. This allows anyone to view the files in the container without requiring authentication.&lt;/p&gt;

&lt;p&gt;Step 5: Configure a custom domain (optional):&lt;br&gt;
If you want to use a custom domain for your static website, you can configure it in the Azure portal. Under the "Static website" blade, find the "Custom domain" section, enter your domain name, and follow the provided instructions to set up the required DNS records.&lt;/p&gt;

&lt;p&gt;Step 6: Verify and access your website:&lt;br&gt;
After completing the previous steps, your static website should be ready to go. Azure Blob Storage provides you with a URL (e.g., &lt;a href="https://yourstorageaccount.z22.web.core.windows.net"&gt;https://yourstorageaccount.z22.web.core.windows.net&lt;/a&gt;) to access your website. You can test the website by opening the URL in a web browser and navigating through the pages.&lt;/p&gt;

&lt;p&gt;Conclusion:&lt;br&gt;
Hosting a static website on Azure Blob Storage is a straightforward process that provides a cost-effective and scalable solution for sharing your content with the world. By following the steps outlined in this guide, you can quickly get your static website up and running on the Azure cloud platform. Embrace the power of Azure Blob Storage to showcase your brand, blog, or portfolio efficiently and reliably.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Guide To Create an Azure Storage Account; Blob Storage</title>
      <dc:creator>Henry</dc:creator>
      <pubDate>Sat, 17 Jun 2023 15:51:47 +0000</pubDate>
      <link>https://dev.to/henryclouddg/guide-to-create-an-azure-storage-account-blob-storage-3dhi</link>
      <guid>https://dev.to/henryclouddg/guide-to-create-an-azure-storage-account-blob-storage-3dhi</guid>
      <description>&lt;p&gt;Intro:&lt;br&gt;
We all know that Azure is a powerful cloud computing platform provided by Microsoft and they offer a wide range of services for building, deploying, and managing applications and infrastructure. Creating an Azure account is the first step towards exploring its capabilities. &lt;/p&gt;

&lt;p&gt;Azure Storage provides a scalable and secure cloud storage solution for various data types. &lt;br&gt;
Now let me will walk you through the process of creating an Azure storage account and enabling access to start leveraging this feature.&lt;/p&gt;

&lt;p&gt;Step 1: Visit the Azure Portal at https//portal.azure.com To get started by signing if you already have an account or you create a free account if you do not have one.&lt;/p&gt;

&lt;p&gt;Step 2: Navigate to Storage Accounts.&lt;br&gt;
Once you are signed in to the Azure portal, locate the navigation menu on the left-hand side. Scroll down or search for "Storage Accounts" and click on it. This will take you to the Storage Accounts page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--sNv4Qgtd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/00hpaizh0zb0ag1xtij4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--sNv4Qgtd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/00hpaizh0zb0ag1xtij4.png" alt="Image description" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3: Create a new storage account. On the Storage Accounts page, click on the "create" button to create a new storage account.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aEJncMW3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6drs90nco8g440iii6p6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aEJncMW3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6drs90nco8g440iii6p6.png" alt="Image description" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 4: Right under the project details Provide the necessary information required(see Checked marks) e.g Subscription, resource group, Storage account name, region, configure advanced settings(optional).&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TQLtDraw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/28is23wnil9dcpyffhgg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TQLtDraw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/28is23wnil9dcpyffhgg.png" alt="Image description" width="800" height="492"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dQ1bdp67--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rswhiyru5sw4aw9slak6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dQ1bdp67--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rswhiyru5sw4aw9slak6.png" alt="Image description" width="800" height="488"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 5: Review and create:&lt;br&gt;
Once you have filled in the required details, review your settings to ensure everything is correct. Click on "Review then create" at the bottom of the page.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2i4F5n4V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yi7awnhcy3rcrri44ivj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2i4F5n4V--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yi7awnhcy3rcrri44ivj.png" alt="Image description" width="800" height="479"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Azure will validate your settings and create the storage account. This process may take a few moments. Once the account is created successfully, you will see a notification.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kwfX2rip--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sw2xp2i6hm8otsqiv50z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kwfX2rip--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sw2xp2i6hm8otsqiv50z.png" alt="Image description" width="800" height="388"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 6: Now select the storage account you created and search for 'containers' from the left side menu.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yicVi_Gh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/81utkcw9zv8poej6xxnn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yicVi_Gh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/81utkcw9zv8poej6xxnn.png" alt="Image description" width="800" height="428"&gt;&lt;/a&gt;&lt;br&gt;
Step 7: click on containers and then click the '+container' button. a mini tab on  the right opens up when you do that.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--GnwHi5UG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/edzlq1s4sh7985mbzu8q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--GnwHi5UG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/edzlq1s4sh7985mbzu8q.png" alt="Image description" width="800" height="398"&gt;&lt;/a&gt;&lt;br&gt;
Step 8: Now input the name you would like to call your container and then change the &lt;em&gt;public access level&lt;/em&gt; from private to Blob. This way it guarantees that your storage can be view by external 3rd parties.&lt;br&gt;
Step 9: The click the create button on the lower right side on the same tab.This will process for some few seconds then you will see  'Successfully created storage container'.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--CIASK8-o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4t6qhbkq363bisyga83q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CIASK8-o--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4t6qhbkq363bisyga83q.png" alt="Image description" width="800" height="407"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Congratulations!!! You have successfully created a storage account and also added a blob storage with public access.&lt;/p&gt;

&lt;p&gt;Step 10: To Upload a file into the storage container. First is to click on the container you have created and then select upload.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--0Ofsz4xW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/csipp7r0j5ygk72gie4p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--0Ofsz4xW--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/csipp7r0j5ygk72gie4p.png" alt="Image description" width="800" height="338"&gt;&lt;/a&gt;&lt;br&gt;
A tab opens up on the right side of the screen that gives you access to either 'drag and drop' files or 'browse' the file you would like to upload.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2ySPDCki--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gb3vulsqiu5o52pvi50x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2ySPDCki--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gb3vulsqiu5o52pvi50x.png" alt="Image description" width="800" height="406"&gt;&lt;/a&gt;&lt;br&gt;
Step 11: Now select the file you would like to upload on your container blob storage and the click the upload button.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--h8pnYRVp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uls1usmj45j8fikiko1d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h8pnYRVp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uls1usmj45j8fikiko1d.png" alt="Image description" width="800" height="283"&gt;&lt;/a&gt;&lt;br&gt;
Congratulations!!! You have successfully uploaded a file into your storage account.&lt;/p&gt;

&lt;p&gt;Now let me show you how to share your file to the public viewer by just given them the URL for the file in your storage account.&lt;/p&gt;

&lt;p&gt;Step 1. Click the file you successfully uploaded in your storage container.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lQxuW0Qa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gh4w8d64mzkvqk3cz45j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lQxuW0Qa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gh4w8d64mzkvqk3cz45j.png" alt="Image description" width="800" height="383"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Click on this icon to copy the link to the file and share it to whoever you would like to show what you have successfully uploaded into your container storage.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nZvM8GCz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7uptx17gp9gmkz4w6omu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nZvM8GCz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7uptx17gp9gmkz4w6omu.png" alt="Image description" width="800" height="395"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now the link can be Pasted on any of your favorite browsers and it will instantly direct the viewer to the saved file.&lt;/p&gt;

&lt;p&gt;Azure Storage also has different storage &lt;em&gt;Tiers&lt;/em&gt;, Hot Tier, Cool Tier and Archive Tier.These tiers allow you to choose the most cost-effective storage option based on the frequency of access and the desired level of data availability. Let's explore each tier in more detail:&lt;/p&gt;

&lt;p&gt;To change the Tier of level for your uploaded file, First search and open your storage account, Click on the storage name you want to work on;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--tNYBwb8Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ln7vi7sinuxe5fgx654j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--tNYBwb8Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ln7vi7sinuxe5fgx654j.png" alt="Image description" width="800" height="180"&gt;&lt;/a&gt;&lt;br&gt;
 Then click on containers;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--YPV5JmFn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/at4rdks4sq9goum7z1qj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--YPV5JmFn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/at4rdks4sq9goum7z1qj.png" alt="Image description" width="800" height="332"&gt;&lt;/a&gt;&lt;br&gt;
Then select the the container that contains the file you want to change the Tier.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XSWxXyDH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/offat0qxs372bidimdzx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XSWxXyDH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/offat0qxs372bidimdzx.png" alt="Image description" width="800" height="283"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then go ahead and click on the file that you want to change the Tier.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Yr-TlGBz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1rihlbilczvxqiq2oq4f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Yr-TlGBz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1rihlbilczvxqiq2oq4f.png" alt="Image description" width="800" height="239"&gt;&lt;/a&gt;&lt;br&gt;
Once you have done that you can easily toggle btw Tiers from this point on depending on what you want with the file.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZINJPN0R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3ho5ylzdl69hfff6pd6e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZINJPN0R--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3ho5ylzdl69hfff6pd6e.png" alt="Image description" width="800" height="381"&gt;&lt;/a&gt;&lt;br&gt;
Hot Tier:&lt;br&gt;
The Hot Tier is designed for frequently accessed data that requires low-latency access times and high availability. It offers the highest storage cost per gigabyte compared to other tiers but provides faster access and immediate availability of data. The Hot Tier is suitable for applications that require real-time data access, quick retrieval, and frequent updates.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kUt2V4Zs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vo4aee2yymy60xdfed09.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kUt2V4Zs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/vo4aee2yymy60xdfed09.png" alt="Image description" width="800" height="371"&gt;&lt;/a&gt;&lt;br&gt;
Cool Tier:&lt;br&gt;
The Cool Tier is optimized for infrequently accessed data that can tolerate slightly higher access times and has lower availability requirements. It offers a lower storage cost compared to the Hot Tier but incurs higher retrieval costs. The Cool Tier is suitable for data that is accessed less frequently, such as backups, archives, and long-term storage.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rOTbDs4v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/67lje67ipeop8aogk6ca.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rOTbDs4v--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/67lje67ipeop8aogk6ca.png" alt="Image description" width="800" height="369"&gt;&lt;/a&gt;&lt;br&gt;
Archive Tier:&lt;br&gt;
The Archive Tier is the most cost-effective option for long-term retention of rarely accessed data that can tolerate longer retrieval times and lower availability. It offers the lowest storage cost but incurs the highest retrieval costs and longer access times. The Archive Tier is suitable for data that needs to be stored for a long time, such as compliance data, regulatory archives, or historical records.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Xghi4o3Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6q8sh2xjeaosb4ovqo76.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Xghi4o3Y--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6q8sh2xjeaosb4ovqo76.png" alt="Image description" width="800" height="293"&gt;&lt;/a&gt;&lt;br&gt;
Always click on save once you have finished with the selection.&lt;/p&gt;

&lt;p&gt;By choosing the appropriate storage tier based on the access pattern and requirements of your data, you can optimize costs and effectively manage your data storage in Azure Storage.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Creating a resource group using Azure CLI</title>
      <dc:creator>Henry</dc:creator>
      <pubDate>Sat, 10 Jun 2023 17:10:12 +0000</pubDate>
      <link>https://dev.to/henryclouddg/creating-a-resource-group-using-azure-cli-4f3b</link>
      <guid>https://dev.to/henryclouddg/creating-a-resource-group-using-azure-cli-4f3b</guid>
      <description>&lt;p&gt;The Azure command line interfase (CLI) is a powerful tool that allows  developers and IT professionals to manage and interact with Azure resources through the command line. In this beginner's guide, we will explore how to create a resource group using Azure CLI. A resource group is a logical container for organizing and managing Azure resources in a unified manner. Now lets learn the step-by-step process of creating a resource group using Azure CLI.&lt;/p&gt;

&lt;p&gt;Step1: Make sure you have installed and set up the Azure CLI on your local machine then log in using the &lt;strong&gt;az login&lt;/strong&gt; command  line.&lt;/p&gt;

&lt;p&gt;Step2: create a resource group. Use the &lt;strong&gt;az group create&lt;/strong&gt; followed by all other parameters. e.g.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZEomImf9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/khrryhcdob668fl85cc8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZEomImf9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/khrryhcdob668fl85cc8.png" alt="Image description" width="609" height="43"&gt;&lt;/a&gt;&lt;br&gt;
You can choose any name you want and the region you want the resource to be hosted on.&lt;br&gt;
Verify that the resource group has been created.After the resource group has been created, Azure CLI will provide information about the newly created resource group, including its name, location, and ID e.g.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--F4mGCxhb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tgvzjgpwdp1qyvyrkkqw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--F4mGCxhb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tgvzjgpwdp1qyvyrkkqw.png" alt="Image description" width="718" height="170"&gt;&lt;/a&gt;&lt;br&gt;
Conclusion:&lt;br&gt;
Congratulations! You have successfully created a resource group using Azure CLI. Resource groups serve as an essential organizational component in Azure, enabling you to manage and group your Azure resources efficiently. By following these simple steps, you can start organizing your resources and leverage the power of Azure CLI to streamline your Azure management tasks.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Uses and benefits of the Azure mobile App</title>
      <dc:creator>Henry</dc:creator>
      <pubDate>Fri, 09 Jun 2023 16:22:38 +0000</pubDate>
      <link>https://dev.to/henryclouddg/uses-and-benefits-of-the-azure-mobile-app-55ff</link>
      <guid>https://dev.to/henryclouddg/uses-and-benefits-of-the-azure-mobile-app-55ff</guid>
      <description>&lt;p&gt;The Azure mobile app is a powerful tool that provides several benefits and uses for developers and IT professionals working with Microsoft Azure. Here are some key benefits and uses of the Azure mobile app:&lt;/p&gt;

&lt;p&gt;Monitoring and troubleshooting: The Azure mobile app allows you to monitor the health and performance of your Azure resources and services from anywhere. You can view metrics, alerts, and logs to identify and troubleshoot issues quickly.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OMLUfemm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ww3g98vq1gutsuxhs7y2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OMLUfemm--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ww3g98vq1gutsuxhs7y2.jpg" alt="Image description" width="800" height="1666"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Resource management: With the Azure mobile app, you can manage and control your Azure resources on the go. You can start, stop, and restart virtual machines, scale resources, manage storage accounts, and perform various administrative tasks.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1jVd601A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xa57k5eggqjuupil3to2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1jVd601A--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xa57k5eggqjuupil3to2.jpg" alt="Image description" width="800" height="1587"&gt;&lt;/a&gt;&lt;br&gt;
Notifications and alerts: The app enables you to set up custom notifications and alerts for Azure resources. You can receive push notifications for critical events, such as service health incidents, resource failures, or thresholds being reached.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HRvfpg5s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hk0k15xgkj0r2bv4j57p.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HRvfpg5s--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hk0k15xgkj0r2bv4j57p.jpg" alt="Image description" width="800" height="1666"&gt;&lt;/a&gt;&lt;br&gt;
Cost management: Azure mobile app provides insights into your Azure costs, allowing you to track and manage your spending. You can view cost breakdowns, set budgets, and receive cost alerts to avoid unexpected expenses.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--covWkURx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yau90dotxgak16rnasu7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--covWkURx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yau90dotxgak16rnasu7.jpg" alt="Image description" width="800" height="1673"&gt;&lt;/a&gt;&lt;br&gt;
Security and identity: It offers a secure way to access your Azure resources with multi-factor authentication and support for Azure Active Directory. You can view and manage access control for your resources, ensuring the security of your cloud infrastructure.&lt;/p&gt;

&lt;p&gt;Collaboration and sharing: The app facilitates collaboration among team members by allowing you to share information and collaborate on issues or incidents. You can easily share resource insights, metrics, and logs with your colleagues.&lt;/p&gt;

&lt;p&gt;Integration with Azure DevOps: The Azure mobile app integrates with Azure DevOps, enabling you to stay updated on your pipelines, builds, and deployments. You can receive notifications and monitor the progress of your DevOps projects.&lt;/p&gt;

&lt;p&gt;On-the-go accessibility: The mobile app provides convenient access to Azure services and resources from your mobile device, allowing you to stay connected and productive while you're away from your computer.&lt;/p&gt;

&lt;p&gt;These are just a few examples of the benefits and uses of the Azure mobile app. It's a versatile tool that empowers Azure users to manage and monitor their resources&lt;/p&gt;

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