You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Nice & relevant node, much appreciated.
Could you please add a way to make the name of the blob to be uploaded configurable? Maybe via the message topic for instance?
createBlob(clientContainerName, clientBlobName, msg.payload);
-->
createBlob(clientContainerName, msg.topic, msg.payload);
Thanks in advance!
The text was updated successfully, but these errors were encountered: