title | description | ms.topic | ms.date |
---|---|---|---|
Create an Azure Functions Premium plan in the portal |
Learn how to use the Azure portal to create a function app that runs in the Premium plan. |
how-to |
10/30/2020 |
Azure Functions offers a scalable Premium plan that provides virtual network connectivity, no cold start, and premium hardware. To learn more, see Azure Functions Premium plan.
In this article, you learn how to use the Azure portal to create a function app in a Premium plan.
Sign in to the Azure portal with your Azure account.
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.
[!INCLUDE functions-premium-create]
At this point, you can create functions in the new function app. These functions can take advantage of the benefits of the Premium plan.
[!INCLUDE Clean-up resources]
[!div class="nextstepaction"] Add an HTTP triggered function