Azure Functions are the linchpin in Azure's serverless offerings. With a range of triggers and bindings available, it is quick and easy for developers to spin up Azure Functions for given problems or APIs. Microsoft has made it possible for users to either use the Azure portal, Visual Studio, or Visual Studio Code for development.
In next chapter we will cover how to use Azure Event Grid and Event Grid Domain to publish and subscribe events from client application. We will also cover how you can utilize Azure Functions bindings to publish and subscribe events from Event Grid.