Azure Functions Billing Async Methods

ansario

When using Azure Functions based on a Consumption Based Plan that preform an async task, are you billed at the same rate if you await them vs. not awaiting?

David Ebbo

Yes, that does not affect the billing. Billing timer is simply based on the amount of time between the start and the end of the function.

However, writing proper async code is always preferable from a scaling standpoint.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Local functions benefits with async methods

分類Dev

Azure Python Billing API

分類Dev

Why is async required on methods that call async methods?

分類Dev

Async promise executor functions

分類Dev

std::async with overloaded functions

分類Dev

Methods annotated with '@Async' must be overridable

分類Dev

Why are IAuthenticationFilter's methods async?

分類Dev

functions that return promises must be async

分類Dev

How to make for loop wait for all async functions to finish. async functions has multiple async functions inside in it

分類Dev

Go Functions/Methods without a name

分類Dev

JavaScript: why are some functions not methods?

分類Dev

Azure FunctionsのDI

分類Dev

Azure FunctionsのDI

分類Dev

Azure FunctionsのDI

分類Dev

Developing Azure functions locally

分類Dev

Azure functions runtime configuration

分類Dev

Azure Functions return IQueryable

分類Dev

Azure Functions Traffic Manager

分類Dev

C# Entity Framework error on async methods

分類Dev

Unit test async methods C#

分類Dev

Confused about running async methods in the background

分類Dev

jQuery proxy doesn't call async functions

分類Dev

Compile typescript without transpiling async functions

分類Dev

Catching errors from nested async/await functions

分類Dev

Arrow functions with async and await in react native

分類Dev

Kotlin inline functions and Android methods count

分類Dev

python toolz - composing methods (in contrast to functions)

分類Dev

Azure Functions does not run on Azure but works locally

分類Dev

Calling Azure functions through the Azure CLI