<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Paul Yu</title>
  <link>https://paulyu.dev</link>
  <description>Practical guides, study notes, and working examples for Kubernetes, Azure, containers, AI, and cloud-native engineering.</description>
  <language>en-us</language>
  <atom:link href="https://paulyu.dev/rss.xml" rel="self" type="application/rss+xml" />
  <item>
  <title>Cloud Native Platform Engineer (CNPE) Exam Study Guide</title>
  <link>https://paulyu.dev/article/cnpe-study-guide/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/cnpe-study-guide/</guid>
  <pubDate>Wed, 13 May 2026 12:00:00 GMT</pubDate>
  <description>Everything you need to pass the Cloud Native Platform Engineer (CNPE) exam. A comprehensive guide covering platform architecture, deployment, and management.</description>
</item>
<item>
  <title>Installing VMware Workstation Pro 25H2 on Ubuntu Desktop</title>
  <link>https://paulyu.dev/article/installing-vmware-25h2-on-ubuntu-desktop/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/installing-vmware-25h2-on-ubuntu-desktop/</guid>
  <pubDate>Mon, 20 Apr 2026 13:00:00 GMT</pubDate>
  <description>Learn how to install VMware Workstation Pro 25H2 on Ubuntu Desktop and sign the vmmon and vmnet kernel modules for UEFI secure boot.</description>
</item>
<item>
  <title>Study Guide: Kubernetes and Cloud Native Associate (KCNA)</title>
  <link>https://paulyu.dev/article/kcna-study-guide/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/kcna-study-guide/</guid>
  <pubDate>Fri, 19 Dec 2025 13:00:00 GMT</pubDate>
  <description>Everything you need to know to pass the Kubernetes and Cloud Native Associate (KCNA) exam.</description>
</item>
<item>
  <title>Local LLMs: Running Ollama and Open WebUI in Docker on Ubuntu</title>
  <link>https://paulyu.dev/article/ollama-and-openwebui-containers/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/ollama-and-openwebui-containers/</guid>
  <pubDate>Wed, 08 Oct 2025 13:00:00 GMT</pubDate>
  <description>Learn how to set up Ollama as a local service and run Open WebUI in Docker containers on Ubuntu. A step-by-step guide to running LLMs locally with GPU support.</description>
</item>
<item>
  <title>Build a Weather MCP Server with Rust: Complete Tutorial for AI Integration</title>
  <link>https://paulyu.dev/article/rust-mcp-server-weather-tutorial/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/rust-mcp-server-weather-tutorial/</guid>
  <pubDate>Tue, 10 Jun 2025 13:00:00 GMT</pubDate>
  <description>Learn to build a Model Context Protocol (MCP) server in Rust that provides weather data. Complete tutorial covering Rust SDK setup, NWS API integration, and AI tool development for weather alerts and forecasts.</description>
</item>
<item>
  <title>Deploying AKS Automatic clusters with Pulumi: A step-by-step guide</title>
  <link>https://paulyu.dev/article/deploying-aks-automatic-with-pulumi/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/deploying-aks-automatic-with-pulumi/</guid>
  <pubDate>Mon, 10 Mar 2025 13:00:00 GMT</pubDate>
  <description>Learn how to deploy and configure an Azure Kubernetes Service (AKS) Automatic cluster using Pulumi with Go. This comprehensive tutorial covers infrastructure as code implementation, container registry integration, observability setup, and role-based access control—all using the Azure Native Provider. Perfect for DevOps engineers and cloud architects looking to automate Kubernetes deployments on Azure.</description>
</item>
<item>
  <title>Installing VMWare Workstation Pro on Ubuntu Desktop</title>
  <link>https://paulyu.dev/article/installing-vmware-on-ubuntu-desktop/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/installing-vmware-on-ubuntu-desktop/</guid>
  <pubDate>Mon, 03 Mar 2025 13:00:00 GMT</pubDate>
  <description>A step-by-step guide to installing VMware Workstation Pro on Ubuntu Desktop.</description>
</item>
<item>
  <title>Certified Argo Project Associate (CAPA) Exam Study Guide</title>
  <link>https://paulyu.dev/article/capa-study-guide/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/capa-study-guide/</guid>
  <pubDate>Thu, 06 Feb 2025 13:00:00 GMT</pubDate>
  <description>A study guide for the Certified Argo Project Associate (CAPA) exam</description>
