<?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: 小智</title>
    <description>The latest articles on DEV Community by 小智 (@shunchih).</description>
    <link>https://dev.to/shunchih</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%2F3923334%2F42f5d5c2-e5f7-4038-8665-b16fa0c85ba7.jpg</url>
      <title>DEV Community: 小智</title>
      <link>https://dev.to/shunchih</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shunchih"/>
    <language>en</language>
    <item>
      <title>What is Azure? A Beginner's Map</title>
      <dc:creator>小智</dc:creator>
      <pubDate>Mon, 11 May 2026 09:20:46 +0000</pubDate>
      <link>https://dev.to/shunchih/what-is-azure-a-beginners-map-424p</link>
      <guid>https://dev.to/shunchih/what-is-azure-a-beginners-map-424p</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&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%2Fuu4b6k99au0kk1czfwhl.webp" 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%2Fuu4b6k99au0kk1czfwhl.webp" alt="Microsoft Azure" width="800" height="436"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Azure is Microsoft's cloud platform. With Azure, you can build and tear down an entire environment without purchasing any physical hardware.&lt;/p&gt;

&lt;p&gt;I've been using Azure for two years, but I never really understood the full picture. That's what pushed me to pursue an Azure certification — and to start documenting everything I learn along the way.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why Azure? What Problems Does It Solve?
&lt;/h2&gt;

&lt;p&gt;Imagine you're a software engineer in the 2000s. You land a job building an official website for a company. Before writing a single line of code, you need a server, a router, a static IP address, a physical space to store it all — and then you spend weeks wiring everything together.&lt;/p&gt;

&lt;p&gt;Finally, the site is live. Then, one week later, the entire city loses power. The website goes down with it.&lt;/p&gt;

&lt;p&gt;You suggest to your boss: "Maybe we should set up a backup system in another location, so the next outage doesn't take us down." Your boss says: "Too expensive. Let's keep things as they are."&lt;/p&gt;

&lt;p&gt;Then, in 2010, Azure launches. You take a look and immediately see the potential: if you move your infrastructure to the cloud, everything becomes easier to build, easier to scale, and easier to maintain — without owning a single piece of hardware.&lt;/p&gt;

&lt;p&gt;That's the core promise of Azure: high availability, elastic scalability, and low maintenance overhead — all without managing physical infrastructure. And perhaps most importantly: you only pay for what you use. No upfront hardware costs, no idle servers burning money at 3 a.m.&lt;/p&gt;

&lt;h2&gt;
  
  
  Core Service Categories
&lt;/h2&gt;

&lt;p&gt;Azure has hundreds of services, but here are the ones I use most often:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Service&lt;/th&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;What it does&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Virtual Machine&lt;/td&gt;
&lt;td&gt;Compute (IaaS)&lt;/td&gt;
&lt;td&gt;A full VM in the cloud — you control everything except the physical hardware&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Container Apps&lt;/td&gt;
&lt;td&gt;Compute (PaaS)&lt;/td&gt;
&lt;td&gt;Run serverless containers with automatic scaling&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Azure Container Registry&lt;/td&gt;
&lt;td&gt;Compute&lt;/td&gt;
&lt;td&gt;Stores container images, like a private Docker Hub&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Storage Account&lt;/td&gt;
&lt;td&gt;Storage&lt;/td&gt;
&lt;td&gt;Stores files, blobs, queues, and tables&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Virtual Network&lt;/td&gt;
&lt;td&gt;Networking&lt;/td&gt;
&lt;td&gt;Isolates and connects Azure resources, like a private network in the cloud&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Key Vault&lt;/td&gt;
&lt;td&gt;Security&lt;/td&gt;
&lt;td&gt;Stores secrets, passwords, and certificates securely&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Log Analytics&lt;/td&gt;
&lt;td&gt;Monitoring&lt;/td&gt;
&lt;td&gt;Collects and queries logs from all your Azure services&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Azure OpenAI&lt;/td&gt;
&lt;td&gt;AI&lt;/td&gt;
&lt;td&gt;Provides access to GPT and other OpenAI models&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Azure AI Speech&lt;/td&gt;
&lt;td&gt;AI&lt;/td&gt;
&lt;td&gt;Text-to-speech and custom voice models&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  How Azure is Organized
&lt;/h2&gt;

&lt;p&gt;Azure has data centers in dozens of countries, each called a &lt;strong&gt;region&lt;/strong&gt;. Regions differ in pricing, and not all services are available everywhere — for example, the latest AI features often launch in the US first.&lt;/p&gt;

&lt;p&gt;A &lt;strong&gt;resource group&lt;/strong&gt; is a container for all the services that belong to one project. It keeps things organized and makes it easy to track costs per project.&lt;/p&gt;

&lt;p&gt;A &lt;strong&gt;subscription&lt;/strong&gt; sits above resource groups and acts as a higher-level boundary. You can use it to set quotas across all your resource groups — limiting how many vCPUs, IP addresses, virtual networks, and other resources can be used in total.&lt;/p&gt;

&lt;p&gt;The hierarchy looks like this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Subscription → Resource Groups → Resources&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Summary
&lt;/h2&gt;

&lt;p&gt;Here's what we covered:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Why Azure?&lt;/strong&gt; — Cloud removes the burden of physical infrastructure. It means even a single person can build and run their own large-scale service. You get high availability, scalability, and a pay-as-you-go model that makes the "too expensive" excuse a lot harder to justify.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Core services&lt;/strong&gt; — Azure has hundreds of services, but most workloads rely on a handful: VMs, containers, storage, networking, and security primitives like Key Vault.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;How it's organized&lt;/strong&gt; — Resources live in resource groups, resource groups live in subscriptions, and everything is deployed to a region of your choice.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;This was the 30,000-foot view. Starting next week, I'll be diving into each area in more depth as I work through my Azure certification.&lt;/p&gt;

&lt;p&gt;Next up: &lt;strong&gt;Azure Identity — Entra ID vs Traditional Active Directory&lt;/strong&gt;. If you've ever wondered why "logging into Azure" feels different from logging into a corporate Windows machine, that's exactly what we'll unpack.&lt;/p&gt;

</description>
      <category>azure</category>
      <category>beginners</category>
      <category>cloud</category>
      <category>microsoft</category>
    </item>
  </channel>
</rss>
