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: powershell
Create your own function in Azure Bicep with user-defined functions
Before the release of the user-defined functions functionality, there was a โhackyโ way to create your own functions, namely through creating modules and using outputs. Now with the release of user-defined functions, you can easily create your own user-defined functions. These are separate functions in addition to the built-in Bicep functions. In this blog post, … Continue reading Create your own function in Azure Bicep with user-defined functions
Lint Azure Bicep templates in Azure DevOps
Stable, scalable and secure infrastructure as code is important to have a performing Azure environment. As organisations adopt Infrastructure as Code (IaC) to automate and manage their cloud resources, the need for maintaining code quality and enforcing best practices becomes important. This is where Azure Bicep linting comes into play, especially when integrated with Azure … Continue reading Lint Azure Bicep templates in Azure DevOps
Simplify Azure DevOps License Management with Group Rules
Managing user access and permissions in Azure DevOps can be a time-consuming task, especially for larger organizations. In this blog post, I am going to write about Azure DevOps group rules. Group rules can help to make Azure DevOps user management easier and make the onboarding and offboarding process more efficient. What is a Group … Continue reading Simplify Azure DevOps License Management with Group Rules
Run PowerShell scripts with Azure Bicep
Did you know you can run Azure PowerShell or CLI scripts with Bicep? With Microsoft.Resources/deploymentScripts you can execute scripts in a Bicep deployment. In addition, you can work with the outputs of the script that you ran. This opens loads of automation possibilities and flexibility. What are Deployment Scripts? The deploymentScript resource can run PowerShell … Continue reading Run PowerShell scripts with Azure Bicep



