Skip to content

Commit 7b63a67

Browse files
Merge pull request #249639 from ositanachi/patch-2
Update concept-environments.md
2 parents 2d42bbf + 5ea486d commit 7b63a67

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/machine-learning/concept-environments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,16 @@ Actual cached images in your workspace ACR will have names like `azureml/azureml
112112

113113
Microsoft is responsible for patching the base images for known security vulnerabilities. Updates for supported images are released every two weeks, with a commitment of no unpatched vulnerabilities older than 30 days in the latest version of the image. Patched images are released with a new immutable tag and the `:latest` tag is updated to the latest version of the patched image.
114114

115-
If you provide your own images, you are responsible for updating them.
115+
You'll need to update associated Azure Machine Learning assets to use the newly patched image. For example, when working with a managed online endpoint, you'll need to redeploy your endpoint to use the patched image.
116+
117+
If you provide your own images, you're responsible for updating them and updating the Azure Machine Learning assets that use them.
118+
116119

117120
For more information on the base images, see the following links:
118121

119122
* [Azure Machine Learning base images](https://github.com/Azure/AzureML-Containers) GitHub repository.
120123
* [Use a custom container to deploy a model to an online endpoint](how-to-deploy-custom-container.md)
124+
* [Managing environments and container images](concept-vulnerability-management.md#managing-environments-and-container-images)
121125

122126
## Next steps
123127

0 commit comments

Comments
 (0)