You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use Bot.Builder.Community.Components.Storage to write a specific piece of data as a blob to Azure blob storage. But when I install this package to Bot Framework Composer it throws the error "WriteStorageItem: storage provider could not be found in turn state."
I have tried the following in appsettings.json, under runtime settings:
But they all have this same error message. I note that adding the following there is successful in automatically storing blobs of bot state but doesn't allow me to construct and send a specific blob.
Any advice gratefully received.
I'd like to use Bot.Builder.Community.Components.Storage to write a specific piece of data as a blob to Azure blob storage. But when I install this package to Bot Framework Composer it throws the error "WriteStorageItem: storage provider could not be found in turn state."
I have tried the following in appsettings.json, under runtime settings:
and
and
But they all have this same error message. I note that adding the following there is successful in automatically storing blobs of bot state but doesn't allow me to construct and send a specific blob.
Any advice gratefully received.
My BFC context is:
The text was updated successfully, but these errors were encountered: