Azure
Get object
1min
The "Get Object" action in PROCESIO enables users to retrieve a file from a specified AZURE storage container using the provided account name, account key, container name, and key (file name).
Parameters:
- Account Name:
- The name of the storage account where the file is located.
- Account Key:
- The access key associated with the storage account provides authentication and authorization.
- Container Name:
- The name of the container where the file is stored.
- Key (File Name):
- The unique identifier or name of the file to be retrieved from the specified container.
- File:
- The file type variable that will store the downloaded file.
Note:
- Ensure that the provided account name, account key, container name, and key parameters are accurate and have the necessary permissions to access the specified file in the storage container.
- It is recommended to securely manage and store access keys, avoiding exposure to unauthorized users.
- Error handling mechanisms should be implemented to manage scenarios where the specified file is not found or access to the storage account is denied.