Showing archive results for 2020

Sep 15, 2020
Post comments count0
Post likes count0

Azure SDK Release (September 2020)

Azure SDK
Azure SDK

Form Recognizer goes GA! Introducing the new Tables and Event Grid client libraries!!!

javasdkjavascript
Sep 15, 2020
Post comments count3
Post likes count0

Introducing the new Azure Tables Client Libraries

Christopher Scott
Christopher Scott

We just released the new Azure Tables client libraries beta! In this post, we'll introduce you to the new libraries and show you how to get started.

storagetablescosmos
Sep 15, 2020
Post comments count0
Post likes count0

Introducing the new Azure Event Grid Client Libraries with CloudEvents v1.0 Support

Kerri Lee
Kerri Lee

The new Azure Event Grid client library now supports sending and receiving events in the JSON implementation of CloudEvents v1.0. Read on to learn more about the CloudEvents v1.0 schema, and how you can now use Event Grid to work with CloudEvents!

sdkazuresdkEventGrid
Sep 9, 2020
Post comments count0
Post likes count0

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 25, 2020
Post comments count5
Post likes count0

Secretless Azure Functions dev with the new Azure Identity Libraries

Christos Matskas
Christos Matskas

In this post you'll find out how to connect Azure Functions with Azure resources with the new Azure Identity library which eliminates the need to use secrets or connection strings and hence allows us to create more secure and robust solutions. Read on!

sdk.NETmicrosoftIdentity
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
Aug 4, 2020
Post comments count0
Post likes count4

Lifetime management for Azure SDK .NET clients

Pavel Krymets
Pavel Krymets

When using Azure SDK .NET client libraries in high throughput applications, it's important to know how to maximize performance and avoid extra allocations while preventing bugs that could be introduced by accessing data from multiple threads. This article covers the best practices for using clients and models efficiently. Client lifetime The main...

sdk.NETazuresdk