Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.0.0-beta.4
Pre-release
Pre-release
azure-sdk
released this
18 May 20:51
5.0.0-beta.4 (2021-05-18)
- Fixed bug where custom implementations of
IQueueProcessorFactory
could overwrite each other settings. - Added new configuration formats so extensions that need multiple storage services can specify them in one connection configuration.
Sample config:
{
"MyStorageConnection1": {
"blobServiceUri": "https://<my_account>.blob.core.windows.net",
"queueServiceUri": "https://<my_account>.queue.core.windows.net"
},
"MyStorageConnection2": {
"accountName": "<my_account>"
}
}