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
Tag: azuredevops
Chaining Bicep Deployments using Outputs and Stage Dependencies in Azure Pipelines
Sometimes, deploying a Bicep template using the preferred main.bicep method is not possible due to insufficient deployment permissions, especially when deploying across different subscriptions. This requires finding alternative ways to deploy your Bicep template, often involving context switching to obtain the necessary permissions. In this blog, you will learn how to leverage Azure Bicep outputs … Continue reading Chaining Bicep Deployments using Outputs and Stage Dependencies in Azure Pipelines
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
Setup Azure DevOps Workload Identity Federation using Azure Bicep
In this blog, you will learn how to set up and configure Azure DevOps service connections using workload identity federation through a user-assigned managed identity via an Azure Bicep deployment. This blog covers: A high-level design of how the Azure DevOps services connections are created using Azure Bicep The requirements needed to succesfully configure Azure … Continue reading Setup Azure DevOps Workload Identity Federation using Azure Bicep
Use service connection approvals to elevate Azure DevOps deployment security
In DevOps, the focus is primarily on automation and having dependable deployments. However, sometimes human intervention is necessary, particularly for deployments to critical environments like production or other business-critical systems. Azure DevOps has some measures that you can configure to implement these controls through approvals and checks. Azure DevOps has some measures that you can … Continue reading Use service connection approvals to elevate Azure DevOps deployment security




