You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Troubleshooting environment vulnerabilities and image builds
16
+
# Troubleshooting environment issues
17
17
18
18
In this article, learn how to troubleshoot common problems you may encounter with environment image builds and learn about AzureML environment vulnerabilities.
19
19
@@ -96,7 +96,7 @@ You use system-managed environments when you want conda to manage the Python env
96
96
latest image may be a tradeoff between reproducibility and vulnerability management. So, it's your responsibility to choose the environment version used
97
97
for your jobs or model deployments while using system-managed environments.
98
98
99
-
## Scan for Vulnerabilities
99
+
###Scan for Vulnerabilities
100
100
101
101
You can monitor and maintain environment hygiene with [Microsoft Defender for Container Registry](../defender-for-cloud/defender-for-containers-vulnerability-assessment-azure.md) to help scan images for vulnerabilities.
102
102
@@ -137,9 +137,9 @@ Associated to your Azure Machine Learning workspace is an Azure Container Regist
137
137
materialized is pushed to the container registry and used if you trigger experimentation or deployment for the corresponding environment. Azure
138
138
Machine Learning doesn't delete images from your container registry, and it's your responsibility to evaluate which images you need to maintain over time.
139
139
140
-
## **Environment definition problems**
140
+
#Troubleshooting environment image builds
141
141
142
-
Troubleshooting environment image builds using troubleshooting log error messages.
0 commit comments