Skip to content

Commit 9d02e5e

Browse files
authored
Remove tabs
1 parent 1d40055 commit 9d02e5e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -677,13 +677,7 @@ To create a compute instance, you'll need permissions for the following actions:
677677
678678
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).
679679
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.
681-
682-
# [Studio](#tab/azure-studio)
683-
684-
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.
685-
686-
# [Azure Policy](#tab/azure-policy)
680+
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. Enable 'audit and observe compute instance os version' under the previews management panel to see these preview properties.
687681
688682
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:
689683
@@ -714,8 +708,6 @@ Administrators can use [Azure Policy](./../governance/policy/overview.md) defini
714708
}
715709
```
716710

717-
---
718-
719711
## Next steps
720712

721713
* [Access the compute instance terminal](how-to-access-terminal.md)

0 commit comments

Comments
 (0)