<?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 AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/azure/</link><description>Recent content in Azure on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 24 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/azure/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 16: Hybrid Cloud VLAN Integration: AWS, Azure, On-Prem</title><link>https://ai-blog.noorshomelab.dev/vlan-mastery-2026/hybrid-cloud-vlan-integration/</link><pubDate>Sat, 24 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/vlan-mastery-2026/hybrid-cloud-vlan-integration/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Modern enterprise IT landscapes are increasingly embracing hybrid cloud strategies, leveraging the scalability and flexibility of public clouds like Amazon Web Services (AWS) and Microsoft Azure while retaining critical workloads and data on-premises. A fundamental challenge in these hybrid architectures is the seamless and secure integration of Virtual Local Area Networks (VLANs) from the traditional on-premises environment with the virtualized networking constructs of the cloud.&lt;/p&gt;
&lt;p&gt;This chapter is designed to be a comprehensive guide for network engineers navigating the complexities of hybrid cloud VLAN integration. We will delve into the underlying technical concepts, explore multi-vendor configuration examples, demonstrate automation techniques, address critical security considerations, and provide robust troubleshooting methodologies.&lt;/p&gt;</description></item><item><title>Chapter 19: Deploying to the Cloud (AWS/Azure)</title><link>https://ai-blog.noorshomelab.dev/java-mini-projects/ch19-cloud-deployment/</link><pubDate>Thu, 04 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/java-mini-projects/ch19-cloud-deployment/</guid><description>&lt;h2 id="chapter-19-deploying-to-the-cloud-awsazure"&gt;Chapter 19: Deploying to the Cloud (AWS/Azure)&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 19 of our Java project series! Up until now, we&amp;rsquo;ve focused on building robust, production-ready applications locally. While running applications on your machine is great for development and testing, the real power of software comes when it&amp;rsquo;s accessible to users globally. This chapter marks a significant milestone: taking our &amp;ldquo;Basic To-Do List Application&amp;rdquo; (which we&amp;rsquo;ll assume has been developed as a Spring Boot REST API in previous chapters, allowing for a realistic cloud deployment scenario) and deploying it to a leading cloud platform.&lt;/p&gt;</description></item><item><title>Zero to Mastery: Helm and Kubernetes with AKS Cluster - A Comprehensive Learning Guide</title><link>https://ai-blog.noorshomelab.dev/guides/helm-kubernetes-aks-mastery/</link><pubDate>Tue, 09 Sep 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/helm-kubernetes-aks-mastery/</guid><description>&lt;h1 id="zero-to-mastery-helm-and-kubernetes-with-aks-cluster"&gt;Zero to Mastery: Helm and Kubernetes with AKS Cluster&lt;/h1&gt;
&lt;p&gt;Welcome to this comprehensive learning guide designed to take you from a complete novice to a master of Helm and Kubernetes, specifically within the Azure Kubernetes Service (AKS) environment. This document will walk you through the essential concepts, practical examples, and advanced techniques required to successfully deploy, manage, and scale your applications from development to production.&lt;/p&gt;
&lt;h2 id="1-introduction-to-helm-and-kubernetes-with-aks"&gt;1. Introduction to Helm and Kubernetes with AKS&lt;/h2&gt;
&lt;h3 id="what-is-kubernetes"&gt;What is Kubernetes?&lt;/h3&gt;
&lt;p&gt;Kubernetes (often abbreviated as K8s) is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes provides a platform for running and managing these containers in a highly available and resilient manner.&lt;/p&gt;</description></item><item><title>Azure CI/CD for Beginners: From Fundamentals to Your First Pipeline</title><link>https://ai-blog.noorshomelab.dev/guides/azure-cicd-beginner-guide/</link><pubDate>Fri, 22 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/azure-cicd-beginner-guide/</guid><description>&lt;h1 id="azure-cicd-for-beginners-from-fundamentals-to-your-first-pipeline"&gt;Azure CI/CD for Beginners: From Fundamentals to Your First Pipeline&lt;/h1&gt;
&lt;h2 id="1-introduction-to-azure-cicd"&gt;1. Introduction to Azure CI/CD&lt;/h2&gt;
&lt;p&gt;Welcome to the exciting world of Continuous Integration and Continuous Delivery with Azure! This document is designed for absolute beginners, guiding you through the foundational concepts of Azure CI/CD all the way to deploying your first application.&lt;/p&gt;
&lt;h3 id="what-is-azure-cicd"&gt;What is Azure CI/CD?&lt;/h3&gt;
&lt;p&gt;Azure CI/CD refers to the practices of Continuous Integration (CI) and Continuous Delivery (CD) implemented using Microsoft Azure DevOps services. These practices are cornerstones of modern software development, enabling teams to deliver high-quality software faster and more reliably.&lt;/p&gt;</description></item><item><title>Azure CI/CD for Beginners: From Fundamentals to Your First Pipeline</title><link>https://ai-blog.noorshomelab.dev/posts/azure-cicd-beginner-guide/</link><pubDate>Fri, 22 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/posts/azure-cicd-beginner-guide/</guid><description>&lt;h1 id="azure-cicd-for-beginners-from-fundamentals-to-your-first-pipeline"&gt;Azure CI/CD for Beginners: From Fundamentals to Your First Pipeline&lt;/h1&gt;
&lt;h2 id="1-introduction-to-azure-cicd"&gt;1. Introduction to Azure CI/CD&lt;/h2&gt;
&lt;p&gt;Welcome to the exciting world of Continuous Integration and Continuous Delivery with Azure! This document is designed for absolute beginners, guiding you through the foundational concepts of Azure CI/CD all the way to deploying your first application.&lt;/p&gt;
&lt;h3 id="what-is-azure-cicd"&gt;What is Azure CI/CD?&lt;/h3&gt;
&lt;p&gt;Azure CI/CD refers to the practices of Continuous Integration (CI) and Continuous Delivery (CD) implemented using Microsoft Azure DevOps services. These practices are cornerstones of modern software development, enabling teams to deliver high-quality software faster and more reliably.&lt;/p&gt;</description></item><item><title>Advanced Azure CI/CD: Mastering the Intricacies and Cutting-Edge Applications</title><link>https://ai-blog.noorshomelab.dev/guides/azure-cicd-advanced/</link><pubDate>Thu, 21 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/azure-cicd-advanced/</guid><description>&lt;h1 id="advanced-azure-cicd-mastering-the-intricacies-and-cutting-edge-applications"&gt;Advanced Azure CI/CD: Mastering the Intricacies and Cutting-Edge Applications&lt;/h1&gt;
&lt;h2 id="1-introduction-to-advanced-azure-cicd"&gt;1. Introduction to Advanced Azure CI/CD&lt;/h2&gt;
&lt;p&gt;Azure CI/CD, powered primarily by Azure Pipelines, has become an indispensable tool for organizations aiming to streamline their software delivery processes. For professionals with an intermediate understanding, the foundational concepts of builds, releases, stages, and jobs are well-trodden ground. However, the true power of Azure CI/CD unfolds when tackling complex, real-world scenarios that demand deeper insights, advanced configurations, and strategic optimizations.&lt;/p&gt;</description></item><item><title>Advanced Azure CI/CD: Mastering the Intricacies and Cutting-Edge Applications</title><link>https://ai-blog.noorshomelab.dev/posts/azure-cicd-advanced/</link><pubDate>Thu, 21 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/posts/azure-cicd-advanced/</guid><description>&lt;h1 id="advanced-azure-cicd-mastering-the-intricacies-and-cutting-edge-applications"&gt;Advanced Azure CI/CD: Mastering the Intricacies and Cutting-Edge Applications&lt;/h1&gt;
&lt;h2 id="1-introduction-to-advanced-azure-cicd"&gt;1. Introduction to Advanced Azure CI/CD&lt;/h2&gt;
&lt;p&gt;Azure CI/CD, powered primarily by Azure Pipelines, has become an indispensable tool for organizations aiming to streamline their software delivery processes. For professionals with an intermediate understanding, the foundational concepts of builds, releases, stages, and jobs are well-trodden ground. However, the true power of Azure CI/CD unfolds when tackling complex, real-world scenarios that demand deeper insights, advanced configurations, and strategic optimizations.&lt;/p&gt;</description></item></channel></rss>