Skip to content

Commit 0829fd8

Browse files
authored
Merge pull request #123485 from hyoshioka0128/patch-818
Update how-to-share-data-across-workspaces-with-registries.md (Typo "…
2 parents adc3767 + 14c79ff commit 0829fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-share-data-across-workspaces-with-registries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
```
268268
269269
> [!WARNING]
270-
> * Before running the pipeline job, confirm that the workspace in which you will run the job is in a Azure region that is supported by the registry in which you created the data.
270+
> * Before running the pipeline job, confirm that the workspace in which you will run the job is in an Azure region that is supported by the registry in which you created the data.
271271
> * Confirm that the workspace has a compute cluster with the name `cpu-cluster` or edit the `compute` field under `jobs.train_job.compute` with the name of your compute.
272272
273273
Run the pipeline job with the `az ml job create` command.
@@ -306,7 +306,7 @@ print(pipeline_job)
306306
```
307307
308308
> [!WARNING]
309-
> * Confirm that the workspace in which you will run this job is in a Azure location that is supported by the registry in which you created the component before you run the pipeline job.
309+
> * Confirm that the workspace in which you will run this job is in an Azure location that is supported by the registry in which you created the component before you run the pipeline job.
310310
> * Confirm that the workspace has a compute cluster with the name `cpu-cluster` or update it `pipeline_job.settings.default_compute=<compute-cluster-name>`.
311311
312312
Run the pipeline job and wait for it to complete.

0 commit comments

Comments
 (0)