Public preview: SDK type bindings
Share
Services
Azure Functions triggers and bindings enable function authors to easily integrate event and data sources. For most of the language stacks supported by Functions, triggers and bindings have been limited to simple types that are passed into the function signature. Today, Functions is introducing preview support for more types, such as those from the Azure SDKs. The initial preview will support the .NET Isolated worker and the Azure Blobs trigger and input binding. The capability will be extended to more extensions and language stacks in the future.
Now, a .NET function in an isolated worker process could, for example, start with a [BlobClient](https://learn.microsoft.com/en-us/dotnet/api/azure.storage.blobs.blobclient?view=azure-dotnet) passed into it. Using that type, the function can stream data incrementally and process larger blobs than it could before. Some workloads may see throughput improvements as well. Function authors should be aware that if a binding expression relies on trigger data, the trigger itself cannot be one of the newly supported types.
You can learn more about this support from the [documentation](https://learn.microsoft.com/azure/azure-functions/dotnet-isolated-process-guide). Please report any issues on the .NET isolated worker [GitHub repository](https://github.com/Azure/azure-functions-dotnet-worker/).
* Azure functions
* Features
* [ Azure functions](https://azure.microsoft.com/en-gb/products/functions/)
What else is happening at Microsoft Azure?
Read update
Services
Share
Generally Available: Storage account default maximum request rate limit increase to 40,000 requests per second
December 12th, 2024
Services
Share
Read update
Services
Share
Generally Available: Regional Disaster Recovery by Azure Backup for AKS
November 22nd, 2024
Services
Share
Generally Available: Enhancements on Azure Container Storage for performance, scalability, and operational insights
November 19th, 2024
Services
Share