In this section, we will be learning how to create an Azure function app through the Azure portal. We will explore some of the settings that are associated with Cloud Functions. We will learn about creating HTTP trigger-based Azure Functions through the portal. We will learn about proxies as well for Azure Functions. We will also look at the automation script associated with the Function app that you can use to create other functions using Azure Resource Manager. We will also look at the Application Insights services Microsoft Azure offers for Azure Functions.
Let's look at accessing the Azure Functions Console using the portal.
You can navigate to the Azure Functions Console in the Azure portal by:
- Clicking on All Services in the left-hand menu
- From the window that pops out, search for Functions in the text box
- Select...