node.js - Azure Function to blob storage, specify filename and metadata -


this question straightforward. haven't figured if it's possible specify filename programmatically , adding metadata output blob object described in binding in azure function built on nodejs. possible , how 1 this?

we don't support imperative specification of output blob path in node.js functions. if need level of control you'll have use azure storage sdk create blobs, rather using our declarative output bindings.

we have tracking item here adding dynamic binding support, enable scenario.

we support binding expressions blob output paths allow specify paths based on random guids (e.g. {sys.randguid}) or timestamp (e.g. {sys.utcnow:mm-dd-yyyy}) using custom format expressions. goes far.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -