<?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: Emmanuel</title>
    <description>The latest articles on DEV Community by Emmanuel (@degreatkhali).</description>
    <link>https://dev.to/degreatkhali</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%2F3885718%2F4c7c3ac1-e1e6-476e-930f-eb99e96b0719.png</url>
      <title>DEV Community: Emmanuel</title>
      <link>https://dev.to/degreatkhali</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/degreatkhali"/>
    <language>en</language>
    <item>
      <title>From Zero to Secure: Setting Up Azure Storage on My DevOps Journey</title>
      <dc:creator>Emmanuel</dc:creator>
      <pubDate>Tue, 21 Apr 2026 12:03:35 +0000</pubDate>
      <link>https://dev.to/degreatkhali/from-zero-to-secure-setting-up-azure-storage-on-my-devops-journey-3g97</link>
      <guid>https://dev.to/degreatkhali/from-zero-to-secure-setting-up-azure-storage-on-my-devops-journey-3g97</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpo5pvxesb83s3tliw8mx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpo5pvxesb83s3tliw8mx.png" alt=" " width="800" height="482"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everyone starts somewhere. The goal was straightforward: Create a secure, cost-effective storage account in Azure using the guided Lab which you can find on Microsoft Learn. Think of it as setting up a digital locker where your data lives safely in the cloud.&lt;br&gt;
Here is what I did, what I learned, and why it matters.&lt;/p&gt;




&lt;p&gt;Step 1: Creating a Resource Group&lt;/p&gt;

&lt;p&gt;Before building anything, I needed somewhere to put it. In Azure, that's a resource group essentially a logical container that keeps related resources organized and easy to manage. It is a small step, but a foundational one. Good organization now saves headaches later.&lt;/p&gt;

&lt;p&gt;Resource group creation in Azure Portal- can be found for searching the portal and selecting it&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftkp6lfrhoav1ifmfss1n.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftkp6lfrhoav1ifmfss1n.png" alt=" " width="800" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2: Setting Up the Storage Account&lt;/p&gt;

&lt;p&gt;Next came the storage account itself the actual "locker." Azure storage accounts can hold blobs, files, queues, and tables. For this lab, I focused on understanding the configuration options: naming conventions, region selection, and performance tiers.&lt;br&gt;
It is surprisingly satisfying clicking through a wizard and watching a cloud resource come to life.&lt;/p&gt;

&lt;p&gt;Storage account created in Azure Portal with a unique name.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fssujgslhkrneqhbhvx3x.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fssujgslhkrneqhbhvx3x.png" alt=" " width="800" height="628"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3: Locking It Down — Security Settings&lt;/p&gt;

&lt;p&gt;This was the most important part. I applied three key security configurations:&lt;br&gt;
• Secure transfer only — enforces HTTPS, rejecting any plain HTTP connections&lt;br&gt;
• Minimum TLS version — set to TLS 1.2 to block outdated, vulnerable protocols&lt;br&gt;
• Shared key access disabled — forces authentication through Azure Active Directory instead of less secure key-based access&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh70o85cgtt2xhvwrfbdi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh70o85cgtt2xhvwrfbdi.png" alt=" " width="800" height="705"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These are not optional extras — they are baseline hygiene for any cloud storage setup.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fswn58jl467bf0dm71ard.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fswn58jl467bf0dm71ard.png" alt=" " width="800" height="395"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 4: Redundancy and Networking&lt;/p&gt;

&lt;p&gt;Since this was a training lab, I made practical trade-offs:&lt;br&gt;
• Redundancy: I chose Locally Redundant Storage (LRS), which is the most affordable option, suitable for non-critical data.&lt;br&gt;
• Networking: I kept public network access enabled to allow the lab tasks to run without friction.&lt;/p&gt;

&lt;p&gt;In a production environment, I will likely switch to geo-redundant storage and lock down network access to specific virtual networks or private endpoints. But knowing why you'd make that change is exactly what lab like this teaches you.&lt;br&gt;
Redundancy and networking configuration&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffjs73ka4bvg5bm2wl9n1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffjs73ka4bvg5bm2wl9n1.png" alt=" " width="800" height="349"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This lab was not about storing real data — it was about building a mental model. I now understand how to spin up a storage account, apply security best practices, and make informed trade-offs between cost, redundancy, and access control.&lt;/p&gt;

&lt;p&gt;If you are just starting out with Azure, I would encourage you to follow along with the hands-on labs. There is no better way to learn than by actually doing.&lt;br&gt;
What is next? I am moving on to Azure networking and virtual machines. Follow along if you are on a similar journey. &lt;/p&gt;

</description>
      <category>azure</category>
      <category>security</category>
      <category>storage</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