</item>
<item>
  <title>Installing Kubernetes 1.30</title>
  <link>https://paulyu.dev/article/installing-kubernetes/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/installing-kubernetes/</guid>
  <pubDate>Fri, 09 Aug 2024 13:00:00 GMT</pubDate>
  <description>A step-by-step guide to installing a local Kubernetes cluster on an Ubuntu 22.04 using kubeadm and cilium</description>
</item>
<item>
  <title>Installing Ubuntu Server 22.04</title>
  <link>https://paulyu.dev/article/installing-ubuntu-server/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/installing-ubuntu-server/</guid>
  <pubDate>Thu, 08 Aug 2024 13:00:00 GMT</pubDate>
  <description>A step-by-step guide to installing Ubuntu Server on a virtual machine using VMware Fusion</description>
</item>
<item>
  <title>Installing VMware Fusion</title>
  <link>https://paulyu.dev/article/installing-vmware-fusion/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/installing-vmware-fusion/</guid>
  <pubDate>Wed, 07 Aug 2024 13:00:00 GMT</pubDate>
  <description>A step-by-step guide to installing VMware Fusion on a Macbook Pro</description>
</item>
<item>
  <title>Study Guide: Kubernetes Certified Security Associate (KCSA)</title>
  <link>https://paulyu.dev/article/kcsa-study-guide/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/kcsa-study-guide/</guid>
  <pubDate>Tue, 23 Jul 2024 13:00:00 GMT</pubDate>
  <description>Everything you need to know to pass the Kubernetes Certified Security Associate (KCSA) exam.</description>
</item>
<item>
  <title>Publishing Helm Charts to GitHub Container Registry</title>
  <link>https://paulyu.dev/article/publishing-helm-charts-to-ghcr/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/publishing-helm-charts-to-ghcr/</guid>
  <pubDate>Mon, 22 Jul 2024 13:00:00 GMT</pubDate>
  <description>Learn how to publish Helm Charts to GitHub Container Registry using GitHub Actions.</description>
</item>
<item>
  <title>Publishing Container Images to GitHub Container Registry</title>
  <link>https://paulyu.dev/article/publishing-container-images-to-ghcr/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/publishing-container-images-to-ghcr/</guid>
  <pubDate>Tue, 18 Jun 2024 13:00:00 GMT</pubDate>
  <description>Learn how to publish container images to GitHub Container Registry using GitHub Actions.</description>
</item>
<item>
  <title>You Down with PDB?</title>
  <link>https://paulyu.dev/article/you-down-with-pdb/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/you-down-with-pdb/</guid>
  <pubDate>Fri, 22 Mar 2024 13:00:00 GMT</pubDate>
  <description>You Down with PDB? Yeah, you know me!</description>
</item>
<item>
  <title>Adding a GitHub Codespace button to your README</title>
  <link>https://paulyu.dev/code/adding-codespace-button-to-your-github-readme/</link>
  <guid isPermaLink="true">https://paulyu.dev/code/adding-codespace-button-to-your-github-readme/</guid>
  <pubDate>Thu, 21 Mar 2024 13:00:00 GMT</pubDate>
  <description>How to add a Codespaces button to your README on GitHub to make it easier for people to contribute</description>
</item>
<item>
  <title>Soaring to New Heights with Kaito: The Kubernetes AI Toolchain Operator</title>
  <link>https://paulyu.dev/article/soaring-with-kaito/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/soaring-with-kaito/</guid>
  <pubDate>Wed, 20 Mar 2024 14:00:00 GMT</pubDate>
  <description>AI is in everything, everywhere, all at once. This article will give you a high level overview of Kaito, the Kubernetes AI Toolchain Operator, what it aims to help you with as a Kubernetes Operator, and show you how to get started with it.</description>
</item>
<item>
  <title>Strengthening the Secure Supply Chain</title>
  <link>https://paulyu.dev/article/strengthening-the-secure-supply-chain/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/strengthening-the-secure-supply-chain/</guid>
  <pubDate>Sun, 17 Mar 2024 13:00:00 GMT</pubDate>
  <description>Strengthening the Secure Supply Chain with Project Copacetic, Eraser, and FluxCD</description>
