An Azure service that provides cloud-scale job scheduling and compute management.
hi Itamar Latnik, thx for sharing urs issue here at Q&A portal,
seems like the issue is on the platform side rather than in your AML environment. The packages in the report are host OS packages on the Azure Batch VM backing AmlCompute. Since AML jobs run inside containers, u can update packages in the container, but not the host kernel or the VM image itself. Microsoft describes AmlCompute as managed infrastructure, so the underlying node image is maintained by the platform https://learn.microsoft.com/en-us/azure/machine-learning/concept-compute-target?view=azureml-api-2
Since recreating the compute still provisions nodes with the same kernel (6.8.0-1052-azure) and package versions, I'd expect new nodes are still being created from the current platform image for that VM family and region.
At this point I'd ask the Azure ML/Azure Batch team to verify which node image version is currently deployed for Standard_NC6s_v3 in your region and whether a newer image containing the required Ubuntu security updates is available or still rolling out. From what u shared, this doesn't look like something that can be fixed from the customer side.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal