Skip to content

Commit 1c9076f

Browse files
committed
Remove a redundant note
1 parent ff14b9c commit 1c9076f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-functions/durable/durable-functions-orchestration-versioning.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ public static async Task<HttpResponseData> HttpStart(
312312

313313
---
314314

315-
> [!NOTE]
316-
> When you specify a version explicitly during orchestration creation, that version takes precedence over the `defaultVersion` in `host.json`. The orchestration instance will be permanently associated with the specified version, regardless of any future changes to the default version.
317-
318315
### Removing legacy code paths
319316

320317
Over time, you may want to remove legacy code paths from your orchestrator functions to simplify maintenance and reduce technical debt. However, removing code must be done carefully to avoid breaking existing orchestration instances.

0 commit comments

Comments
 (0)