</item>
<item>
  <title>KubeConNA | Building Carbon Awareness with KEDA: Taking the First Step Towards Sustainability</title>
  <link>https://paulyu.dev/video/kubecon-building-carbon-awareness-with-keda/</link>
  <guid isPermaLink="true">https://paulyu.dev/video/kubecon-building-carbon-awareness-with-keda/</guid>
  <pubDate>Thu, 16 Nov 2023 13:00:00 GMT</pubDate>
  <description>Speaking at KubeConNA 2023 was an awesome experience. But what was equally awesome was being able to speak about a topic and project that was very close to m...</description>
</item>
<item>
  <title>Bootstrap your GitOps-enabled AKS cluster with Terraform: A code sample using the Flux v2 K8s Extension</title>
  <link>https://paulyu.dev/article/bootstrap-gitops-with-aks-extension-using-terraform/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/bootstrap-gitops-with-aks-extension-using-terraform/</guid>
  <pubDate>Thu, 28 Sep 2023 13:00:00 GMT</pubDate>
  <description>Learn how to bootstrap GitOps onto your AKS cluster, the Azure way!</description>
</item>
<item>
  <title>Progressive Delivery on AKS: A Step-by-Step Guide using Flagger with Istio and FluxCD</title>
  <link>https://paulyu.dev/article/more-gitops-with-fluxcd-and-flagger-on-aks/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/more-gitops-with-fluxcd-and-flagger-on-aks/</guid>
  <pubDate>Tue, 26 Sep 2023 13:00:00 GMT</pubDate>
  <description>Learn how to harness the power of FluxCD&apos;s Image Update Automation in your Azure Kubernetes Service (AKS) cluster with Flagger. This step-by-step guide walks you through the provisioning and bootstrapping an AKS cluster with FluxCD and Istio, installing Flagger (the GitOps way), and deploying a new Canary resource to progressively deploy new images to your cluster.</description>
</item>
<item>
  <title>Automating Image Updates with FluxCD on AKS</title>
  <link>https://paulyu.dev/article/automating-image-updates-with-fluxcd-on-aks/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/automating-image-updates-with-fluxcd-on-aks/</guid>
  <pubDate>Fri, 22 Sep 2023 13:00:00 GMT</pubDate>
  <description>Learn how to automate image updates in your Kubernetes cluster using FluxCD and GitOps. This comprehensive guide walks you through setting up an AKS cluster, installing essential components, and harnessing the power of GitOps to streamline your deployment updates. Stay ahead in the world of container orchestration with this practical tutorial.</description>
</item>
<item>
  <title>Git going with GitOps on AKS: A Step-by-Step Guide using FluxCD AKS Extension</title>
  <link>https://paulyu.dev/article/git-going-with-gitops-on-aks/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/git-going-with-gitops-on-aks/</guid>
  <pubDate>Wed, 20 Sep 2023 13:00:00 GMT</pubDate>
  <description>Learn how to harness the power of GitOps on Azure Kubernetes Service (AKS) with ease using the FluxCD AKS Extension. This comprehensive tutorial will walk you through creating an AKS cluster, enabling the FluxCD extension, preparing Kubernetes manifests with Kustomize, deploying applications, and efficiently managing changes, all while following best practices.</description>
</item>
<item>
  <title>Installing .NET on Ubuntu</title>
  <link>https://paulyu.dev/code/installing-dotnet-ubuntu/</link>
  <guid isPermaLink="true">https://paulyu.dev/code/installing-dotnet-ubuntu/</guid>
  <pubDate>Sat, 09 Sep 2023 13:00:00 GMT</pubDate>
  <description>How to install .NET on Ubuntu and have it actually work</description>
</item>
<item>
  <title>Pushing Multi-Architecture Container Images</title>
  <link>https://paulyu.dev/article/pushing-multi-arch-container-images-guide/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/pushing-multi-arch-container-images-guide/</guid>
  <pubDate>Thu, 07 Sep 2023 13:00:00 GMT</pubDate>
  <description>Pushing Multi-Architecture Container Images to Azure Container Registry using GitHub Actions</description>
