April 2017
Intermediate to advanced
564 pages
24h 7m
English
Let's create a simple Azure Function to learn how easily it can be developed to read the events from the Storage Queue in Azure.
To start with, we will log in to the Azure portal, and go to the marketplace, and search for Function Apps. The creation of Function App is the first step before creating an Azure Function, and more than one Azure Function can run under a single Function App:

Click to create the Function App, and provide values like AppName, Subscription, Resource Group, Hosting Plan, and so on. Once the Function App is created, we can start adding functions.
Azure Function ...
Read now
Unlock full access