Showing tag results for azure

Sep 8, 2023
Post comments count2
Post likes count2

Understanding the Azure Core library for .NET

Anne Thompson

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

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

Azure Developer CLI (azd) 1.0.0 release

Savannah Ostrowski

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

javapythonjavascript
Apr 5, 2023
Post comments count0
Post likes count2

Transport sharing in the Azure SDK for Python

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-sdkazure
Jun 28, 2022
Post comments count0
Post likes count0

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

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,
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,
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
Aug 17, 2021
Post comments count0
Post likes count0

Azure Service Bus for .NET deep dive resources

Daniel Marbach

In this post I'll highlight my Azure Service Bus .NET Deep Dive blog post series and webinar helping you to unleash the power of Azure Service Bus with .NET.

sdk.NETazure
Jul 29, 2021
Post comments count0
Post likes count0

Process Azure Digital Twins data updates with the new Azure Function Extension Libraries **Beta**

Muhammad Nabeel

The goal of this post is to demonstrate the new Azure Function Extension Libraries (Beta) for a secretless configuration of an IoT system managed by Azure Active Directory. This post will show how data is flowing from Azure Digital Twins to Event Hubs and consumed by an Azure Function with using secrets stored in configuration.

azure-sdkazureIoT