Skip to content

Commit 2702d23

Browse files
Merge pull request #1700 from Blackmist/344992-vulnerability
feedback
2 parents c2383e6 + eeabac3 commit 2702d23

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/machine-learning/concept-vulnerability-management.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Associated with your Azure Machine Learning workspace is an Azure Container Regi
5959

6060
Azure Machine Learning doesn't delete any image from your container registry. You're responsible for evaluating the need for an image over time. To monitor and maintain environment hygiene, you can use [Microsoft Defender for Container Registry](/azure/defender-for-cloud/defender-for-container-registries-usage) to help scan your images for vulnerabilities. To automate your processes based on triggers from Microsoft Defender, see [Automate remediation responses](/azure/defender-for-cloud/workflow-automation).
6161

62+
For more information, visit [address vulnerabilities in environments](how-to-troubleshoot-environments.md#vulnerabilities-in-azureml-environments).
63+
6264
## Using a private package repository
6365

6466
Azure Machine Learning uses Conda and Pip to install Python packages. By default, Azure Machine Learning downloads packages from public repositories. If your organization requires you to source packages only from private repositories like Azure DevOps feeds, you can override the Conda and Pip configuration as part of your base images and your environment configurations for compute instances.
@@ -162,6 +164,9 @@ When your clusters run jobs without interruption, running jobs might run outdate
162164
163165
To observe whether your Azure Arc cluster is running the latest version of `amlarc`, use the Azure portal. Under your Azure Arc resource of the type **Kubernetes - Azure Arc**, go to **Extensions** to find the version of the `amlarc` extension.
164166
167+
> [!IMPORTANT]
168+
> If you have disabled auto update by using the `--auto-upgrade false` parameter of the `az k8s-extension create` command, you must manually update the extension by using `az k8s-extension update`. For information on the versions of this extension, visit the [release notes](/azure/machine-learning/reference-kubernetes#azuremml-extension-release-note).
169+
165170
## AutoML and Designer environments
166171
167172
For code-based training experiences, you control which Azure Machine Learning environment to use. With AutoML and the designer, the environment is encapsulated as part of the service. These types of jobs can run on computes that you configure, to allow for extra controls such as network isolation.

0 commit comments

Comments
 (0)