Skip to content

Commit 5d5ddf8

Browse files
committed
Fix warning about broken bookmark
1 parent 355014d commit 5d5ddf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-access-data-batch-endpoints-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Batch endpoints can read files that are located in the following types of storag
305305

306306
- [Azure Machine Learning data assets](#use-input-data-from-a-data-asset), including the folder (`uri_folder`) and file (`uri_file`) types.
307307
- [Azure Machine Learning data stores](#use-input-data-from-a-data-store), including Azure Blob Storage, Azure Data Lake Storage Gen1, and Azure Data Lake Storage Gen2.
308-
- [Azure Storage accounts](#use-input-data-from-a-storage-account), including Blob Storage, Data Lake Storage Gen1, and Data Lake Storage Gen2.
308+
- [Azure Storage accounts](#use-input-data-from-an-azure-storage-account), including Blob Storage, Data Lake Storage Gen1, and Data Lake Storage Gen2.
309309
- Local data folders and files, when you use the Azure Machine Learning CLI or the Azure Machine Learning SDK for Python to invoke endpoints. But the local data gets uploaded to the default data store of your Azure Machine Learning workspace.
310310

311311
> [!IMPORTANT]
@@ -334,7 +334,7 @@ Data outputs refer to the location where the results of a batch job are placed.
334334
335335
## Create jobs with data inputs
336336

337-
The following examples show how to create jobs while taking data inputs from [data assets](#use-input-data-from-a-data-asset), [data stores](#use-input-data-from-a-data-store), and [Storage accounts](#use-input-data-from-a-storage-account).
337+
The following examples show how to create jobs while taking data inputs from [data assets](#use-input-data-from-a-data-asset), [data stores](#use-input-data-from-a-data-store), and [Azure Storage accounts](#use-input-data-from-an-azure-storage-account).
338338

339339
### Use input data from a data asset
340340

0 commit comments

Comments
 (0)