Designing application solutions using Azure Functions

In this demo, we are creating an Azure Function from the Azure Portal. This function is going to listen to an HTTP trigger and then add a message to a queue:

  1. Navigate to the Azure Portal by opening https://portal.azure.com/.
  2. Click on New and and type Function App in the search bar. Click the Create button.
  3. A new blade opens up, where you can fill in the basic settings of the function. For the hosting plan, we are using a queue to store messages. When using the Consumption plan, queue storage is not part of your storage account, because it only uses Azure File Storage to store the function files. For the App Service plan, you can create a new App Service plan or pick an existing one. You ...

Get Architecting Microsoft Azure Solutions - Exam Guide 70-535 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.