Skip to content

Commit e8345e5

Browse files
Merge pull request #239312 from vijetajo/patch-119
Update tutorial-azure-ml-in-a-day.md
2 parents bb7c24b + 5b8bc6e commit e8345e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-azure-ml-in-a-day.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Here, you'll create input variables to specify the input data, split ratio, lear
278278
* In this sample, we access the data from a file on the internet.
279279

280280
> [!NOTE]
281-
> To use [serverless compute (preview)](./how-to-use-serverless-compute.md), delete `compute="cpu-cluster"` in this code.
281+
> To use [serverless compute (preview)](./how-to-use-serverless-compute.md), delete `compute="cpu-cluster"` in this code. Serverless is the simplest way to run jobs on AzureML.
282282
283283
```python
284284
from azure.ai.ml import command

0 commit comments

Comments
 (0)