Azure SDK Blog

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

Async Iterators in the Azure SDK for JavaScript/TypeScript

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.

Forecasting Service scale out with Jupyter Notebooks in Visual Studio Code

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