When are security patches applied to azure functions?

Pedro Albuquerque Vaz 0 Reputation points
2023-05-03T13:27:24.28+00:00

When are security patches applied to azure functions?
Is there a timeline or a specific date?

For example a Function running on Linux, on runtime ~4 using .NET Version ".NET 7 Isolated"

Documentation mentions that
"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."
https://learn.microsoft.com/en-us/azure/azure-functions/functions-app-settings

Since April 11 there is a new .NET release 7.0.5 that patches a Security vulnerability.
When I SSH into the function to check "dotnet --info" it outputs that Host is still running version 7.0.4 and .NET runtimes installed are also 7.0.4

When will that function get patched from .NET 7.0.4 to 7.0.5?

Thank you!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,936 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MuthuKumaranMurugaachari-MSFT 22,441 Reputation points Moderator
    2023-05-09T18:38:15.1633333+00:00

    Pedro Albuquerque Vaz Thanks for posting your question in Microsoft Q&A. As you referenced in doc: Custom images, we refresh azure-function base images monthly and especially for Linux Premium/Dedicated, we do twice a month and refer doc for more info about refresh images (not available for Linux Consumption). .NET 7.0.5 was already updated to the base image -donet-isolated7.0 (mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated7.0). We will roll out 4.19.2 with this update for Consumption and likely complete in 2 weeks (subject to change based on other factors).

    I hope this helps with your question and let me know if you have any other questions.


Your answer

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