github Azure/azure-sdk-for-net Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.0.0-beta.4

latest releases: Azure.Provisioning.AppContainers_1.0.0-beta.1, Azure.Provisioning.Kubernetes_1.0.0-beta.1, Azure.Provisioning.ContainerService_1.0.0-beta.1...
pre-release3 years ago

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

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.