Skip to content

Commit 4bf82f9

Browse files
authored
resolves #44656
resolves MicrosoftDocs/azure-docs#44656
1 parent a64f25c commit 4bf82f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ func host start
347347
| **`--cert`** | The path to a .pfx file that contains a private key. Only used with `--useHttps`. Version 2.x only. |
348348
| **`--cors-credentials`** | Allow cross-origin authenticated requests (i.e. cookies and the Authentication header) Version 2.x only. |
349349
| **`--cors`** | A comma-separated list of CORS origins, with no spaces. |
350-
| **`--language-worker`** | Arguments to configure the language worker. Version 2.x only. |
350+
| **`--language-worker`** | Arguments to configure the language worker. For example, you may enable debugging for language worker by providing [debug port and other required arguments](https://github.com/Azure/azure-functions-core-tools/wiki/Enable-Debugging-for-language-workers). Version 2.x only. |
351351
| **`--nodeDebugPort -n`** | The port for the node debugger to use. Default: A value from launch.json or 5858. Version 1.x only. |
352352
| **`--password`** | Either the password or a file that contains the password for a .pfx file. Only used with `--cert`. Version 2.x only. |
353353
| **`--port -p`** | The local port to listen on. Default value: 7071. |

0 commit comments

Comments
 (0)