How do I write an asynchronous Azure Function App ...
# general
h
How do I write an asynchronous Azure Function App (async await) in Pulumi?
The example in docs I see is a synchronous function, but I need to handle as is typical promises and would love to use async await.
g
cc @white-balloon-205