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

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

Simplify Azure DevOps agent management with Managed DevOps Pools

I have always had a love-hate relationship with building Azure DevOps agent solutions. However, with Managed DevOps Pools, creating an agent solution is easier than ever. In this blog: You will learn about what Managed DevOps Pools is You will learn how Managed DevOps Pools is placed in Azure and what it does You will … Continue reading Simplify Azure DevOps agent management with Managed DevOps Pools

Your first contribution to Azure Verified Modules

If you are using Azure Verified Modules, either the Bicep or Terraform modules, you have likely encountered scenarios where you wished for additional features. This blog is a practical guide to help you make your first contribution to Azure Verified Modules, enabling you to turn those additional features into reality. This blog will focus on … Continue reading Your first contribution to Azure Verified Modules