Microsoft Azure Functions is the Azure counterpart of AWS's Lambda service. In this section, we will learn how to locate and navigate the Microsoft Azure Functions console. So, let's start by performing the following steps:
- You can locate the Azure Functions app by navigating to the All services tab on the left menu and typing out the function filter. You will now notice the Microsoft Azure Function's service under the name, Function Apps:
- Once you click on that, you will be re-directed to the Function Apps console. For now, it will be empty if you haven't created any functions. The console will ...