Showing tag results for java

Sep 24, 2020
Post comments count0
Post likes count0

Azure SDK for Java Logging in Azure Functions

Vinay Gera

In this post, we'll cover the steps required to setup and access Azure SDK for Java logging in an Azure Functions environment.

javaazure-sdkfunctions
Sep 15, 2020
Post comments count0
Post likes count0

Azure SDK Release (September 2020)

Azure SDK

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

javasdkjavascript
Aug 18, 2020
Post comments count0
Post likes count0

Azure SDK Release (August 2020)

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

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

Introducing new previews for Azure management libraries

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

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