-
Microsoft Blog
Comment l’IA générative impacte-t-elle l’expérience développeur?
by Developer Support on March 24, 2025 at 7:34 amAdlene Sifi explore l’impact de l’IA générative sur l’expérience des développeurs. Dans cet article, nous allons tenter de déterminer s’il existe un lien entre l’utilisation de l’IA générative (ex. : GitHub Copilot) et l’expérience développeur (DevEx). Nous souhaitons vérifier plus précisément si l’utilisation de l’IA générative a un impact positif sur l’expérience développeur. Nous tenterons même The post Comment l’IA générative impacte-t-elle l’expérience développeur? appeared first on Developer Support. -
Microsoft Blog
How does generative AI impact Developer Experience?
by Developer Support on March 24, 2025 at 7:26 amAdlene Sifi explores the impact of generative AI on developer experience. In this article, we will try to determine if there is a link between the use of generative AI (e.g., GitHub Copilot) and developer experience (DevEx). Specifically, we aim to verify whether the use of generative AI has a positive impact on developer experience. The post How does generative AI impact Developer Experience? appeared first on Developer Support. -
Microsoft Blog
Supercharge Developer Workflows with GitHub Copilot Workspace Extensions
by Reed Robison on February 21, 2025 at 7:31 amDavid Minkovski takes you on a hands-on journey to extend GitHub Copilot beyond just being a code assistant — turning it into a true AI-powered teammate inside VS Code. Motivation It is 2025 and Software Developers are faced with an incredibly fast-paced high-tech landscape — full of innovation and automation around every corner. Even with the consideration of AI taking on many roles (and The post Supercharge Developer Workflows with GitHub Copilot Workspace Extensions appeared first on Developer Support. -
Microsoft Blog
AI-Powered Customer Support: The Ultimate Multi-Agent System
by Developer Support on February 21, 2025 at 7:19 amDavid Minkovski explores using Azure OpenAI and Rust to Build Intelligent and Scalable AI Systems Motivation For the past few months, I’ve had the pleasure of taking the front seat to some really fascinating and exciting AI projects, thanks to my amazing customers and colleagues at Microsoft. During these sessions, I noticed a common challenge: The post AI-Powered Customer Support: The Ultimate Multi-Agent System appeared first on Developer Support. -
Microsoft Blog
Deploying WebJobs to Azure Container Apps
by Developer Support on February 20, 2025 at 7:25 amDebjyoti Ganguly walks through the process of migrating existing WebJobs to Azure Container App Jobs, highlighting the benefits and providing practical steps to implement this migration effectively Introduction As businesses scale, the need for a robust and scalable environment for running background jobs becomes essential. Azure Container App Jobs offer a modern, scalable, and containerized The post Deploying WebJobs to Azure Container Apps appeared first on Developer Support. -
Microsoft Blog
AI: The New Frontier for Developers
by Developer Support on November 8, 2024 at 7:35 amAJ Enns reflects on his journey as a new developer and the impact of AI as an integrated, coding assistant for improving developer velocity. The year is 2024, and AI has been around for a while. ChatGPT broke onto the scene and changed the world forever. As soon as I heard about it, the first The post AI: The New Frontier for Developers appeared first on Developer Support. -
Microsoft Blog
Debugging a managed identity connection to Azure SQL in Azure App Service using containers
by Developer Support on November 7, 2024 at 7:20 amDominique St-Amand explores how to debug a managed identity connection from a container-based App Service to Azure SQL. So you’ve been eager to deploy your containerized web application that you’ve been working on for a while, to Azure App Service. You follow the best security practices which means you’ve setup your connection to your Azure The post Debugging a managed identity connection to Azure SQL in Azure App Service using containers appeared first on Developer Support. -
Microsoft Blog
Autogen RAG
by Developer Support on September 20, 2024 at 7:00 amLinkai Yu explores the retrieval-augemented generation pattern with Azure OpenAI Assistants API. The Retrieval-Augmented Generation (RAG) pattern is the standard for integrating ground AI with local data. One powerful way to implement RAG is through the function call or tool call feature in the Function Call API. When examining the samples provided by the Azure The post Autogen RAG appeared first on Developer Support. -
Microsoft Blog
Boosting Azure DevOps Security with GHAS Code Scanning
by Developer Support on September 17, 2024 at 7:00 amDebjyoti Ganguly shares insights on the security benefits and configuration of GHAS Code Scanning with Azure DevOps. Boosting Azure DevOps Security with GHAS Code Scanning Code scanning, a pipeline-based tool available in GitHub Advanced Security, is designed to detect code vulnerabilities and bugs within the source code of ADO (Azure DevOps) repositories. Utilizing CodeQL as The post Boosting Azure DevOps Security with GHAS Code Scanning appeared first on Developer Support. -
Microsoft Blog
Running Open AI Whisper on Azure
by Developer Support on July 9, 2024 at 7:00 amMonu Bambroo explores Whisper, a speech to text model from OpenAI that you can use to transcribe audio files. The model is trained on a large dataset of English audio and text. The model is optimized for transcribing audio files that contain speech in English. The model can also be used to transcribe audio files The post Running Open AI Whisper on Azure appeared first on Developer Support.