Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.63 KB

File metadata and controls

26 lines (18 loc) · 1.63 KB
title Create Azure Functions in a local Linux container
description Get started with Azure Functions by creating a containerized function app on your local computer and publishing the image to a container registry.
ms.date 06/23/2023
ms.topic how-to
ms.custom devx-track-extended-java, devx-track-js, devx-track-python, linux-related-content, devx-track-ts
zone_pivot_groups programming-languages-set-functions

Create a function app in a local Linux container

This article shows you how to use Azure Functions Core tools to create your first function in a Linux container on your local computer, verify the function locally, and then publish the containerized function to a container registry. From a container registry, you can easily deploy your containerized functions to Azure.

For a complete example of deploying containerized functions to Azure, which include the steps in this article, see one of the following articles:

You can also create a function app in the Azure portal by using an existing containerized function app from a container registry. For more information, see Azure portal create using containers.

[!INCLUDE functions-create-container-registry]

Next steps

[!div class="nextstepaction"]
Working with containers and Azure Functions