Skip to content

Commit 5bd69fe

Browse files
committed
fix errors
1 parent 2234b90 commit 5bd69fe

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ Where the file *create-instance.yml* is:
122122

123123
You can also create a compute instance with an [Azure Resource Manager template](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/machine-learning-compute-create-computeinstance).
124124

125-
* Enable SSH access
125+
### Enable SSH access
126126

127-
SSH access is disabled by default. SSH access can't be changed after creation. Make sure to enable access if you plan to debug interactively with [VS Code Remote](how-to-set-up-vs-code-remote.md).
127+
SSH access is disabled by default. SSH access can't be changed after creation. Make sure to enable access if you plan to debug interactively with [VS Code Remote](how-to-set-up-vs-code-remote.md).
128128

129-
[!INCLUDE [amlinclude-info](../../includes/machine-learning-enable-ssh.md)]
129+
[!INCLUDE [amlinclude-info](../../includes/machine-learning-enable-ssh.md)]
130130

131-
* Connect with SSH
131+
### Connect with SSH
132132

133-
[!INCLUDE [ssh-access](../../includes/machine-learning-ssh-access.md)]
133+
[!INCLUDE [ssh-access](../../includes/machine-learning-ssh-access.md)]
134134

135135
---
136136

@@ -165,7 +165,8 @@ When creating a new compute instance, add the `idle_time_before_shutdown_minutes
165165
```Python
166166
# Note that idle_time_before_shutdown has been deprecated.
167167
ComputeInstance(name=ci_basic_name, size="STANDARD_DS3_v2", idle_time_before_shutdown_minutes="30")
168-
```
168+
```
169+
169170
You cannot change the idle time of an existing compute instance with the Python SDK.
170171

171172
# [Azure CLI](#tab/azure-cli)
@@ -179,6 +180,7 @@ When creating a new compute instance, add `idle_time_before_shutdown_minutes` to
179180
# Note that idle_time_before_shutdown has been deprecated.
180181
idle_time_before_shutdown_minutes: 30
181182
```
183+
182184
You cannot change the idle time of an existing compute instance with the CLI.
183185
184186
# [Studio](#tab/azure-studio)

0 commit comments

Comments
 (0)