JObject Serialization issues in Azure Functions Isolated process with Service Bus connection
I have Azure Function running on .NET 8 with Isolated process type.
I have Service Bus queue trigger to listen queueA
and after processing I want to put message to other queue queueB
.