An Azure service that provides an event-driven serverless compute platform.
Hi @Gerardo ,
Thanks for reaching out to Q&A forum.
I can understand that your free credit period is over and you are moving to "pay as you go" subscription. The screenshot that you have attached is to choose the support plan under the subscription,
You can choose any one of the support plans that you would prefer. More details here: https://azure.microsoft.com/en-in/support/plans/
Please note that, creation of resources like Functions does not depend on the support plan. Only the supportability of the resource would differ.
Now to answer the Azure Functions queries. To test, experiment and run smaller workloads, you can choose to run the Azure function app on consumption plan. For a consumption plan function app, you are charged for the number of executions. Also Consumption plan pricing includes a monthly free grant of 1 million requests and 400,000 GB-s of resource consumption per month per subscription in pay-as-you-go pricing across all function apps in that subscription. Also it is a serverless architecture where the backend instances are added automatically when the load increases.
You can calculate the function app pricing using the Pricing calculator : https://azure.microsoft.com/en-us/pricing/details/functions/
Function app consumption : https://learn.microsoft.com/en-us/azure/azure-functions/consumption-plan
I hope this helps! Feel free to reach out to me if you have any further queries.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.