</item>
<item>
  <title>Building Multi-Architecture Container Images</title>
  <link>https://paulyu.dev/article/building-and-deploying-multi-arch-container-images-guide/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/building-and-deploying-multi-arch-container-images-guide/</guid>
  <pubDate>Tue, 05 Sep 2023 13:00:00 GMT</pubDate>
  <description>Unlock the power of multi-architecture container images with this guide. Learn to build, deploy, and optimize your containerized applications for diverse processor architectures</description>
</item>
<item>
  <title>Does Workload Identity on AKS work across tenants?</title>
  <link>https://paulyu.dev/article/cross-tenant-workload-identity-on-aks/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/cross-tenant-workload-identity-on-aks/</guid>
  <pubDate>Fri, 25 Aug 2023 13:00:00 GMT</pubDate>
  <description>A look at using Workload Identity on AKS to access Azure resources in another tenant.</description>
</item>
<item>
  <title>Streamline Network Observability on AKS: A Step-by-Step Guide to enable the AKS add-on with Terraform</title>
  <link>https://paulyu.dev/article/streamline-network-observability-aks-addon-terraform-guide/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/streamline-network-observability-aks-addon-terraform-guide/</guid>
  <pubDate>Mon, 10 Jul 2023 13:00:00 GMT</pubDate>
  <description>Have you ever had to troubleshoot network issues in your Kubernetes clusters? If so, you know how challenging it can be to identify and resolve problems. To...</description>
</item>
<item>
  <title>Efficient Configuration Management in AKS: Integrating Azure App Configuration for Seamless Loading of Key-Value Pairs into Config Maps</title>
  <link>https://paulyu.dev/article/efficient-configuration-management-aks-integrating-azure-app-configuration/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/efficient-configuration-management-aks-integrating-azure-app-configuration/</guid>
  <pubDate>Tue, 13 Jun 2023 13:00:00 GMT</pubDate>
  <description>Did you know that Azure App Configuration Service is a managed service that helps you centralize your application configuration? It provides a way to store a...</description>
</item>
<item>
  <title>#MSBuild | Integrating Azure AI and Azure Kubernetes Service to build intelligent apps | BRK225H</title>
  <link>https://paulyu.dev/video/msbuild-2023-brk225h/</link>
  <guid isPermaLink="true">https://paulyu.dev/video/msbuild-2023-brk225h/</guid>
  <pubDate>Fri, 02 Jun 2023 22:05:46 GMT</pubDate>
  <description>I had the opportunity to speak at MSBuild 2023. Build is Microsoft&apos;s largest developer conference held every year in May. This year, we were lucky enough to...</description>
</item>
<item>
  <title>Purging Deleted Azure Key Vaults</title>
  <link>https://paulyu.dev/code/purging-deleted-azure-vaults/</link>
  <guid isPermaLink="true">https://paulyu.dev/code/purging-deleted-azure-vaults/</guid>
  <pubDate>Mon, 27 Feb 2023 21:09:20 GMT</pubDate>
  <description>Do you constantly provision and delete Azure Key Vaults? If so, you may have noticed attempts to recreate a recently deleted key vault will result in the fol...</description>
</item>
<item>
  <title>Effortlessly Deploy to Azure Kubernetes with Open Source Tools Draft and Acorn</title>
  <link>https://paulyu.dev/article/app-to-aks-with-draft-and-acorn/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/app-to-aks-with-draft-and-acorn/</guid>
  <pubDate>Tue, 03 Jan 2023 19:11:01 GMT</pubDate>
  <description>UPDATE On March 15, 2024 Acorn Labs announced that they will be shifting focus to developing an LLM app platform based on GPT-Script technology and has archi...</description>
</item>
<item>
  <title>Service Mesh Considerations</title>
  <link>https://paulyu.dev/article/service-mesh-considerations/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/service-mesh-considerations/</guid>
  <pubDate>Wed, 14 Dec 2022 14:00:00 GMT</pubDate>
  <description>&quot;Build microservices&quot;, they said... &quot;it&apos;ll be fun&quot;, they said... There are many reasons why you would want to deploy a solution based on the microservices ar...</description>
