Testing Azure Functions

Let's look at the how to make changes to the function that we just created and test the changes through the portal:

  1. Navigate to the Azure Function App that we just created.
  2. Select the Azure Function that we just created. It is an HTTP trigger-backed Azure Function.
  3. From the list of functions, select the one to open the index.js file of your Azure Function.
  1. Click on the Run button, shown in the following screenshot:
  1. By clicking on the Run button, the Azure portal will automatically make an HTTP request to your Azure Function.
  1. Once you click on the Run button, the test window opens up and shows the result of the ...

Get Hands-On Serverless Computing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.