Integrate Blob storage with Bot developed through Composer
Hi Team,
I looking for guidance on integrating the blob storage with Bot developed through Composer.
Problem Statement: Integrating Blob Storage with Composer Bot
Methods tried:
I have tried using the extension API for Composer article, but it doesn't have elaboration on including the Blob storage extension reference
https://learn.microsoft.com/en-us/composer/concept-extension#storage
Requirement:
Blob storage should have records like id, name, process name, status. Based on the 'status' column I will have to show a list of buttons in bot (the column status is updated through various APIs, so I have to pick the column based on conditions)
If status is success or failure for a particular ID, that shouldn't be included in the list of buttons anymore.