The Azure File Storage connector is used to retrieve file data from your Microsoft Azure deployment.
To enable these commands, an IT admin must first set up the connector.
Get File
To download a file, including all of its metadata and properties, use a Get File command.
Equivalent API call: https://learn.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api
Properties
| Property | Detail |
|---|---|
| Account name | The name of your Azure File Storage account. |
| Share name | The name of your file share. |
| Directory path | (Optional) The path to the directory. |
| File name | The name of the file to download. |
Outputs
| Output | Output Type |
|---|---|
| File | Variable (can be multiple file types) |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error |
Error |