Showing results for azure - Azure SDK Blog

Sep 8, 2023
Post comments count2
Post likes count2

Understanding the Azure Core library for .NET

Anne Thompson
Anne Thompson

Learn about the Azure Core library and how it enables consistent usage patterns across the Azure SDK.

.NETazuresdkazure
May 23, 2023
Post comments count0
Post likes count4

Azure Developer CLI (azd) 1.0.0 release

Savannah Ostrowski
Savannah Ostrowski

This post announces the first GA release of the Azure Developer CLI (`azd`).

javajavascriptpython
Apr 5, 2023
Post comments count0
Post likes count1

Transport sharing in the Azure SDK for Python

Xiang Yan
Xiang Yan

Learn how to improve the performance and efficiency of your Azure SDK for Python applications by sharing a transport object across multiple clients or requests.

pythonazure-sdkazuresdk
Jun 28, 2022
Post comments count0
Post likes count0

It just takes time. Updated guidance on Azure long-running operations.

Mark W. Mike Kistler
Mark,
Mike

Developers hate waiting, but sometimes it's necessary. When we know something is going to take time in Azure, it's modeled as a long-running operation (LRO). We've recently updated our guidance on LROs in our REST API guidelines.

sdkazureREST
Apr 19, 2022
Post comments count4
Post likes count0

API Definitions as Developer Contracts

Mark W. Mike Kistler
Mark,
Mike

APIs are our contracts with developers. This post will introduce you to how we approach defining and managing API definitions in Azure.

azure-sdkazureOpenAPI
Oct 5, 2021
Post comments count0
Post likes count0

Azure REST API Guidelines Update

Mark W. Mike Kistler
Mark,
Mike

Providing APIs that are easy to use, fit to purpose, scalable, maintainable, and consistent make the difference between success and failure for your software. The guidelines help Microsoft engineering teams, and others building REST services, create APIs that are approachable, sustainable, and consistent.

azureRESTAPI