Skip to content

Commit b96a64e

Browse files
committed
Enhance Dockerfile section with a table format for better clarity and readability
1 parent 0dde942 commit b96a64e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ The Azure Functions extension for Visual Studio Code creates your Dockerfile whe
103103

104104
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:
105105

106-
- [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.
107-
- [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.
106+
| Template | Description |
107+
|----------|-------------|
108+
| [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. |
109+
| [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. |
108110

109111
## Create your function app in a container
110112

0 commit comments

Comments
 (0)