Blog Post

Apps on Azure Blog
1 MIN READ

Re: Announcing the public preview launch of Azure Functions durable task scheduler

erikbra's avatar
erikbra
Copper Contributor
Mar 23, 2025

One question: Where you want questions, bug reports/issues, etc now for the public preview? The Github repo for  Microsoft.DurableTask.AzureManagedBackend is not public, is it? I cannot find it anywhere on github. It seems there may be additional constraints on naming orchestrations, compared to the Storage Account backend, are these additional restrictions documented anywhere?

Just as an example of questions I'm thinking of, I tried migrating to using the Azure Managed Durable Task Scheduler from using Azure Storage based backend, and, without changing anything else, I get an exception, it doesn't look like the DTS backend likes dashes in the orchestration name:

Grpc.Core.RpcException: Status(StatusCode="InvalidArgument", Detail="Name contains an invalid character: u002D")
   at Microsoft.DurableTask.AzureManagedBackend.AzureManagedOrchestrationService.CreateTaskOrchestrationAsync(TaskMessage creationMessage, OrchestrationStatus[] dedupeStatuses) in /_/src/SDK/Microsoft.DurableTask.AzureManagedBackend/AzureManagedOrchestrationService.cs:line 173
   at DurableTask.Core.TaskHubClient.InternalCreateOrchestrationInstanceWithRaisedEventAsync(String orchestrationName, String orchestrationVersion, String orchestrationInstanceId, Object orchestrationInput, IDictionary`2 orchestrationTags, OrchestrationStatus[] dedupeStatuses, String eventName, Object eventData, Nullable`1 startAt) in /_/src/DurableTask.Core/TaskHubClient.cs:line 677

Where do you want technical questions as these? Email? Github? Elsewhere?



Published Mar 23, 2025
Version 1.0
No CommentsBe the first to comment