Copy File to Container in Azure Blob Storage (Linux)
Copy File to Container in Azure Blob Storage (Linux)
Universal Task that copies a file to a container in Azure Blob Storage and provides multi-level security when moving to the cloud.
Key Features:
- All Credentials for Azure (account_name, account_blob) are stored in an encrypted form in the database
- Encrypted Connections towards the Azure Blob Storage via a Proxy Server are supported
- The Universal Tasks are calling the Microsoft Azure Storage SDK for Python
- You can configure all connection Parameters for the Proxy and Azure via the Universal Task
- You can select different log-levels e.g. Info and debug
Additional Information:
The python azure-storage-blob module is called by a Universal Agent running on a Linux Server or Windows Server – Note: This document focuses on the Linux Version