Skip to content

Commit 1adc9b3

Browse files
committed
replace <li> in table
1 parent d22bcaf commit 1adc9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-attach-compute-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Create a single- or multi- node compute cluster for your training, batch inferen
147147

148148
|Field |Description |
149149
|---------|---------|
150-
|Compute name | <ul> <li>Name is required and must be between 3 to 24 characters long.</li><li>Valid characters are upper and lower case letters, digits, and the **-** character.</li><li>Name must start with a letter</li><li>Name needs to be unique across all existing computes within an Azure region. You'll see an alert if the name you choose isn't unique</li><li>If **-** character is used, then it needs to be followed by at least one letter later in the name</li> </ul> |
150+
|Compute name | * Name is required and must be between 3 to 24 characters long.<br><br> * Valid characters are upper and lower case letters, digits, and the **-** character.<br><br> * Name must start with a letter<br><br> * Name needs to be unique across all existing computes within an Azure region. You'll see an alert if the name you choose isn't unique<br><br> * If **-** character is used, then it needs to be followed by at least one letter later in the name |
151151
|Minimum number of nodes | Minimum number of nodes that you want to provision. If you want a dedicated number of nodes, set that count here. Save money by setting the minimum to 0, so you won't pay for any nodes when the cluster is idle. |
152152
|Maximum number of nodes | Maximum number of nodes that you want to provision. The compute will autoscale to a maximum of this node count when a job is submitted. |
153153
| Idle seconds before scale down | Idle time before scaling the cluster down to the minimum node count. |

0 commit comments

Comments
 (0)