Skip to content

Commit b93ccb8

Browse files
Merge pull request #250018 from andystaples/andystaples/durable-sdk-clarifications
Clarify instructions for external DF SDK
2 parents 918b09f + eca7c10 commit b93ccb8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-functions/durable/durable-functions-powershell-v2-sdk-migration-guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ By creating a standalone DF PowerShell SDK package, we're able to overcome these
3030

3131
## Deprecation plan for the built-in DF PowerShell SDK
3232

33-
The built-in DF SDK in the PowerShell worker will remain available for PowerShell 7.2 and prior releases. This means that existing apps will be able to continue using the built-in SDK as long as they continue using PowerShell 7.2 or an older release.
33+
The built-in DF SDK in the PowerShell worker will remain available for PowerShell 7.4, 7.2, and prior releases.
3434

35-
Starting from PowerShell 7.4 onwards, the PowerShell worker will not contain a built-in DF SDK. Therefore, users will need to install the SDK separately using this standalone package; the installation steps are described below.
35+
We plan to eventually release a new **major** version of the PowerShell worker without the built-in SDK. At that point, users would need to install the SDK separately using this standalone package; the installation steps are described below.
3636

3737
## Install and enable the SDK
3838

@@ -49,10 +49,12 @@ The standalone PowerShell SDK requires the following minimum versions:
4949

5050
### Opt in to the standalone DF SDK
5151

52-
The following application setting is required to run the standalone PowerShell SDK while it is in preview:
52+
The following application setting is required to run the standalone PowerShell SDK:
5353
- Name: `ExternalDurablePowerShellSDK`
5454
- Value: `"true"`
5555

56+
This application setting will disable the built-in Durable SDK for PowerShell versions 7.2 and above, forcing the worker to use the external SDK.
57+
5658
If you're running locally using [Azure Functions Core Tools](../functions-run-local.md), you should add this setting to your `local.settings.json` file. If you're running in Azure, follow these steps with the tool of your choice:
5759

5860
# [Azure CLI](#tab/azure-cli-set-indexing-flag)

0 commit comments

Comments
 (0)