Azure Functions
PulseAugur coverage of Azure Functions — every cluster mentioning Azure Functions across labs, papers, and developer communities, ranked by signal.
2 day(s) with sentiment data
-
Dataverse CRUD Operations Detailed Using Azure Functions and .NET
This blog post details the third article in a series about Dataverse, focusing on implementing Create, Read, Update, and Delete (CRUD) operations using Azure Functions with .NET. The article aims to provide practical gu…
-
Guide to building long-running tools on Azure Functions
This article provides a guide on constructing long-running tools for Microsoft's Azure Functions. It details how to manage and execute these tools efficiently within the Azure cloud environment.
-
Reinforcement learning boosts AI inference routing by 3.5x in multi-GPU systems
Researchers have explored using reinforcement learning (RL) to create adaptive inference batching and routing policies for AI systems. In single-GPU scenarios with predictable traffic, RL offered only minor improvements…
-
Reinforcement learning optimizes AI inference routing, boosting throughput
Researchers have developed a reinforcement learning (RL) approach to optimize inference batching and routing for AI systems, particularly in multi-GPU environments. Their findings indicate that while RL offers only marg…
-
Deploy .NET MCP Server to Azure Functions as Custom Handler
This tutorial details how to deploy an existing .NET MCP server to Azure Functions, building upon a previous guide that hosted it on Azure Container Apps. The process involves using Azure Functions as a self-hosted cust…
-
Azure Functions migration hits MCP extension auth issues
A .NET developer encountered authentication issues while migrating an MCP server to Azure Functions. The problem stemmed from the MCP extension's authorization mechanism within the Azure Functions environment. The autho…
-
Microsoft Agent Framework adds durable AI workflow capabilities
The Microsoft Agent Framework (MAF) has introduced a new programming model for building durable AI agent workflows. This model utilizes concepts like Executors for individual work units and WorkflowBuilders to connect t…
-
Microsoft Agent Framework adds Durable Workflows for .NET developers
Microsoft has introduced Durable Workflows as a new feature within its Agent Framework, leveraging .NET. This enhancement aims to streamline the development of complex agent-based applications by providing robust workfl…