I recently seen this issue in a .NET Isolated Azure Function App, it was writing custom logs at Information level to Application Insights, but the logs aren’t there. […]
In this post let’s see how to enable Open API Support in .NET Isolated Azure Functions. Long time ago I blogged about Introducing In-Process Azure Functions OpenAPI Extension. And […]
From Microsoft SQL Server 2025 (17.x) which is already available in Preview, we now have a new Data Type: json. EF Core 10.0 now fully supports the json data […]
With ASP.NET Core 10.0, we now have built in validation support for Minimal APIs for request data in following. Route parameters, Query Strings Header Request body If […]
In this post, let’s see have how we can invoke a HTTP Orchestration Trigger in an Azure Durable Functions with multipart/form-data. There can be scenarios where you want […]