Creates a new instance of the BlobsStorage class.
The name of the Blob container to use
OptionalconnectionString: stringOptional, The Azure Storage connection string
Optionaloptions: BlobsStorageOptionsOptional configuration settings for the storage provider
Optional URL to the blob service (used instead of connectionString if provided)
Optionalcredential: StorageSharedKeyCredential | AnonymousCredential | TokenCredentialOptional credential for authentication (used with url if provided)
A class that implements the Storage interface using Azure Blob Storage. Provides persistence for bot state data using Azure's Blob Storage service.