Developer Support Advocacy and Innovation
- Supercharge Developer Workflows with GitHub Copilot Workspace Extensionsby Reed Robison on February 21, 2025 at 7:31 am
David 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.
- AI-Powered Customer Support: The Ultimate Multi-Agent Systemby Developer Support on February 21, 2025 at 7:19 am
David 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.
- Deploying WebJobs to Azure Container Appsby Developer Support on February 20, 2025 at 7:25 am
Debjyoti 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.
- AI: The New Frontier for Developersby Developer Support on November 8, 2024 at 7:35 am
AJ 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.
- Debugging a managed identity connection to Azure SQL in Azure App Service using containersby Developer Support on November 7, 2024 at 7:20 am
Dominique 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.
- Autogen RAGby Developer Support on September 20, 2024 at 7:00 am
Linkai 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.
- Boosting Azure DevOps Security with GHAS Code Scanningby Developer Support on September 17, 2024 at 7:00 am
Debjyoti 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.
- Running Open AI Whisper on Azureby Developer Support on July 9, 2024 at 7:00 am
Monu 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.
- Copilot Studio – Prompt Response Timesby Developer Support on July 5, 2024 at 7:43 am
Tahir Naveed walks through how to measure prompt response times with Microsoft Copilot Studio and explores considerations that factor into the overall performance of these requests. Building custom copilots (GenAI chatbots) in Microsoft Copilot Studio is amazing. Especially with the new functionalities which were released in Microsoft Build 2024. What’s more amazing is when we The post Copilot Studio – Prompt Response Times appeared first on Developer Support.
- VBScript deprecation: Timelines and next stepsby Developer Support on May 30, 2024 at 11:56 am
Scripting options for web development and task automation are modernizing. To provide you with the most modern and efficient options, we are replacing VBScript with more advanced alternatives such as JavaScript and PowerShell. Find out what VBScript deprecation means for you and how you can get ready. What is VBScript? Visual Basic Scripting Edition, commonly The post VBScript deprecation: Timelines and next steps appeared first on Developer Support.