Modifying the text scoring function

In the previous section, we created a new function using Visual Studio, and published it to our existing Azure Function App. Now that you understand the basics, we can start working on the application code.

In this book, we are working on creating a text sentiment analysis application that utilizes Azure serverless computing to process text input from external sources. As we go through this process step by step, we will add new input sources, such as file upload. Later, we will describe how to integrate the scoring function with one of the Azure Cognitive Services APIs to return a meaningful text sentiment score.

In this chapter, we will start by extending our serverless computing function to integrate ...

Get Serverless computing in Azure with .NET 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.