Skip to content

Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 18 May 20:51
89a228c

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>"
    }
}