Showing tag results for azure

Apr 6, 2026
Post comments count0
Post likes count2

MCP Apps on Azure Functions: Quickstart with TypeScript

Swapnil Nagar

Learn how to build and deploy MCP (Model Context Protocol) apps on Azure Functions using TypeScript. This guide covers MCP tools, resources, local development, and serverless deployment with a practical weather app example.

javascriptpythontypescript
Sep 8, 2023
Post comments count2
Post likes count2

Understanding the Azure Core library for .NET

Anne Thompson

Learn about the Azure Core library and how it enables consistent usage patterns across the Azure SDK.

.NETazuresdkazure
May 23, 2023
Post comments count0
Post likes count4

Azure Developer CLI (azd) 1.0.0 release

Savannah Ostrowski

This post announces the first GA release of the Azure Developer CLI (`azd`).

javajavascriptpython
Apr 5, 2023
Post comments count0
Post likes count2

Transport sharing in the Azure SDK for Python

Xiang Yan

Learn how to improve the performance and efficiency of your Azure SDK for Python applications by sharing a transport object across multiple clients or requests.

pythonazure-sdkazuresdk
Jun 28, 2022
Post comments count0
Post likes count0

It just takes time. Updated guidance on Azure long-running operations.

Mark,
Mike

Developers hate waiting, but sometimes it's necessary. When we know something is going to take time in Azure, it's modeled as a long-running operation (LRO). We've recently updated our guidance on LROs in our REST API guidelines.

sdkazureREST