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
Copy file name to clipboardExpand all lines: articles/ai-studio/concepts/vulnerability-management.md
+3-23Lines changed: 3 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: scottpolly
6
6
ms.author: larryfr
7
7
author: Blackmist
8
8
ms.reviewer: deeikele
9
-
ms.date: 02/07/2024
9
+
ms.date: 02/22/2024
10
10
ms.topic: conceptual
11
11
ms.service: azure-ai-studio
12
12
---
@@ -77,11 +77,6 @@ Compute instances get the latest VM images at the time of provisioning. Microsof
77
77
78
78
If you use this method, you'll lose data and customizations (such as installed packages) that are stored on the instance's OS and temporary disks.
79
79
80
-
<!-- When you re-create your instance:
81
-
82
-
* [Store notebooks](./concept-compute-instance.md#accessing-files) in the *User files* directory to persist them.
83
-
* [Mount data](how-to-customize-compute-instance.md) to persist files. -->
84
-
85
80
For more information about image releases, see the [Azure Machine Learning compute instance image release notes](/azure/machine-learning/azure-machine-learning-ci-image-release-notes).
86
81
87
82
* Regularly update OS and Python packages.
@@ -111,19 +106,6 @@ You can install and run additional scanning software on the compute instance to
111
106
112
107
Microsoft Defender for Servers agent installation is currently not supported.
113
108
114
-
<!-- Consider using [customization scripts](./how-to-customize-compute-instance.md) for automation. For an example setup script that combines Trivy and ClamAV, see [Compute instance sample setup scripts](https://github.com/Azure/azureml-examples/tree/main/setup/setup-ci). -->
115
-
116
-
<!-- ### Compute clusters
117
-
118
-
Compute clusters automatically upgrade nodes to the latest VM image. If you configure the cluster with `min nodes = 0`, it automatically upgrades nodes to the latest VM image version when all jobs are completed and the cluster reduces to zero nodes.
119
-
120
-
In the following conditions, cluster nodes don't scale down, so they can't get the latest VM image:
121
-
122
-
* The cluster's minimum node count is set to a value greater than zero.
123
-
* Jobs are scheduled continuously on your cluster.
124
-
125
-
You're responsible for scaling down non-idle cluster nodes to get the latest OS VM image updates. Azure Machine Learning doesn't stop any running workloads on compute nodes to issue VM updates. Temporarily change the minimum nodes to zero and allow the cluster to reduce to zero nodes. -->
126
-
127
109
### Endpoints
128
110
129
111
Endpoints automatically receive OS host image updates that include vulnerability fixes. The update frequency of images is at least once a month.
@@ -132,7 +114,5 @@ Compute nodes are automatically upgraded to the latest VM image version when tha
132
114
133
115
## Next steps
134
116
135
-
<!-- * [Azure Machine Learning repository for base images](https://github.com/Azure/AzureML-Containers)
* [Azure Machine Learning best practices for enterprise security](/azure/cloud-adoption-framework/ready/azure-best-practices/ai-machine-learning-enterprise-security) -->
117
+
* [Azure AI hub resources](ai-resources.md)
118
+
* [Create and manage compute instances](../how-to/create-manage-compute.md)
0 commit comments