Skip to content

Commit 8075e3b

Browse files
mathewcggailey777
authored andcommitted
Clarifying Azure Functions custom container version guidance
1 parent 14ff2c6 commit 8075e3b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

includes/functions-linux-custom-container-note.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ ms.author: glenga
99
> [!IMPORTANT]
1010
> When creating your own containers, you are required to keep the base image of your container updated to the latest supported base image. Supported base images for Azure Functions are language-specific and are found in the [Azure Functions base image repos](https://mcr.microsoft.com/catalog?search=functions).
1111
>
12-
> The Functions team is committed to publishing monthly updates for these base images. Regular updates include the latest minor version updates and security fixes for both the Functions runtime and languages. You should regularly update your container from the latest base image and redeploy the updated version of your container.
12+
> The Functions team is committed to publishing monthly updates for these base images. Regular updates include the latest minor version updates and security fixes for both the Functions runtime and languages. You should regularly update your container from the latest base image and redeploy the updated version of your container.
13+
>
14+
> For non-containerized deployments, your app is kept up to date automatically by the regular updates the Functions team releases. For such apps, when we release a new minor or patch version of the Functions Host, your app will organically pick that version up. When creating your own containerized deployment, the responsibility is yours to ensure that you're staying up to date with our released images. In addition to new features and improvements, these regular updates can also include critical security updates. To ensure your app is protected, you should make sure you're staying up to date.
15+
>
16+
> In some cases, we're required to make platform level changes that may mean that **very old image versions may stop working properly**. For such changes, we ensure that we roll out updated images well in advance ensuring that apps that take regular updates won't be affected. Our guidance is that you should ensure that you're not falling more than a few minor version releases behind. If during a support case it's determined that your app is experiencing problems because it's on an old unsupported version, support will ask you to move forward to the latest minor version.

0 commit comments

Comments
 (0)