Skip to content

Rename storageProvider type from durabletask-scheduler to azureManaged#275

Merged
torosent merged 1 commit intomainfrom
copilot/update-durabletask-scheduler-to-azuremanaged
Apr 23, 2026
Merged

Rename storageProvider type from durabletask-scheduler to azureManaged#275
torosent merged 1 commit intomainfrom
copilot/update-durabletask-scheduler-to-azuremanaged

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

Unifies the storageProvider.type value across all languages to azureManaged, replacing the previously non-.NET-specific durabletask-scheduler identifier.

Changes

  • host.json samples — updated storageProvider.type in Java, JavaScript, and .NET (DistributedTracing) samples
  • Skill documentation — updated all code examples in SKILL.md and references/backends.md "What to Replace With" sections for Python/JS/Java migration paths
  • Doc text — removed language distinguishing .NET vs non-.NET type values; both now use azureManaged
// Before
"storageProvider": {
  "type": "durabletask-scheduler",
  "connectionStringName": "DURABLE_TASK_SCHEDULER_CONNECTION_STRING"
}

// After
"storageProvider": {
  "type": "azureManaged",
  "connectionStringName": "DURABLE_TASK_SCHEDULER_CONNECTION_STRING"
}

@torosent torosent marked this pull request as ready for review April 23, 2026 20:50
@torosent torosent merged commit 51d717f into main Apr 23, 2026
7 checks passed
@torosent torosent deleted the copilot/update-durabletask-scheduler-to-azuremanaged branch April 23, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants