Azure blob storage service with n8n

Hello experts,

I need to use Azure blob storage services with n8n to handle files. But I see there is no existing node available in the n8n library.

However, I found a community node to deal with. But due to security issues, I didn’t get approval to use it.

Can anyone suggest how to work with Azure blob service in n8n.

I really appreciate any help you can provide.

Hi @Siva_Nagarajan :wave:

You’re correct in that there is no Azure blob storage node - if you can’t use the community node, you’ll have to use their REST API and a HTTP Request node. You can find their documentation here: Blob Storage REST API - Azure Storage | Microsoft Learn

2 Likes

Hi @EmeraldHerald

Thanks for your respond. It works well :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.