Moving Functionality from a Legacy Application to an Azure Function

In this section, we'll calculate the interesting facts about the users' transactions in an Azure Function. We'll offload intensive processing from a legacy application to a serverless function. To ensure it works correctly, we'll need to have the code repository downloaded. Let's begin by implementing the following steps:

  1. Create a new HttpTriggered function called CalculateTransactionsInformation. Set the access rights to Anonymous.
  2. Delete everything in the Run function template. Refer to the following screenshot:
Refer to the complete code placed at Code/Serverless-Architectures-with-Azure/Lesson ...

Get Beginning Serverless Architectures with Microsoft Azure 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.