<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Azure on lamjan</title>
    <link>https://lamjan.com/tags/azure/</link>
    <description>Recent content in Azure on lamjan</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 23 May 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://lamjan.com/tags/azure/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Launch Your First Azure Virtual Machine: A Simple Guide</title>
      <link>https://lamjan.com/posts/azure-vm-setup/</link>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <guid>https://lamjan.com/posts/azure-vm-setup/</guid>
      <description>&lt;p&gt;Running your own virtual server (a Virtual Machine, or VM) in the cloud is a great way to host personal projects or test software. You don’t need to be a systems architect to do it; you just need to follow the setup steps in order.&lt;/p&gt;
&lt;h3 id=&#34;before-you-start&#34;&gt;Before You Start&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Azure Account:&lt;/strong&gt; You will need an active subscription. If you are just testing things out, look for the &amp;ldquo;Free Tier&amp;rdquo; options so you don&amp;rsquo;t get charged by accident.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Region Selection:&lt;/strong&gt; Pick a region close to where you live to keep things fast (e.g., if you are in Nigeria, &amp;ldquo;South Africa North&amp;rdquo; is usually your best bet for speed).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Save Your SSH Key:&lt;/strong&gt; If you are setting up a Linux server, &lt;strong&gt;do not lose the key file&lt;/strong&gt; you download at the end of the setup. If you lose it, you lose access to your server.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;step-1-create-the-virtual-machine&#34;&gt;Step 1: Create the Virtual Machine&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Log into your &lt;a href=&#34;https://portal.azure.com/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Azure Portal&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;In the top search bar, type &amp;ldquo;Virtual Machines&amp;rdquo; and select it.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Create&lt;/strong&gt; &amp;gt; &lt;strong&gt;Azure virtual machine&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Subscription &amp;amp; Resource Group:&lt;/strong&gt; If you don’t have a Resource Group, click &lt;strong&gt;Create New&lt;/strong&gt; and give it a simple name. This is just a folder to keep your server files together.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Name your VM:&lt;/strong&gt; Give your server a name you can recognize.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;step-2-pick-your-hardware&#34;&gt;Step 2: Pick Your Hardware&lt;/h3&gt;
&lt;p&gt;This is where you decide how powerful your server should be.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Pro Guide: How to Launch Your First Azure Virtual Machine</title>
      <link>https://lamjan.com/posts/azure-vm-guide/</link>
      <pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate>
      <guid>https://lamjan.com/posts/azure-vm-guide/</guid>
      <description>&lt;p&gt;Launching a virtual server in the cloud is a core skill, but it’s easy to get lost in the menu options. This guide breaks down every tab so you can launch a server that is secure, affordable, and easy to manage.&lt;/p&gt;
&lt;h3 id=&#34;1-the-setup-checklist&#34;&gt;1. The Setup Checklist&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Azure Subscription:&lt;/strong&gt; Ensure you are on a free tier or have a budget set.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Region:&lt;/strong&gt; Always pick a region closest to your users to keep latency low.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Key Pair:&lt;/strong&gt; If you choose Linux, you &lt;em&gt;must&lt;/em&gt; download the SSH key file. If you lose it, you lose access to the server.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;2-the-configuration-breakdown&#34;&gt;2. The Configuration Breakdown&lt;/h3&gt;
&lt;p&gt;As you go through the portal, here is what you need to know about the key tabs:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How I Fixed the Azure MFA Login Loop</title>
      <link>https://lamjan.com/posts/mfa-login-loop/</link>
      <pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate>
      <guid>https://lamjan.com/posts/mfa-login-loop/</guid>
      <description>&lt;h3 id=&#34;the-issue&#34;&gt;The Issue&lt;/h3&gt;
&lt;p&gt;Today a user got stuck in a continuous authentication loop when trying to access the Azure portal. They would input their password, approve the Microsoft Authenticator prompt, and then get kicked back to the login screen.&lt;/p&gt;
&lt;h3 id=&#34;how-i-resolved-it&#34;&gt;How I Resolved It&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Opened &lt;strong&gt;Microsoft Entra ID&lt;/strong&gt; and checked the user&amp;rsquo;s &lt;strong&gt;Sign-in logs&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Found a Conditional Access policy causing a conflict because it required a compliant device, but the user was on an unmanaged home laptop.&lt;/li&gt;
&lt;li&gt;Created a temporary exclusion group for emergency remote access.&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
  </channel>
</rss>
