Azure SDK Blog

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

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

Introducing new previews for Azure management libraries

We’re excited to announce that a new set of Azure management libraries for Java, .NET and Python are now in Public Preview. These libraries follow the Azure SDK guidelines and share a number of core features such as authentication protocols, HTTP retries, logging, and transport protocols.