June 30, 2025Published by John Lokerse on June 30, 2025Categories CommunityFrom Prompt to Bicep: GitHub Copilot for Azure in ActionOver two years ago, I wrote about GitHub Copilot for the first time. Back then, it was powered by OpenAI Codex models, not the models we […]
May 6, 2025Published by John Lokerse on May 6, 2025Categories CommunityControl your Azure Bicep deployment flow with the fail functionHave you ever come across a scenario where you want to enforce a parameter to have a certain value because another parameter has value X? This […]
April 1, 2025Published by John Lokerse on April 1, 2025Categories CommunityAzure Bicep optional module names explainedNaming every module in Azure Bicep used to be mandatory. With the release of the optional module names setting an explicit module deployment name is now optional. With […]