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/machine-learning/how-to-create-manage-compute-instance.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -679,36 +679,11 @@ Once a compute instance is deployed, it does not get automatically updated. Micr
679
679
680
680
To keep track of whether a compute instance's operating system version is current, you could query an instance's version using the Studio UI, CLI and SDK.
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. When a more recent instance OS version is, use the creation wizard to create a new instance. Enable 'audit and observe compute instance os version' under the previews management panel to see these preview properties.
710
685
711
-
---
686
+
# [Azure Policy](#tab-azure-policy)
712
687
713
688
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:
714
689
@@ -739,6 +714,8 @@ Administrators can use [Azure Policy](./../governance/policy/overview.md) defini
739
714
}
740
715
```
741
716
717
+
---
718
+
742
719
## Next steps
743
720
744
721
*[Access the compute instance terminal](how-to-access-terminal.md)
0 commit comments