v1.1.0-beta1
Pre-release
Pre-release
- IEnumerable binding for Blobs
- You can now bind to a collection of blobs (e.g. IEnumerable, IEnumerable, CloudBlobContainer, etc.)
- See the tests here for some examples.
- Multiple Storage Account support
- Dashboard Multiple Storage Account support
- The Dashboard can now correctly display Blob links to blobs in different storage accounts.
- Addresses issue #294.
- ServiceBus Multiple Storage Account support
- Similar to the StorageAccountAttribute discussed above, there is a ServiceBusAccountAttribute that allows you to specify the ServiceBus account to use in the same way.
- See sample here
- Added JobHostConfiguration.StorageClientFactory
- Allows you to control/customize the Azure Storage SDK clients used by the WebJobs SDK. You can use this to specify/set advanced options on CloudQueueClient/CloudBlobClient/CloudTableClient, etc.
- Addresses issue #497.
- WebHook Trigger
- A new trigger extension for triggering functions based on WebHook HTTP requests.
- See the WebHooks Walkthrough for more information.
- SendGrid Binder
- A new binder extension allowing your functions to easily send emails using SendGrid.
- See the azure-webjobs-sdk-extensions ReadMe for more information.
- Updates to all Nuget dependencies used by the SDK (moved to latest versions of all dependencies within the current major version).