Tutorial: Debugging CloudScript using Azure Functions in the Azure portal

If you are editing your Azure Functions using the Azure portal, you can get logs directly in the portal.

To find the logs you can use the following steps:

  1. Open the Azure portal
  2. Navigate to your Azure Functions app
  3. Select Platform features
  4. Select Log Streaming under the Monitoring section

Step 1 of debugging CloudScript Using Azure Functions in the Azure Portal

The portal opens a page that displays the debug output: Step 2 of debugging CloudScript Using Azure Functions in the Azure Portal