cloud
Azure for .NET Developers Articles, Tutorials & News
Azure for .NET Developers articles, tutorials, and news from the DotNetNews archive.
565 articles Updated
Azure for .NET Developers work shows up across many DotNetNews issues because teams keep hitting the same implementation questions. Azure for .NET Developers shows up when .NET code leaves the laptop and has to run under cloud, container, or CI constraints.
Recurring subtopics in recent issues include Azure C#, Microsoft Azure .NET, Azure cloud .NET, and Azure tutorials .NET. When a subtopic never appears in the archive titles or excerpts, it is left out of this introduction.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for Azure for .NET Developers; the archive list is chronological and larger. Secondary angles such as Azure for .NET developers and Azure C# appear when the archive actually covered them. Cross-links to Azure Functions with C# and Azure Cosmos DB for .NET help when the problem spans more than one tag.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for Azure
-
How to build long-running MCP tools on Azure Functions
devblogs.microsoft.com Issue #502
Interesting Azure Functions angle for MCP workloads that outlive normal request expectations.
-
Building Production-Ready RAG Applications with Azure AI Search and .NET
c-sharpcorner.com Issue #502
RAG guidance is everywhere, but production-readiness with Azure AI Search is the part teams actually need.
-
Building Multi-Tenant AI SaaS Applications with ASP.NET Core and Azure OpenAI
c-sharpcorner.com Issue #501
Multi-tenant AI SaaS is where architecture details matter more than demos.
-
EF Core and Azure SQL Database: A Step-by-Step Guide
antondevtips.com Issue #498
Practical guide for getting EF Core working cleanly against Azure SQL, including resiliency and passwordless access.
-
Deploying an MCP server to Azure Container Apps with the Microsoft Agent Framework
medium.com Issue #496
Practical deployment guidance for getting an MCP server out of local dev and into Azure Container Apps.
-
See our new Azure Cosmos DB Design Patterns
devblogs.microsoft.com Issue #495
Strong reference material for Cosmos teams that need proven modeling approaches instead of learning partitioning lessons the hard way.
-
Cosmos DB Shell unlock agentic workflows with MCP toolkit
wondertalik.medium.com Issue #493
Interesting crossover of Cosmos DB tooling and MCP-style agent workflows; worth a look if you're experimenting with AI-assisted data access.
-
Local Aspire Development with Azure Cosmos DB and the Preview Emulator | BEN ABT
medium.com Issue #488
Local Cosmos DB plus Aspire is exactly the kind of developer-loop improvement I want more of.
Archive
Page 1 of 23
Newest first
-
Adding AI to Your ASP.NET Core Application: What It Actually Involves
faciletechnolab.com Issue #514
What adding AI to an existing ASP.NET Core application actually involves - integration patterns, Microsoft Agent Framework, Azure OpenAI, and what to expect.
-
Secure Secrets Management in ASP.NET Core: User Secrets, Azure Key Vault, and Production Best Practices
c-sharpcorner.com Issue #512
Secure ASP.NET Core secrets with User Secrets, Azure Key Vault, and best practices. Protect your app from development to production.
-
Device Code Flow: The Gift That Keeps on Giving — To Attackers
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Tags: Microsoft Entra ID, Conditional Access, Device Code Flow, OAuth, Azure Arc, Azure Migrate, Identity Security, Zero Trust Introduction ...
-
Prioritize exposure resolution with a new dashboard experience (public preview)
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Cut Through the Noise and Focus on What Matters Most Security teams face a constant challenge: too many findings, too many dashboards, and n...
-
Building Intelligent UAV Applications with ASP.NET Core, Azure, and AI
c-sharpcorner.com Issue #512
Learn how to build Intelligent UAV Applications using C#, ASP.NET Core, AI, Azure, IoT, SignalR, and edge computing with scalable enterprise architecture.
-
How Nationwide stays ahead of attackers with Project Perception
techcommunity.microsoft.com Issue #512
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Nationwide, the world’s largest building society, is among the first organizations to put Microsoft’s new...
-
Is Microsoft Teams a good Intranet?
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). Our company is fully on Microsoft 365, but employees still struggle to find basic information like policies, company updates, forms, departm...
-
Why is there a whirring sound coming from the coil of my charging circuit?
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). My laptop emits a high-pitched whirring or buzzing noise directly from the charging port area, and this sound becomes more noticeable when t...
-
Building Autonomous Network Operations: From Vision to Measurable Business Impact
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). At TM Forum DTW Ignite 2026 , industry leaders gathered to discuss one of telecom's most important transformations: the shift from net...
-
BIOS corruption is bricking, how to fix?
techcommunity.microsoft.com Issue #511
PENDING REVIEW: MICROSOFT ARTICLE UNRETRIEVABLE (HTTP 403). The serious issue where my BIOS appears to be corrupted, causing my computer to become unbootable and effectively bricking the device. I nee...
-
Query Performance Tuning in Azure DocumentDB: A Practical Guide
devblogs.microsoft.com Issue #511
Writing a query that works is easy. Writing a query that scales is a different story.
-
From the model that answers to the agent that works: Agent Harness and CodeAct with C#
medium.com Issue #510
How to separate the control plane (Agent Harness) from the execution plane (CodeAct) in the Microsoft Agent Framework, with a real case in…
-
Faster blob copying in Azure Blob Storage
markheath.net Issue #509
I generally try to avoid copying blobs in Azure and just reference a single copy, but there are some situations where you do need to make a copy. The technique you choose can make a big difference to ...
-
Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB
devblogs.microsoft.com Issue #508
Recently we introduced the Agent Memory Toolkit
-
Building RAG Applications in C# with Semantic Kernel and Azure AI Search
c-sharpcorner.com Issue #508
Build C# RAG apps with Semantic Kernel & Azure AI Search. Ground LLMs in your data for accurate, context-aware responses.
-
Secure Secrets Management in .NET with Azure Key Vault
c-sharpcorner.com Issue #507
Secure your .NET apps with Azure Key Vault. Learn to manage secrets, keys, and certs centrally, avoiding hardcoding and enhancing security.
-
ASP.NET Core Microservices Architecture Guide 2026
faciletechnolab.com Issue #506
A practical guide to ASP.NET Core microservices architecture - service decomposition, communication patterns, data isolation, and deployment on Azure.
-
Building Event-Driven Microservices with .NET Aspire and Azure Service Bus
c-sharpcorner.com Issue #505
Build resilient, scalable .NET microservices with Aspire & Azure Service Bus. Master event-driven architecture for robust distributed systems.
-
Microsoft Agent Framework for .NET (part 2): How to use IChatClient with Azure Foundry and Ollama in .NET
code4it.dev Issue #505
IChatClient is the core of Microsoft Agent Framework. Let’s see how to configure it with Azure Foundry and Ollama.
-
Azure AI Projects SDK for .NET: Building and Publishing AI Agents
c-sharpcorner.com Issue #505
Build and deploy powerful AI agents with the Azure AI Projects SDK for .NET. Streamline development, integrate services, and create intelligent applications.
-
Azure AI Document Intelligence with .NET
c-sharpcorner.com Issue #505
Automate document processing with Azure AI Document Intelligence and .NET. Extract data from invoices, receipts, and more, reducing manual effort.
-
The Cosmos DB Query That Burned 2 Million RUs Before Lunch
medium.com Issue #504
One missing word in a WHERE clause. A dashboard that refreshed every 30 seconds. A throttling storm that made the whole app feel broken —…
-
How to build long-running MCP tools on Azure Functions
devblogs.microsoft.com Issue #502
Recently, a customer building servers with the Azure Functions Model Context Protocol (MCP) extension reached out and asked: How do I handle tools that take longer than the client is willing to wait? ...
-
Building Production-Ready RAG Applications with Azure AI Search and .NET
c-sharpcorner.com Issue #502
Build production-ready RAG apps with Azure AI Search & .NET. Enhance LLMs with your data for accurate, context-aware responses.
-
Building Multi-Tenant AI SaaS Applications with ASP.NET Core and Azure OpenAI
c-sharpcorner.com Issue #501
Build scalable AI SaaS with ASP.NET Core & Azure OpenAI. Master multi-tenancy for secure, cost-effective, isolated AI services.