Skip to content

Commit ee1d175

Browse files
committed
Clarify instructions for external DF SDK
1 parent 98fe5cf commit ee1d175

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ 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.
34-
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.
33+
For now, the built-in DF SDK in the PowerShell worker will remain available. At some point in the future, versions of the PowerShell worker for new PowerShell releases will not contain a built-in DF SDK. At this point, users will need to install the SDK separately using this standalone package; the installation steps are described below.
3634

3735
## Install and enable the SDK
3836

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

5048
### Opt in to the standalone DF SDK
5149

52-
The following application setting is required to run the standalone PowerShell SDK while it is in preview:
50+
The following application setting is required to run the standalone PowerShell SDK:
5351
- Name: `ExternalDurablePowerShellSDK`
5452
- Value: `"true"`
5553

54+
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.
55+
5656
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:
5757

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

0 commit comments

Comments
 (0)