Tips - Deploying multiple Azure OpenAI models using Bicep
I was recently developing some Bicep code to deploy Azure OpenAI and a …
Azure Verified Module - CICD self-hosted agents
In the ever-evolving landscape of software development, the need for …
The Azure Arc Jumpstart project
I have been part of the Azure Arc Jumpstart project since 2022 and I …
Bicep - Custom-tagged union data type
Recently while building a Bicep template, I faced a situation where I …
PowerShell Conference Europe (PSConfEU) 2024
I had an incredible opportunity to participate and deliver two …
Tips - Get availability zones for an Azure region
Recently I was working on a Bicep project and I needed to find if a …
Continuously deploy your infrastructure via Bicep and azd
In this post, I will go through how the Azure Developer CLI (azd) can …
Crash test the resiliency of your zone-redundant solution!
Remember that time your app mysteriously tanked during peak traffic? …
Build your own custom copilot for Azure!!
Large language models (LLMs) taking the world by storm Large language …
Manage Defender for servers plans on a machine level!!
You can now manage Defender for servers plans on the resource level …
Build PowerShell notebooks using VScode and Polyglot
Notebooks are interactive files that allow you to mix executable code, …
Test your GitHub actions locally on your dev machine
I recently stumbled upon The “Act” project, this is a …