Skip to content

Commit 5c3aaef

Browse files
committed
Update ms.date and enhance custom Dockerfile section for clarity
1 parent c5bf533 commit 5c3aaef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/azure-functions/functions-how-to-custom-container.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Work with Azure Functions in Containers
33
description: Learn how to work with containerized function apps running in Linux containers in an Azure Container Apps environment.
4-
ms.date: 07/23/2024
4+
ms.date: 03/13/2026
55
ms.topic: how-to
66
zone_pivot_groups: functions-container-hosting
77
ms.custom:
@@ -98,12 +98,12 @@ The Azure Functions extension for Visual Studio Code creates your Dockerfile whe
9898

9999
---
100100

101-
### Custom Dockerfile templates
101+
## Create a custom Dockerfile
102102

103-
If you need to build a fully custom Dockerfile instead of using the Functions-generated one, you can use the templates in the [custom-container](https://github.com/Azure/azure-functions-docker/tree/dev/custom-container) folder of the `azure-functions-docker` repository:
103+
Instead of using a generated Dockerfile, you can manually create one when you need more control over your container image. The [custom-container](https://github.com/Azure/azure-functions-docker/tree/dev/custom-container) folder of the `azure-functions-docker` repository provides these templates to get you started:
104104

105-
- [**template.Dockerfile**](https://github.com/Azure/azure-functions-docker/blob/dev/custom-container/template.Dockerfile): A commented, step-by-step guide for building a custom container. It includes instructions for multiple language runtimes (Java, .NET isolated, Node.js, PowerShell, Python), optional CA certificate installation, running as a non-root user, and enabling SSH for Kudu debugging.
106-
- [**sample.Dockerfile**](https://github.com/Azure/azure-functions-docker/blob/dev/custom-container/sample.Dockerfile): A ready-to-use example built from the template that creates a Java-based Azure Functions container with SSH enabled for Kudu debugging.
105+
- [template.Dockerfile](https://github.com/Azure/azure-functions-docker/blob/dev/custom-container/template.Dockerfile): A commented, step-by-step guide for building a custom container. It includes instructions for multiple language runtimes (Java, .NET isolated, Node.js, PowerShell, Python), optional CA certificate installation, running as a non-root user, and enabling SSH for Kudu debugging.
106+
- [sample.Dockerfile](https://github.com/Azure/azure-functions-docker/blob/dev/custom-container/sample.Dockerfile): A ready-to-use example built from the template that creates a Java-based Azure Functions container with SSH enabled for Kudu debugging.
107107

108108
## Create your function app in a container
109109

0 commit comments

Comments
 (0)