<?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: Ojeka Samuel</title>
    <description>The latest articles on DEV Community by Ojeka Samuel (@samzyn).</description>
    <link>https://dev.to/samzyn</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%2F3829821%2Fa0dec109-0923-4a4d-bc2a-be877849c819.png</url>
      <title>DEV Community: Ojeka Samuel</title>
      <link>https://dev.to/samzyn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samzyn"/>
    <language>en</language>
    <item>
      <title>Sample Secured Cloud Architecture</title>
      <dc:creator>Ojeka Samuel</dc:creator>
      <pubDate>Tue, 05 May 2026 18:05:25 +0000</pubDate>
      <link>https://dev.to/samzyn/sample-secured-cloud-architecture-1bcc</link>
      <guid>https://dev.to/samzyn/sample-secured-cloud-architecture-1bcc</guid>
      <description>&lt;p&gt;&lt;strong&gt;This setup is basically a secure way to run a private server in the cloud without exposing it directly to the internet&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Here’s the simple idea:&lt;br&gt;
Users on the internet try to access your system.&lt;br&gt;
Their request first goes through a firewall, which acts like a security guard—only safe traffic is allowed in.&lt;br&gt;
Inside the cloud network (VNet), there are strict rules (NSG) that only allow specific actions, like web traffic (port 80), and block everything else.&lt;br&gt;
The main server (VM) is completely private—it has no public IP, so outsiders can’t reach it directly.&lt;br&gt;
If an admin needs access, they use a secure entry point (Bastion) instead of connecting directly.&lt;br&gt;
When the server needs to access the internet (for updates, etc.), it goes out through a NAT gateway, which hides its identity.&lt;/p&gt;

&lt;p&gt;In short:&lt;br&gt;
Everything is locked down. The public only sees the firewall, admins use a secure door, and the actual server stays hidden and protected.&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>azure</category>
      <category>networking</category>
      <category>security</category>
    </item>
  </channel>
</rss>
