DevOps
My Essential Azure Toolkit – Tools and Websites I Keep Coming Back To
A personal list of the most useful Azure tools and websites I rely on for performance testing, infrastructure as code, storage management, policy exploration, and full-stack development.
Azure App Configuration - The Hidden Gem in Your Cloud Toolbox
Discover why Azure App Configuration is one of the most underrated tools in Azure, how it compares to Azure Key Vault, and how to deploy it using Bicep and Azure CLI.
How to Build and Deploy an Angular 18 App to Azure App Service (The Easy Way!)
Learn how to easily build, optimize, and deploy an Angular 18 app to Azure App Service using Azure CLI, GitHub Actions, or Azure DevOps for seamless, scalable hosting.
Shared Code Libraries... Why They Can Be Frustrating😤 (and How I Think We Can Do Better)
The benefits and challenges of using shared code libraries, offering insights on how to balance consistency with flexibility to make them more effective for development teams.
How I’d Set Up Safe and Fast Deployments with Azure DevOps and GitHub Advanced Security
Here’s how I turned deployment day from chaos to calm with Azure DevOps and GitHub Advanced Security—fast, secure, and drama-free!
Deploying to a Secure Azure App Service - The Solutions for Locked-Down Networks
This blog post provides a step-by-step guide to deploying to a locked-down Azure App Service using Azure DevOps and Microsoft-hosted agents, covering IP whitelisting, service connections, and alternative deployment methods for secure and efficient operations.
How I deployed a Next.js app to an Azure App Service
Here's the step-by-step process of deploying a Next.js application to Azure App Service, covering initial setup, configuration, and resolving issues I encountered during the process.