Showing results for May 2020 - Azure SDK Blog

May 26, 2020
0
2

Async Iterators in the Azure SDK for JavaScript/TypeScript

Brian Terlson
Brian Terlson

A common feature in cloud APIs is paging for list results. Result sets may be massive - you could have thousands of blobs in a container, for example. Getting all results at once can cause delays in transmission and excessive load on the backend. We'll show you how the Azure SDK handles this issue.

javascript
May 12, 2020
0
0

Azure SDK Release (May 2020) – New Azure Identity Dev Credentials

Jianghao Lu
Jianghao Lu

This month, we have updated Event Hubs and Storage, and introduced new previews for Form Recognizer, Cognitive Search, and Service Bus. We also go in depth with Azure Identity and the new mechanisms we are developing to improve authentication when developing services.

releases
May 5, 2020
0
0

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 ...

pythonscalabilityjupyter

Feedback