Skip to main content

Posts

Showing posts with the label Azure DevOps

AI-Powered PR Review with Azure DevOps and OpenAI

AI-Powered PR Review with Azure DevOps Overview: This guide shows you how to set up an automated AI-powered Pull Request review system using Azure OpenAI and Azure DevOps. The AI will automatically detect security vulnerabilities, performance issues, and code quality problems in your pull requests. Prerequisites Create Azure OpenAI Sign in to Azure Portal Go to https://portal.azure.com Sign in with your Azure account Create Resource Click "Create a resource" (top left) Search for "Azure OpenAI" Click "Azure OpenAI" → "Create" Create a Deployment Model Access Azure AI Foundry Portal Go to https://ai.azure.com OR from Azure Portal → Your OpenAI resource → "Explore Azure AI Foundry portal" Create/Select Project Create new project: AI-PR-Review Select your Azure OpenAI resource Navigate to Deployments Left sidebar → "Deployments...

My experience with Azure DevOps

What is Azure DevOps Azure DevOps is formerly known as Visual Studio Team Services (VSTS). Basically is it a set of practices intended to reduce the time between committing a change to a system and the change being placed into normal production or even development environment, while ensuring high quality. Tools available to use with Azure DevOps It is a good news for a developer to know that they can use their favorite tools with Azure DevOps with any compromise. You can connect many tools with Azure  DevOps  to ensure productivity while doing your work Below is a small list of tools that can be connected with Azure  DevOps. Why use Azure DevOps There are several reasons to choose Azure DevOps but the following are the main and most important one. First of all Azure DevOps offers a high performance deployment are more frequent with less failure and the fact that it is fast recovery as well in case of failure. Moreover with organisation adopting Azure D...