Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Azure Functions lets you run your code in a serverless environment without having to first create a virtual machine (VM) or publish a web application : Create your first function in the Azure portal | Microsoft Learn.

  1. You must have a function app to host the execution of your functions. A function app lets you group functions as a logical unit for easier management, deployment, scaling, and sharing of resources.

  2. You can create an HTTP trigger function. Don’t forget to manage the Authorization level (i.e. Anonymnous).

  • No labels