What is the main function of the Azure Storage node in n8n?
This node allows you to manage files, blobs, and queues within Azure Storage accounts. It is crucial for workflow Integrations that require reading, writing, or listing data stored in the cloud.
How can I set up a workflow to start automatically when a new file is added to a container?
You should use the Azure Storage trigger mechanism. This trigger listens for specific events, such as a new blob creation, allowing your workflow to begin execution immediately without manual intervention.
Which Azure Storage services does this node support?
The Azure Storage node supports operations across Blob Storage, File Storage, and Queue Storage. This comprehensive support enables robust Integrations across various data storage scenarios.
What type of credentials are required for the Azure Storage node authentication?
Authentication typically requires the Account Name and the Access Key (Shared Key) or using an Azure Active Directory service principal. Properly setting up these credentials ensures the node can securely interact with your resources.
Can the Azure Storage node handle file transfers between different cloud services?
Yes. The primary strength of n8n is automation and Integrations. You can use the Azure Storage node to download a file and then pass that data to another node (like S3 or Google Drive) within the same workflow.