Skip to content

Files

Latest commit

62543ae · Sep 20, 2021

History

History
33 lines (20 loc) · 1.37 KB

create-premium-plan-function-app-portal.md

File metadata and controls

33 lines (20 loc) · 1.37 KB
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

Create a Premium plan function app in the Azure portal

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 Azure

Sign in to the Azure portal with your Azure account.

Create a function app

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.

Clean up resources

[!INCLUDE Clean-up resources]

Next steps

[!div class="nextstepaction"] Add an HTTP triggered function