Hey there, I want to connect to an azure blob storage through the (new) metadata alternative, but haven't had any luck yet.
So far I managed to use the general account settings, which are stored within the hop-config.json. However, I didn't figure out yet how to make use of the Azure Authentication which is stored under metadata. If I use azure://[containername] or [metadataname] in the text file input, hop will still revert to the global data or returns an error. The only hint I got from the documentation is "this will be used in file paths name://". But no clue, how or where this would be used in particular. Obviously using name://[metadata name] in the path field of a text input doesn't work. Thanks for your assistance. Cheers Gabriel hop documentation: https://hop.apache.org/manual/latest/metadata-types/azure-authentication.html https://hop.apache.org/manual/latest/vfs/azure-blob-storage-vfs.html