Showing results for javascript - Azure SDK Blog

May 18, 2021
4
0

Azure SDK Release (May 2021)

Azure SDK
Azure SDK

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

sdkjavajavascript
Sep 9, 2020
0
0

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

Karishma Ghiya
Karishma Ghiya

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!

javascripttypescriptsemver
Aug 18, 2020
0
0

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.

sdkjavajavascript
Aug 11, 2020
0
0

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.

sdkjavajavascript
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
Feb 25, 2020
0
0

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