Skip to main content

Azure Files Connector

Azure Files Manage files and folders within Azure Files

Connections

Connection String

Connection String

InputCommentsDefault
Connection StringProvide the connection string for your active directory account.

Storage Shared Key

Storage Shared Key

InputCommentsDefault
Account NameProvide the name for your active directory account.
Account KeyProvide the key for your active directory account.

Actions

Copy File

Copy a file

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
From PathAn object in Azure Files is a file that is saved in a 'share'. This represents the source object's file path. Do not include a leading /
To PathAn object in Azure Files is a file that is saved in a 'share'. This represents the destination object's file path. Do not include a leading /
Connection

Create Folder

Create a folder under an existing path

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
PathAn object in Azure Files is a file that is saved in a 'share'. This represents the object's file path. Do not include a leading /
Connection

Create Share

Create a file share

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
Connection

Delete File

Delete a file

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
PathAn object in Azure Files is a file that is saved in a 'share'. This represents the object's file path. Do not include a leading /
Connection

Delete Folder

Delete an empty folder under an existing path

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
PathAn object in Azure Files is a file that is saved in a 'share'. This represents the object's file path. Do not include a leading /
Connection

Delete Share

Delete a file share

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
Connection

Download File

Download a file

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
PathAn object in Azure Files is a file that is saved in a 'share'. This represents the object's file path. Do not include a leading /
Connection

List Folder

List files and folders in a folder

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
PathAn object in Azure Files is a file that is saved in a 'share'. This represents the object's file path. Do not include a leading /
Connection

List Shares

Get a list of file shares available in the account

InputCommentsDefault
Connection

Save From URL

Save a file from a URL to Azure Files

InputCommentsDefault
Connection
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
PathAn object in Azure Files is a file that is saved in a 'share'. This represents the object's file path. Do not include a leading /
Source URLThe URL where the source file currently resides. This endpoint must be accessible via an unauthenticated HTTP GET request, and the response must return a content-length header.

Upload File

Upload a file under an existing path

InputCommentsDefault
Share NameAn Azure Files 'share' is a container where files are stored. You can create a share from within the Azure console. Share names contain only letters, numbers, and dashes.
PathAn object in Azure Files is a file that is saved in a 'share'. This represents the object's file path. Do not include a leading /
File ContentsThe contents to write to a file. This can be a string of text, it can be binary data (like an image or PDF) that was generated in a previous step.
Connection