<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Azure on wporter.org</title>
    <link>https://wporter.org/categories/azure/</link>
    <description>Recent content in Azure on wporter.org</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Thu, 09 Apr 2026 21:15:00 +0000</lastBuildDate>
    <atom:link href="https://wporter.org/categories/azure/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AZ-104: Pass!</title>
      <link>https://wporter.org/az-104-pass/</link>
      <pubDate>Thu, 09 Apr 2026 21:15:00 +0000</pubDate>
      <guid>https://wporter.org/az-104-pass/</guid>
      <description>&lt;h2 id=&#34;azure&#34;&gt;Azure!&lt;/h2&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve been quiet over the last month or so! Caught a bad flu and have been head-down, studying, and working on some projects at $DayJob.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve also passed the AZ-104 earlier this month with a score of ~900. This was a somewhat tricky one. The exam goes in depth into any &amp;amp; all of the objectives. You will need to use the documentation (which, thank goodness, is available) for some questions. I didn&amp;rsquo;t find any of the questions unfair but I caught at least one error on the test.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intro to Azure Functions</title>
      <link>https://wporter.org/intro-to-azure-functions/</link>
      <pubDate>Sat, 07 Mar 2026 17:45:00 +0000</pubDate>
      <guid>https://wporter.org/intro-to-azure-functions/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Azure Functions is a &amp;ldquo;serverless&amp;rdquo; PaaS offering like AWS Lambda. Its main draw is allowing you to run event-driven code, rather than containers or virtual machines (though you can still run containers if you&amp;rsquo;d like). This &amp;ldquo;serverless&amp;rdquo; platform effectively abstracts away the underlying virtual machine/compute entirely and allows you to just run your code.&lt;/p&gt;&#xA;&lt;p&gt;And, as with any Azure product, you pay only for what you use - in this case, that means your event-driven code is only billed when it&amp;rsquo;s running (per gigabyte of memory used, per second, not VMs billed per minute.. and usually left on 24/7/365). This is in contrast to something like Azure Container Instances, which will bill you for the underlying VMs regardless of actual usage (though you can scale in and scale out, you&amp;rsquo;re still paying for the VMs).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
