Azure SDK Blog

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

Testing SemVer Dependency Ranges in the new Azure SDK for JavaScript/TypeScript

In this post you will explore how the Azure SDK team tests the SemVer dependency ranges in the new Azure SDK for JavaScript/TypeScript which ensures the acceptable dependency version ranges are accurate and up-to-date hence allows us to iterate rapidly on new features and fixes based on user feedback. Read on!

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.