Skip to content

Commit 870f60c

Browse files
lilyjmaggailey777
andauthored
Update articles/azure-functions/functions-reference-powershell.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 8d946e8 commit 870f60c

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
@@ -400,7 +400,7 @@ To learn more about Azure Functions runtime support policy, please refer to this
400400
401401
### Running local on a specific version
402402

403-
To use PowerShell 7.4 when running locally, you need to add the setting `"FUNCTIONS_WORKER_RUNTIME_VERSION" : "7.4"` to the `Values` array in the local.setting.json file in the project root. When running locally on PowerShell 7.4, your local.settings.json file looks like the following example:
403+
When running your PowerShell functions locally, you need to add the setting `"FUNCTIONS_WORKER_RUNTIME_VERSION" : "7.4"` to the `Values` array in the local.setting.json file in the project root. When running locally on PowerShell 7.4, your local.settings.json file looks like the following example:
404404

405405
```json
406406
{

0 commit comments

Comments
 (0)