Skip to content

Commit b4b3182

Browse files
authored
format
1 parent c7b15e8 commit b4b3182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ To create a compute instance, you'll need permissions for the following actions:
742742
* *Microsoft.MachineLearningServices/workspaces/computes/write*
743743
* *Microsoft.MachineLearningServices/workspaces/checkComputeNameAvailability/action*
744744

745-
### Audit and observe compute instance version
745+
## Audit and observe compute instance version
746746

747747
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).
748748

@@ -776,6 +776,7 @@ For more information on the classes, methods, and parameters used in this exampl
776776
```azurecli
777777
az ml compute show --name "myci"
778778
```
779+
---
779780

780781
IT administrators can use [Azure Policy](./../governance/policy/overview.md) to monitor the inventory instances across workspaces in Azure compliance center. Assign the built-in policy [Audit Azure Machine Learning Compute Instances with an outdated operating system](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2Ff110a506-2dcb-422e-bcea-d533fc8c35e2) on an Azure subscription or Azure management group scope.
781782

0 commit comments

Comments
 (0)