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