Showing results for python - Azure SDK Blog

Aug 18, 2020
Post comments count0
Post likes count0

Azure SDK Release (August 2020)

Azure SDK
Azure SDK

Azure SDK releases every month. In this post, you'll find this month's highlights and release notes.

javasdkjavascript
Aug 11, 2020
Post comments count0
Post likes count0

Azure SDK: Packaging, tools, and repository structure

Mitch Denny
Mitch Denny

The capabilities and constraints of the package management tool chain used by a particular ecosystem can have a dramatic impact on how you structure your repositories.

javasdkjavascript
Jul 28, 2020
Post comments count1
Post likes count0

Custom transport in Python SDK: an HTTPX experiment

lmazuel
lmazuel

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

pythonHTTPHTTP transport
Jul 7, 2020
Post comments count0
Post likes count0

Introducing new previews for Azure management libraries

Nick Zhu
Nick Zhu

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.

javapythonreleases
May 5, 2020
Post comments count0
Post likes count0

Forecasting Service scale out with Jupyter Notebooks in Visual Studio Code

Kieran Brantner-Magee
Kieran Brantner-Magee

Visual Studio Code has an extension for running Jupyter Notebooks, which is a great tool for those of us interested in data analytics as it simplifies our workflows. In this article, I will show how to consume Azure data in a Jupyter Notebook using the Azure SDK. The problem I will be demonstrating builds a predictive model to anticipate service sc...

pythonscalabilityjupyter
Mar 24, 2020
Post comments count0
Post likes count0

Enabling distributed tracing with the Azure SDK for Python

Adrian Hall
Adrian Hall

Todays topic is diagnostics with Python applications. I have a fairly complex application, and something is going wrong. Azure provides a capability within Azure Monitor called transaction monitoring that tracks a transaction (such as an API call) from your application all the way through to the service that fulfills the request. This is power

pythondebugging
Feb 25, 2020
Post comments count0
Post likes count0

Authentication and the Azure SDK

Adrian Hall
Adrian Hall

How do your apps identify themselves to the cloud resources you are using? This is one of the most important considerations when building a cloud-native app. When you write a service, you should be able to take the same code and run it on your dev box and in any of the Azure clouds without code changes.

javajavascriptpython