</item>
<item>
  <title>Re-visiting Dev Container Features</title>
  <link>https://paulyu.dev/article/revisiting-devcontainer-features/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/revisiting-devcontainer-features/</guid>
  <pubDate>Fri, 02 Dec 2022 15:00:10 GMT</pubDate>
  <description>A few months ago I wrote a post that described how you can add custom features to your Dev Containers. That didn&apos;t age very well 😅 But good news is that the...</description>
</item>
<item>
  <title>Web Application Routing on AKS</title>
  <link>https://paulyu.dev/article/managed-ingress-on-aks/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/managed-ingress-on-aks/</guid>
  <pubDate>Wed, 16 Nov 2022 14:00:00 GMT</pubDate>
  <description>Exposing your web applications on Azure Kubernetes Service (AKS) has gotten a little bit easier. In this post, I will cover the new Web Application Routing f...</description>
</item>
<item>
  <title>Ubuntu Dev Tools</title>
  <link>https://paulyu.dev/code/ubuntu-dev-tools/</link>
  <guid isPermaLink="true">https://paulyu.dev/code/ubuntu-dev-tools/</guid>
  <pubDate>Fri, 11 Nov 2022 14:57:20 GMT</pubDate>
  <description>Is this the year of the Linux desktop? I&apos;m not sure but I have been making more of an effort to &quot;daily drive&quot; a Linux desktop lately. I&apos;m currently working o...</description>
</item>
<item>
  <title>Rust for the Impatient</title>
  <link>https://paulyu.dev/video/rust-for-the-impatient/</link>
  <guid isPermaLink="true">https://paulyu.dev/video/rust-for-the-impatient/</guid>
  <pubDate>Fri, 11 Nov 2022 03:34:46 GMT</pubDate>
  <description>An awesome video to quickly get up to speed on how to read Rust code. Be sure to give the video a 👍</description>
</item>
<item>
  <title>Fixing a NodeJS Digital Envelope Routines Error</title>
  <link>https://paulyu.dev/article/fixing-node-digital-envelope-routines-error/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/fixing-node-digital-envelope-routines-error/</guid>
  <pubDate>Wed, 09 Nov 2022 03:55:21 GMT</pubDate>
  <description>In my journey to learn Rust, I&apos;ve decided to pick up this book called &quot;Practical Rust Web Projects&quot; by Shing Lyu. In the last chapter, you walk through an ex...</description>
</item>
<item>
  <title>Deploying ARM64 workloads to AKS</title>
  <link>https://paulyu.dev/article/arm64-on-aks/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/arm64-on-aks/</guid>
  <pubDate>Wed, 02 Nov 2022 14:00:00 GMT</pubDate>
  <description>You might have heard by now that Azure has partnered with Ampere to bring ARM-based processors for virtual machines on Azure. This is super exciting as it gi...</description>
</item>
<item>
  <title>Sharing Bicep Modules with Azure Container Registry</title>
  <link>https://paulyu.dev/article/sharing-bicep-modules-with-azure-container-registry/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/sharing-bicep-modules-with-azure-container-registry/</guid>
  <pubDate>Tue, 11 Oct 2022 14:00:00 GMT</pubDate>
  <description>One of the things I do as a Cloud Native Advocate at Microsoft is build end-to-end lab scenarios in the https://aka.ms/oss-labs repo. Most of the demo scenar...</description>
</item>
<item>
  <title>Autoscaling Azure Container Apps</title>
  <link>https://paulyu.dev/article/azure-container-apps-autoscaling/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/azure-container-apps-autoscaling/</guid>
  <pubDate>Sun, 11 Sep 2022 13:00:00 GMT</pubDate>
  <description>So, what makes Azure Container Apps &quot;serverless&quot;? Today we are going to focus on what makes Azure Container Apps (ACA) a &quot;serverless&quot; offering. But what does...</description>
</item>
<item>
  <title>Microservices Communications with Azure Container Apps</title>
  <link>https://paulyu.dev/article/azure-container-apps-microservices-communication/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/azure-container-apps-microservices-communication/</guid>
  <pubDate>Sat, 10 Sep 2022 13:00:00 GMT</pubDate>
  <description>Introduction In yesterday&apos;s ServerlessSeptember post, we learned what the Azure Container Apps (ACA) service is and the problems it aims to solve. It is cons...</description>
