Azure / Azure/azure-functions-durable-js

Update references of `orchestrationClient` to `durableClient`

Open
#508 0 comments 1 reaction 0 assignees View on GitHub
documentation engineering
Dominant language
TypeScript
Stars
142
Forks
66
Avg merge
3d 19h
Merged PRs (30d)
4

Description

Previously, the durable client input binding type was called `orchestrationClient`. That name, while still supported, was deprecated in favor of `durableClient` (since durable clients can be used to interact with more than just orchestrations). We should update our templates, samples, and docs to reflect that change and not use `orchestrationClient`.

Contributor guide

Open the contributing guide

Research direction

Search the repository's templates, samples, and documentation for references to `orchestrationClient`, then review each occurrence in context. Update the relevant references to `durableClient` while preserving the documented compatibility note, and confirm that no targeted template, sample, or documentation reference still uses the deprecated name.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.