Skip to content

Commit 244838d

Browse files
committed
formatting
1 parent adee088 commit 244838d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ You can also change the idle time using:
212212
```
213213
POST https://management.azure.com/subscriptions/{SUB_ID}/resourceGroups/{RG_NAME}/providers/Microsoft.MachineLearningServices/workspaces/{WS_NAME}/computes/{CI_NAME}/updateIdleShutdownSetting?api-version=2021-07-01
214214
```
215+
215216
Body:
216217
```JSON
217218
{
@@ -220,7 +221,8 @@ You can also change the idle time using:
220221
```
221222

222223

223-
* ARM Templates: only configurable during new CI creation
224+
* ARM Templates: only configurable during new compute instance creation
225+
224226
```JSON
225227
// Note that this is just a snippet for the idle shutdown property in an ARM template
226228
{

0 commit comments

Comments
 (0)