Azure Functions
ComputeProvision a new Azure Function App with the required runtime stack and storage account.
Author the function handler code with HTTP or event trigger bindings.
Package and deploy the function code to the Azure Function App.
Set the function trigger type (HTTP, timer, queue, blob) and its bindings.
Invoke the deployed function and validate the response.