Azure SDK Blog

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

Latest posts

Azure SDK Release (February 2021)
Feb 18, 2021
0
0

Azure SDK Release (February 2021)

Azure SDK
Azure SDK

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

Building A Custom Event Hubs Event Processor with .NET
Feb 10, 2021
0
0

Building A Custom Event Hubs Event Processor with .NET

Matt Ellis
Matt Ellis

In this post, we'll show how you can build a custom event processor in .NET, using the EventProcessor<TPartition> class.

State of the Azure SDK 2021
Feb 1, 2021
0
0

State of the Azure SDK 2021

Azure SDK
Azure SDK

In 2020, we delivered significant improvements to the Azure developer experience. In this post, we take a look at some changes from last year and discuss what's planned for 2021.

How to choose the right Azure Event Hubs .NET client library type for your application
Jan 26, 2021
0
1

How to choose the right Azure Event Hubs .NET client library type for your application

Jesse Squire
Jesse Squire

In this post, we'll explore the various Event Hubs client types and help you determine which one best fits your application.

Azure SDK Release (January 2021)
Jan 19, 2021
0
0

Azure SDK Release (January 2021)

Azure SDK
Azure SDK

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

How to migrate to the new Azure Python Management Libraries
Jan 15, 2021
0
0

How to migrate to the new Azure Python Management Libraries

Kaihui Sun
Kaihui Sun

In this post we'll introduce the new Azure SDK for Python Resource Management Libraries and guide you on how to migrate to the new version

Inside the Azure SDK Architecture
Dec 16, 2020
5
2

Inside the Azure SDK Architecture

Jeffrey Richter
Jeffrey Richter

In this technical blog post, I’ll dive into some of the architectural choices made by the Azure SDK team when designing our client libraries.

Unit testing and mocking with Azure SDK .NET
Dec 15, 2020
3

Unit testing and mocking with Azure SDK .NET

Pavel Krymets
Pavel Krymets

Learn how to reliably unit test your code that is using the Azure SDKs.

Vue.js User Authentication and the new Azure SDKs
Dec 14, 2020
11
3

Vue.js User Authentication and the new Azure SDKs

Christos Matskas
Christos Matskas

In this post we'll show you how to authenticate Vue.js app users with Azure AD and then use the MSAL library to acquire access tokens to retrieve data from Azure Storage. Read on!