Share via

Inquiry Regarding "Outdated Runtime" Warning for Azure Functions Using Custom Container

EBT 0 Reputation points
2025-10-14T03:01:03.8966667+00:00

Dear Azure Support Team,

We are currently using a custom-built Docker image with Azure Functions (Linux / Custom Container).
The base image specified in the Dockerfile is mcr.microsoft.com/azure-functions/python:4-pythonX.X-appservice, and we have confirmed that the internal runtime version is up to date.

However, the Azure Portal continues to display a warning stating that an "outdated runtime (e.g., 4.21.1.1)" is being used.
This warning does not appear for other Function Apps using the exact same Docker image, and there are no differences in App Settings or configuration.

Additionally, during the initial deployment of the affected Function App, the Docker image pull was interrupted, and the following log entries were recorded: Container pull image interrupted. Revert by terminate. Site container terminated during site startup.

After that, the same image was restarted and confirmed to be running successfully.
We suspect that this pull failure history may have been retained by the Azure host and could be the reason for the warning.

We would appreciate your guidance on the following points:

  1. What information (e.g., image SHA, pull history, App configuration) is used to determine and display this warning?
  2. Is it possible that a single pull failure or startup failure could cause the warning to persist?
  3. Is there a way to resolve or clear the warning without recreating the Function App?

Thank you very much for your assistance.

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

1 answer

Sort by: Most helpful
  1. EBT 0 Reputation points
    2025-10-20T01:27:08.0566667+00:00

    As the warning no longer appears over time, we will proceed to close this case.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.