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
The Azure Files Plugin is a pre-packaged, plug-and-play integration component for the FlowSynx engine. It enables interacting with Azure File Shares to manage directories and files, supporting a variety of operations such as uploading, downloading, listing, and purging file share data. Designed for FlowSynx’s no-code/low-code automation workflows, this plugin simplifies cloud file storage integration and file management.
This plugin is automatically installed by the FlowSynx engine when selected within the platform. It is not intended for manual installation or standalone developer use outside the FlowSynx environment.
Purpose
The Azure Files Plugin allows FlowSynx users to:
Upload and download files to and from Azure File Shares.
Manage files and directories with create, delete, and purge operations.
List contents of directories with filtering and metadata support.
Perform existence checks for files or folders in workflows without writing code.
Supported Operations
create: Creates a new file or directory in the specified path within the file share.
delete: Deletes a file or directory at the specified path in the share.
exist: Checks if a file or directory exists at the specified path.
list: Lists files and directories under a specified path, with filtering and optional metadata.
purge: Deletes all files and directories under the specified path, optionally forcing deletion.
read: Reads and returns the contents of a file at the specified path.
write: Writes data to a specified path in the file share, with support for overwrite.
Plugin Specifications
The plugin requires the following configuration:
ShareName (string): Required. The Azure File Share name.
AccountName (string): Optional. The Azure Storage account name.
AccountKey (string): Optional. The access key for the Azure Storage account.
ConnectionString (string): Optional. The full connection string for the Azure Storage account.