Compliance with Azure Bastion: Session recording

Session recording feature

Introduction On May 30th, 2024, Microsoft announced Azure Bastion Premium, featuring the highly anticipated session recording capability. This feature, long requested since Bastion’s general availability in November 2019, marks a significant enhancement. In my view, session recording is an essential addition to Bastion, as it provides superior compliance and security. It enables the direct recording …

Fixing workload identity federation conversion failures in Azure DevOps

Azure DevOps Service Principal to Federated identity conversion

Introduction Microsoft released into public preview in Q4 last year, workload identity federation service connections for Azure DevOps. This was very welcomed, as it greatly improves your security posture by using short-lived authentication tokens with no persistent secret to manage. For the most part, all my Service Principals to workload identity conversions in Azure DevOps …

Azure SQL Managed Instance: Network Intent Policy error fix in Azure Bicep

Azure SQL MI Nsg rules

Introduction If you’re trying to deploy Azure SQL Managed Instance in Azure via Azure Bicep you may have stumbled across this ‘Network Intent Policy’ error when trying to redeploy your Azure Bicep template. The problem doesn’t present itself on your first deployment yet when trying your template again this error is present. It seems if …

Azure Lean Coffee – Episode 3

Azure Lean Coffee Episode 3

Just a quick post about Azure Lean Coffee, hosted by Daniel McLoughlin and Rukaya Ogazi-Khan which is streamed live monthly covering a range of discussion topics on Azure of which I was fortunate enough to get involved in their latest episode. In this months episode I was joined along side Michael Durkan and Jeevantika Lingalwar …

Continuous deployment to Azure Container Apps with Azure DevOps

Azure Container App

Introduction Deploying to Azure Container Apps with Azure DevOps and want a quick start reference to get going? I’ll detail how you can quick start continuous deployment to your Azure Container App revision in single revision mode with Azure DevOps, featuring a quick start YAML pipeline that will build your container, publish to Azure Container …

My GitHub Actions Certification experience

GitHub Actions Certification badge

Introduction The GitHub Actions Certification is a newly available cert, as of January 2024 from GitHub. It’s designed to test your proficiency in workflows: from CI/CD, customisations, efficiency, task automation and more. I took and passed the GitHub Actions exam on 26th Jan 2024 and thought I’d detail my experience and learning material that helped …

Top 5 Azure Bicep tips & tricks to get started

Here’s my top 5 Azure Bicep tips & tricks to get you started! Be sure to have the VSCode extension installed. If you’re interested in checking out some real world examples for Bicep please checkout my GitHub project Bicepify where I break down concepts into friendlier learning chunks. I update the repository frequently so be …

Skip to content