Azure SDK Blog

Develop Azure solutions with the Azure SDKs aka.ms/azsdk

Lifetime management for Azure SDK .NET clients

When using Azure SDK .NET client libraries in high throughput applications, it's important to know how to maximize performance and avoid extra allocations while preventing bugs that could be introduced by accessing data from multiple threads. This article covers the best practices for using clients and models efficiently. Client lifetime The...

Custom transport in Python SDK: an HTTPX experiment

One of the most important design concepts of the new Azure SDK for Python is that the SDK is modular. This allows us to provide highly customizable HTTP pipelines that users can configure to their own needs. In this article, I will briefly describe the main HTTP pipeline for the Azure SDK for Python, then focus on the HTTP transport and the ab