Skip to content

Commit 945050e

Browse files
committed
next steps
1 parent 91168b4 commit 945050e

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

articles/ai-studio/concepts/vulnerability-management.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: scottpolly
66
ms.author: larryfr
77
author: Blackmist
88
ms.reviewer: deeikele
9-
ms.date: 02/07/2024
9+
ms.date: 02/22/2024
1010
ms.topic: conceptual
1111
ms.service: azure-ai-studio
1212
---
@@ -77,11 +77,6 @@ Compute instances get the latest VM images at the time of provisioning. Microsof
7777

7878
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.
7979

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-
8580
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).
8681

8782
* Regularly update OS and Python packages.
@@ -111,19 +106,6 @@ You can install and run additional scanning software on the compute instance to
111106

112107
Microsoft Defender for Servers agent installation is currently not supported.
113108

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-
127109
### Endpoints
128110

129111
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
132114
133115
## Next steps
134116
135-
<!-- * [Azure Machine Learning repository for base images](https://github.com/Azure/AzureML-Containers)
136-
* [Data Science Virtual Machine release notes](./data-science-virtual-machine/release-notes.md)
137-
* [Azure Machine Learning Python SDK release notes](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ml/azure-ai-ml/CHANGELOG.md)
138-
* [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

Comments
 (0)