Showing results for Azure SDK - Azure SDK Blog

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
Jul 28, 2020
Post comments count1
Post likes count0

Custom transport in Python SDK: an HTTPX experiment

lmazuel
lmazuel

One of the most important design concepts of the new Azure SDK for Python is that the SDK is modular. This allows us to provide highly customizable HTTP pipelines that users can configure to their own needs. In this article, I will briefly describe the main HTTP pipeline for the Azure SDK for Python, then focus on the HTTP transport and the ab

pythonHTTPHTTP transport
Jul 16, 2020
Post comments count0
Post likes count0

Azure SDK Release (July 2020) – Routing Failure Notification in Azure DevOps

Daniel Jurek
Daniel Jurek

Welcome to the July release of the Azure SDK. We have updated the following libraries: These are ready to use in your production applications. You can find details of all released libraries on our releases page. New preview releases: We believe these are ready for you to use and experiment with, but not yet ready for production. B...

releases
Jul 7, 2020
Post comments count0
Post likes count0

Introducing new previews for Azure management libraries

Nick Zhu
Nick Zhu

We’re excited to announce that a new set of Azure management libraries for Java, .NET and Python are now in Public Preview. These libraries follow the Azure SDK guidelines and share a number of core features such as authentication protocols, HTTP retries, logging, and transport protocols.

javapythonreleases
Jun 23, 2020
Post comments count0
Post likes count0

Dependency Management for Java

Alan Zimmer
Alan Zimmer

It is common practice to reuse software libraries to speed up development. However, it introduces a problem of dependency management in your project. I will break down some of our solutions for dependency management in Java. You will learn how to use Maven and Gradle for this task, and how to troubleshoot dependency conflicts along the way. What a...

java
Jun 18, 2020
Post comments count0
Post likes count1

Azure SDK Release (June 2020) – Introducing the Azure SDK for Embedded Devices

Jeffrey Richter
Jeffrey Richter

This month, we introduce the Azure SDK for Embedded C, with a preview edition of the Storage client library. In addition, we've updated the client libraries for Cosmos DB, Event Hubs, Storage, and Text Analytics. We've also published new previews for Azure Identity, Cognitive Search, Form Recognizer, and Service Bus.

releases