Skip to content

Commit 2dba83b

Browse files
Update functions-reference-powershell.md
Removing references to PS 7.0 since this version is retiring on Dec 3, 2022. ------- cc: @eamonoreilly @ggailey777
1 parent 50ce6ef commit 2dba83b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/azure-functions/functions-reference-powershell.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,16 +390,15 @@ The following table shows the PowerShell versions available to each major versio
390390

391391
| Functions version | PowerShell version | .NET version |
392392
|-------------------|--------------------------------------------------|---------------|
393-
| 4.x (recommended) | PowerShell 7.2 (recommended) <br/>PowerShell 7 | .NET 6 |
394-
| 3.x | PowerShell 7 | .NET Core 3.1 |
393+
| 4.x (recommended) | PowerShell 7.2 (recommended) | .NET 6 |
395394

396395
You can see the current version by printing `$PSVersionTable` from any function.
397396

398397
To learn more about Azure Functions runtime support policy, please refer to this [article](./language-support-policy.md)
399398

400399
### Running local on a specific version
401400

402-
Support for PowerShell 7.0 in Azure Functions is ending on 3 December 2022. To use PowerShell 7.2 when running locally, you need to add the setting `"FUNCTIONS_WORKER_RUNTIME_VERSION" : "7.2"` to the `Values` array in the local.setting.json file in the project root. When running locally on PowerShell 7.2, your local.settings.json file looks like the following example:
401+
Support for PowerShell 7.0 in Azure Functions ended on 3 December 2022. To use PowerShell 7.2 when running locally, you need to add the setting `"FUNCTIONS_WORKER_RUNTIME_VERSION" : "7.2"` to the `Values` array in the local.setting.json file in the project root. When running locally on PowerShell 7.2, your local.settings.json file looks like the following example:
403402

404403
```json
405404
{
@@ -414,7 +413,7 @@ Support for PowerShell 7.0 in Azure Functions is ending on 3 December 2022. To u
414413

415414
### Changing the PowerShell version
416415

417-
Support for PowerShell 7.0 in Azure Functions is ending on 3 December 2022. Your function app must be running on version 4.x to be able to upgrade to PowerShell 7.2. To learn how to do this, see [View and update the current runtime version](set-runtime-version.md#view-and-update-the-current-runtime-version).
416+
Support for PowerShell 7.0 in Azure Functions ended on 3 December 2022. Your function app must be running on version 4.x to be able to upgrade to PowerShell 7.2. To learn how to do this, see [View and update the current runtime version](set-runtime-version.md#view-and-update-the-current-runtime-version).
418417

419418

420419
Use the following steps to change the PowerShell version used by your function app. You can do this either in the Azure portal or by using PowerShell.

0 commit comments

Comments
 (0)