Over 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 know today. GitHub Copilot has come a long way since then, where we now have frontier models such as GPT-4.1 and Sonnet 4, agent mode, extensions, and GitHub Copilot … Continue reading From Prompt to Bicep: GitHub Copilot for Azure in Action
Tag: azure
Connect Grok from Azure AI Foundry to GitHub Copilot Chat
Now that Grok-3 from xAI is available in Azure AI Foundry, I wanted to try it out with GitHub Copilot Chat. This is possible through the Bring Your Own Key feature released in Visual Studio Code. This feature allows you to connect other AI Platforms such as Anthropic, Ollama (local), Azure, and many more to … Continue reading Connect Grok from Azure AI Foundry to GitHub Copilot Chat
Control your Azure Bicep deployment flow with the fail function
Have 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 means you’re dealing with a conditional parameter and need to validate the input before continuing the deployment. In Azure Bicep, it’s now possible to create conditional parameters and let … Continue reading Control your Azure Bicep deployment flow with the fail function
Azure Bicep optional module names explained
Naming 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 Azure Bicep version 0.34.1 you can let Bicep automatically handle module deployment names for you. In this blog, you will learn how the optional module name feature works. What is a … Continue reading Azure Bicep optional module names explained
Automate pull request descriptions in Azure DevOps with Azure OpenAI
In this blog, you will learn how to leverage Azure OpenAI’s large language models to generate pull request descriptions based on the changes in your code. Overview The goal is to create seamless automation that summarises the code changes in a pull request using natural language. The text generated by the large language model (LLM) … Continue reading Automate pull request descriptions in Azure DevOps with Azure OpenAI




