Skip to content

Commit 07e4121

Browse files
Update functions-reference-powershell.md
1 parent 7ee5dcb commit 07e4121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ You can see the current version by printing `$PSVersionTable` from any function.
397397

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

400-
### Running locally on a specific version
400+
### Running local on a specific version
401401

402402
When running locally, the Azure Functions runtime defaults to using PowerShell 7.0. 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:
403403

0 commit comments

Comments
 (0)