Files
agent-framework/dotnet/samples/AzureFunctions/10_WorkflowConcurrent/host.json
T
Shyju Krishnankutty 6e029eb039 WIP
2026-01-15 07:49:07 -08:00

21 lines
491 B
JSON

{
"version": "2.0",
"logging": {
"logLevel": {
"Microsoft.Agents.AI.DurableTask": "Information",
"Microsoft.Agents.AI.Hosting.AzureFunctions": "Information",
"DurableTask": "Information",
"Microsoft.DurableTask": "Information"
}
},
"extensions": {
"durableTask": {
"hubName": "default",
"storageProvider": {
"type": "AzureManaged",
"connectionStringName": "DURABLE_TASK_SCHEDULER_CONNECTION_STRING"
}
}
}
}