Skip to content

Commit 339d0ea

Browse files
committed
put back preview for Audit (for now)
1 parent 4ef29bf commit 339d0ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ It's a shared responsibility between you and Microsoft to ensure that your envir
7373

7474
### Compute instance
7575

76-
Compute instances get the latest VM images at the time of provisioning. Microsoft releases new VM images on a monthly basis. Once a compute instance is deployed, it does not get actively updated. You could [query an instance's operating system version](how-to-create-manage-compute-instance.md#audit-and-observe-compute-instance-version). To keep current with the latest software updates and security patches, you could:
76+
Compute instances get the latest VM images at the time of provisioning. Microsoft releases new VM images on a monthly basis. Once a compute instance is deployed, it does not get actively updated. You could [query an instance's operating system version](how-to-create-manage-compute-instance.md#audit-and-observe-compute-instance-version-preview). To keep current with the latest software updates and security patches, you could:
7777

7878
1. Recreate a compute instance to get the latest OS image (recommended)
7979

articles/machine-learning/how-to-create-manage-compute-instance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,10 +744,12 @@ To create a compute instance, you'll need permissions for the following actions:
744744
* *Microsoft.MachineLearningServices/workspaces/computes/write*
745745
* *Microsoft.MachineLearningServices/workspaces/checkComputeNameAvailability/action*
746746

747-
### Audit and observe compute instance version
747+
### Audit and observe compute instance version (preview)
748748

749749
Once a compute instance is deployed, it does not get automatically updated. Microsoft [releases](azure-machine-learning-ci-image-release-notes.md) new VM images on a monthly basis. To understand options for keeping recent with the latest version, see [vulnerability management](concept-vulnerability-management.md#compute-instance).
750750

751+
Enable 'audit and observe compute instance os version' under the previews management panel to see these preview properties.
752+
751753
To keep track of whether an instance's operating system version is current, you could query its version using the Studio UI. In your workspace in Azure Machine Learning studio, select Compute, then select compute instance on the top. Select a compute instance's compute name to see its properties including the current operating system.
752754

753755
Administrators can use [Azure Policy](./../governance/policy/overview.md) definitions to audit instances that are running on outdated operating system versions across workspaces and subscriptions. The following is a sample policy:

0 commit comments

Comments
 (0)