Tutorial: Debugging CloudScript using Azure Functions with Visual Studio Code

If you're using Visual Studio Code, you can use the Azure Functions extension to list your Azure Functions applications and there's a Start Streaming Logs option:

Step 1 of debugging CloudScript Using Azure Functions with Visual Studio Code

The logs then show up in the Terminal Window in VS Code as your function runs. You can also get the same under Logs using the Connect to Log Stream… option:

Step 2 of debugging CloudScript Using Azure Functions with Visual Studio Code