On 14 May 2024, support for .NET 7 in Azure Functions will end. Your Function apps that are currently using .NET 7 will continue to run, but security updates will no
On 14 May 2024, support for .NET 7 in Azure Functions will end. Your Function apps that are currently using .NET 7 will continue to run, but security updates will no
When you create an Azure Function app, the runtime is responsible for executing function code on the underlying WebJobs SDK host. Azure Functions currently supports two versions of the runtime
When working with code on some complex data operations, sometimes to improve performances it’s possible to use code techniques like parallel programming and/or data parallelism. Data parallelism refers to scenarios in
This is a very quick post signaling a bug that makes me spending hours of troubleshooting. If you’re developing Azure Functions with Visual Studio Code and .NET 7 or .NET
This post is borned to signal a problem that I’ve recently found in a customer and I think that sharing it to everyone could help. Azure Functions support the Blob