You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -410,6 +410,7 @@ With this configuration, you can start the Function's host process using the fol
410
410
```bash
411
411
func host start
412
412
```
413
+
413
414
Once the process is started, you can attach a debugger and hit breakpoints.
414
415
415
416
### Visual Studio Code
@@ -444,4 +445,4 @@ A custom handler can be deployed to any Azure Functions hosting option. If your
444
445
445
446
## Samples
446
447
447
-
Refer to the [custom handler samples GitHub repo](https://github.com/pragnagopa/functions-http-worker) for examples of how to implement functions in a variety of different languages.
448
+
Refer to the [custom handler samples GitHub repo](https://github.com/pragnagopa/functions-http-worker) for examples of how to implement functions in a variety of different languages.
0 commit comments