In order to get started with serverless computing using an Azure Function, first, you need to provision the Function app either from Azure portal, CLI, or PowerShell/.NET SDK:
- From the Azure Portal, Under New | Azure Marketplace, select the Function App from the Compute section:
-
Provide the name of the function and select the resource group. The hosting plan can be chosen as the Consumption plan as part of a pay-as-you-go pricing, which and allows billing only for resources executed from a few seconds to milliseconds, and based on new resources allocation, in scaling on-demand capacity. A default ...