</item>
<item>
  <title>Monitoring Azure Container Apps With Azure Managed Grafana</title>
  <link>https://paulyu.dev/article/monitoring-azure-container-apps-with-azure-managed-grafana/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/monitoring-azure-container-apps-with-azure-managed-grafana/</guid>
  <pubDate>Fri, 09 Sep 2022 13:00:00 GMT</pubDate>
  <description>The Azure Monitor team has announced the general availability of the Azure Managed Grafana (AMG) service. As part of the announcement, they also announced th...</description>
</item>
<item>
  <title>Terraform: Azure Container Apps with Azure Managed Grafana using the AzAPI provider</title>
  <link>https://paulyu.dev/code/terraform-aca-with-amg-using-azapi-provider/</link>
  <guid isPermaLink="true">https://paulyu.dev/code/terraform-aca-with-amg-using-azapi-provider/</guid>
  <pubDate>Fri, 09 Sep 2022 13:00:00 GMT</pubDate>
  <description>Code snippet for the Monitoring Azure Container Apps With Azure Managed Grafana article. main.tf Resource References - random pet - random integer - random s...</description>
</item>
<item>
  <title>Securely connect to your Azure Linux Virtual Machine with Tailscale SSH</title>
  <link>https://paulyu.dev/article/securely-connect-to-you-azure-linux-vm-using-tailscale/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/securely-connect-to-you-azure-linux-vm-using-tailscale/</guid>
  <pubDate>Sat, 13 Aug 2022 00:03:14 GMT</pubDate>
  <description>Being on the Cloud Advocate team at Microsoft, we&apos;re always looking to empower every developer to achieve more on Azure. One way of doing this is by bringing...</description>
</item>
<item>
  <title>Exploring .NET WebAssembly with WASI</title>
  <link>https://paulyu.dev/article/exploring-dotnet-wasm-with-wasi/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/exploring-dotnet-wasm-with-wasi/</guid>
  <pubDate>Wed, 10 Aug 2022 03:10:43 GMT</pubDate>
  <description>Overview WebAssembly (Wasm) is something that the Cloud Native Advocacy team has been exploring. It has been around for a few years and has mostly been used...</description>
</item>
<item>
  <title>Extending Visual Studio Code Dev Container Features</title>
  <link>https://paulyu.dev/article/extending-vscode-devcontainer-features/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/extending-vscode-devcontainer-features/</guid>
  <pubDate>Wed, 27 Jul 2022 18:32:10 GMT</pubDate>
  <description>UPDATE: The dev-container-features-template repo referenced in this post has been archived. Please see my new post here or visit containers.dev for the lates...</description>
</item>
<item>
  <title>Azure AD B2C logouts and redirection URLs</title>
  <link>https://paulyu.dev/article/azure-ad-b2c-logouts-and-redirection-urls/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/azure-ad-b2c-logouts-and-redirection-urls/</guid>
  <pubDate>Sat, 18 Jun 2022 20:34:22 GMT</pubDate>
  <description>Background I&apos;ve been helping a client build a customer-facing NodeJS web application which leveraged Azure AD B2C as its identity provider. Things were going...</description>
</item>
<item>
  <title>Run Terraform With Azure Pipelines</title>
  <link>https://paulyu.dev/article/run-terraform-with-azure-pipelines/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/run-terraform-with-azure-pipelines/</guid>
  <pubDate>Sat, 26 Feb 2022 00:56:18 GMT</pubDate>
  <description>This repo will walk you through an approach to provisioning Azure resources using Terraform code stored in a Git repo and leverage Azure Pipelines (YAML-base...</description>
</item>
<item>
  <title>Run Your Pipelines in Azure Container Instance</title>
  <link>https://paulyu.dev/article/run-your-pipelines-in-azure-container-instance/</link>
  <guid isPermaLink="true">https://paulyu.dev/article/run-your-pipelines-in-azure-container-instance/</guid>
  <pubDate>Sat, 17 Jul 2021 00:46:10 GMT</pubDate>
  <description>Background - Microsoft-hosted Azure Pipeline agent run in the public space; therefore, they can only deploy to environments that are publicly accessible. - S...</description>
</item>
</channel>
</rss>