Files from Azure Blob Storage to Microsoft Teams 1.0.0
This gem seamlessly transfers files from Azure Blob Storage to Microsoft Teams channels or groups, enabling efficient collaboration and secure document sharing. By automating file transfers, it ensures real-time access to critical data, reducing manual processes and improving team productivity. The solution leverages Azure’s robust storage capabilities and Microsoft Teams’ collaboration features for a streamlined workflow. Ideal for organizations looking to optimize data management and communication within their teams.The uploaded files will be stored in a newly created folder labeled currentdate_ABSFiles
, ensuring organized and date-specific file management.
Setup Guide
This gem will receive files from Azure Blob Storage and upload them to Microsoft Teams without the hassle of any tedious copy-paste work.
To run this gem and connect Azure Blob Storage to Microsoft Teams, you need to configure the parameters mentioned below.
Azure Blob Storage
Server Host
Required. Specify the storage account name in the server host URLhttps://[account].blob.core.windows.net
.Storage Account
Required. Specify the storage account name.Shared Key
Required. Specify the shared key.Source Folder
Required. Specify the path to the source folder ending with the trailing slash.Filter
Optional. Specify to filter the list of files.
Microsoft Teams
Server Host
Required. Provide the relevant [Team/Group] identifier in the Server URL.Token File
Required. Select the Rest Token file from the drop-down list. Review the KB Article mentioned here on how to generate the token file.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash.