Skip to content

Commit c211f7f

Browse files
committed
edit pass: machine-learning-data-administration
1 parent 2ef000a commit c211f7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/machine-learning/how-to-datastore.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Create this YAML file (update the values):
209209
$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen2.schema.json
210210
name: adls_gen2_credless_example
211211
type: azure_data_lake_gen2
212-
description: Credential-less datastore pointing to an Azure Data Lake Storage Gen2.
212+
description: Credential-less datastore pointing to an Azure Data Lake Storage Gen2 instance.
213213
account_name: mytestdatalakegen2
214214
filesystem: my-gen2-container
215215
```
@@ -228,7 +228,7 @@ Create this YAML file (update the values):
228228
$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen2.schema.json
229229
name: adls_gen2_example
230230
type: azure_data_lake_gen2
231-
description: Datastore pointing to an Azure Data Lake Storage Gen2.
231+
description: Datastore pointing to an Azure Data Lake Storage Gen2 instance.
232232
account_name: mytestdatalakegen2
233233
filesystem: my-gen2-container
234234
credentials:
@@ -319,7 +319,7 @@ Create this YAML file (update the values):
319319
$schema: https://azuremlschemas.azureedge.net/latest/azureFile.schema.json
320320
name: file_sas_example
321321
type: azure_file
322-
description: Datastore pointing to an Azure File Share using SAS token.
322+
description: Datastore pointing to an Azure File Share using an SAS token.
323323
account_name: mytestfilestore
324324
file_share_name: my-share
325325
credentials:
@@ -383,7 +383,7 @@ Create this YAML file (update the values):
383383
$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen1.schema.json
384384
name: alds_gen1_credless_example
385385
type: azure_data_lake_gen1
386-
description: Credential-less datastore pointing to an Azure Data Lake Storage Gen1.
386+
description: Credential-less datastore pointing to an Azure Data Lake Storage Gen1 instance.
387387
store_name: mytestdatalakegen1
388388
```
389389
@@ -401,7 +401,7 @@ Create this YAML file (update the values):
401401
$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen1.schema.json
402402
name: adls_gen1_example
403403
type: azure_data_lake_gen1
404-
description: Datastore pointing to an Azure Data Lake Storage Gen1.
404+
description: Datastore pointing to an Azure Data Lake Storage Gen1 instance.
405405
store_name: mytestdatalakegen1
406406
credentials:
407407
tenant_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -510,7 +510,7 @@ Create the following YAML file (update the values):
510510
$schema: http://azureml/sdk-2-0/OneLakeDatastore.json
511511
name: onelake_example_id
512512
type: one_lake
513-
description: Credential-less datastore pointing to an OneLake Lakehouse.
513+
description: Credential-less datastore pointing to a OneLake lakehouse.
514514
one_lake_workspace_name: "AzureML_Sample_OneLakeWS"
515515
endpoint: "msit-onelake.dfs.fabric.microsoft.com"
516516
artifact:
@@ -532,7 +532,7 @@ Create the following YAML file (update the values):
532532
$schema: http://azureml/sdk-2-0/OneLakeDatastore.json
533533
name: onelake_example_id
534534
type: one_lake
535-
description: Credential-less datastore pointing to an OneLake Lakehouse.
535+
description: Credential-less datastore pointing to a OneLake lakehouse.
536536
one_lake_workspace_name: "AzureML_Sample_OneLakeWS"
537537
endpoint: "msit-onelake.dfs.fabric.microsoft.com"
538538
artifact:

0 commit comments

Comments
 (0)