Python
Python Programming Language
Overview
Deploy your Python code to Azure for web apps, serverless apps, containers, and machine learning models. Take advantage of the Azure libraries (SDK) for Python to programmatically access the full range of Azure services including storage, databases, pre-built AI capabilities, and much more.
Key Resources
| Homepage: | https://docs.microsoft.com/azure/developer/python/ |
|---|---|
| Newsfeed: | RSS |
News
| Date | News |
|---|---|
| 1/15/2026 |
Table of Contents
Abstract
Overview
Multi-tenant support
Context-Aware Mount Code generation
How does it work
Typical flow
Getting started with v1.1.0
Learn more
Abstract
The latest update to...
|
| 1/15/2026 |
Join us for a new 6‑part livestream series where we explore the foundational concepts behind building AI agents in Python using the Microsoft Agent Framework.
This series is for anyone who wants...
|
| 1/5/2026 |
The transition from standalone Large Language Models (LLMs) to Agentic Orchestration marks the next frontier in AI development. We are moving away from simple "prompt-and-response" cycles toward...
|
| 12/23/2025 |
This blog post is for developers learning and building ChatGPT apps. It provides an overview of how these apps work, why build them, and how to host one on Azure Functions.
Chat with ChatGPT...
|
| 12/19/2025 |
We just concluded Python + MCP, a three-part livestream series where we:
Built MCP servers in Python using FastMCP
Deployed them into production on Azure (Container Apps and Functions)
Added...
|
| 12/18/2025 |
The durable task extension for Microsoft Agent Framework makes all this possible.
In this post, we'll walk through the AI Travel Planner, a C# application I built that demonstrates how to build...
|
| 12/9/2025 |
Problem Space
Large semi-structured documents such as contracts, invoices, hospital tariff/rate cards multi-page reports, and compliance records often carry essential information that is...
|
| 12/5/2025 |
Our Python + MCP series is a three-part, hands-on journey into one of the most important emerging technologies of 2025: MCP (Model Context Protocol) — an open standard for extending AI agents and...
|
| 12/3/2025 |
Harness the power of Dataverse business data with the open-source Dataverse SDK for Python
The post Introducing the Dataverse SDK for Python appeared first on Microsoft Power Platform Blog.
|
| 12/3/2025 |
Harness the power of Dataverse business data with the open-source Dataverse SDK for Python
The post Introducing the Dataverse SDK for Python appeared first on Microsoft Power Platform Blog.
|
| 12/1/2025 |
Python 3.13+ apps on Azure Functions are now faster by default. By replacing the standard event loop with uvloop, the Functions Python worker delivers higher throughput and lower latency for...
|
| 12/1/2025 |
Python 3.13+ apps on Azure Functions are now faster by default. By replacing the standard event loop with uvloop, the Functions Python worker delivers higher throughput and lower latency for...
|
| 11/30/2025 |
TOC
Introduction
Environment Variable
Build Time
Compatible
Memory
Conclusion
1. Introduction
One of the most common issues during project development is the scenario where “the application...
|
| 11/28/2025 |
This sample application demonstrates how to implement various AI scenarios on Azure App Service using Azure AI Foundry. It provides production-ready code that you can integrate into your existing...
|
| 11/20/2025 |
In a world of Rust, Go, and Python, why does C++ still matter? Dr. Gabriel Dos Reis joins Scott to explain how C++ continues to shape everything from GPUs and browsers to AI infrastructure. They...
|
| 11/19/2025 |
(これは 2025/11/13 に出された製品チームの記事『Bulletproof agents with the durable task extension for Microsoft Agent Framework』を日本語に翻訳したものです。)
本日 (2025/11/13)、Durable Task Extension for Microsoft Agent...
|
| 11/19/2025 |
Picture Carl, a Data Analyst, asked to prepare a comparison of mean petal length across Iris species. Instead of manually writing SQL and charting logic, he prompts an internal GPT-5 Agent:...
|
| 11/18/2025 |
Transforming Business Automation with Intelligent, Collaborative Multi-Agentic workflows!
TL;DR
Agent Loop is now Generally Available in Azure Logic Apps Standard, turning Logic Apps platform...
|
| 11/18/2025 |
Model Context Protocol (MCP) servers allow AI agents to access external tools, data, and systems, greatly extending the capability and power of agents. When you’re ready to expose your MCP...
|
| 11/18/2025 |
Azure Functions is redefining event-driven applications and high-scale APIs in 2025, accelerating innovation for developers building the next generation of intelligent, resilient, and scalable...
|