An Azure service that provides an event-driven serverless compute platform.
@Anonymous Just to be clear - you are using .NET6.0 as the framework and you have a In-Process model of Azure Functions. Is this correct ?
Reading from the documentation - there are 2 ways of setting HubName.
- in host.json
- in host.json but the value is set in your local.settings.json for development and in function app app settings in production,
Here is the official documentation on setting the hub name: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-task-hubs?tabs=csharp
Without having full context, its not easy to understand what you are trying to do.