Skip to content

Commit 6d49e79

Browse files
committed
linter
1 parent 1099bf7 commit 6d49e79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/machine-learning/concept-compute-instance.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about the Azure Machine Learning compute instance, a fully ma
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: compute
8-
ms.topic: conceptual
8+
ms.topic: concept-article
99
ms.author: sgilley
1010
author: sdgilley
1111
ms.reviewer: vijetaj
@@ -109,6 +109,7 @@ You can use the `/tmp` directory on the compute instance for your temporary data
109109
:::moniker range="azureml-api-1"
110110
You can also mount [datastores and datasets](v1/concept-azure-machine-learning-architecture.md?view=azureml-api-1&preserve-view=true#datasets-and-datastores).
111111
:::moniker-end
112+
112113
## Create
113114

114115
Follow the steps in [Create resources you need to get started](quickstart-create-resources.md) to create a basic compute instance.
@@ -146,7 +147,7 @@ You can use compute instance as a local inferencing deployment target for test/d
146147
> [!TIP]
147148
> The compute instance has 120GB OS disk. If you run out of disk space and get into an unusable state, please clear at least 5 GB disk space on OS disk (mounted on /) through the compute instance terminal by removing files/folders and then do `sudo reboot`. Temporary disk will be freed after restart; you do not need to clear space on temp disk manually. To access the terminal go to compute list page or compute instance details page and click on **Terminal** link. You can check available disk space by running `df -h` on the terminal. Clear at least 5 GB space before doing `sudo reboot`. Please do not stop or restart the compute instance through the Studio until 5 GB disk space has been cleared. Auto shutdowns, including scheduled start or stop as well as idle shutdowns, will not work if the CI disk is full.
148149
149-
## Next steps
150+
## Related content
150151

151152
* [Create resources you need to get started](quickstart-create-resources.md).
152153
* [Tutorial: Train your first ML model](tutorial-1st-experiment-sdk-train.md) shows how to use a compute instance with an integrated notebook.

0 commit comments

Comments
 (0)