This chapter can be considered as a continuation of last chapter, in which we used Logic Apps and the main focus was using Integration Services. This chapter focuses on using Azure AI services with the serverless computing offering Azure Functions.
Serverless Computing
Before we start, let’s learn more about the term serverless. First, serverless does not mean no servers, but less servers. The term does imply that it consists of no servers, but that is not the case, as servers are still running the code. The underlying infrastructures are managed by a cloud service provider, ...