In Chapter 12, Dynamics 365 Business Central APIs, we looked at an overview of the various APIs that are exposed by Dynamics 365 Business Central. We learned how to use them in our applications, as well as how to create our custom APIs.
In this chapter, we'll cover an important concept that arises when we architect business applications in a cloud environment: serverless processing. As you already know, with SaaS, you cannot use all the functionalities that are available in an on-premise environment (such as files and .NET DLLs), and, in a cloud environment, you need to rethink about these functionalities by using services that are provided by the cloud infrastructure.
In this chapter, we will learn about the following topics:
- An overview of the serverless functionalities offered by the Azure platform...