@@ -209,7 +209,7 @@ Create this YAML file (update the values):
209
209
$schema : https://azuremlschemas.azureedge.net/latest/azureDataLakeGen2.schema.json
210
210
name : adls_gen2_credless_example
211
211
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 .
213
213
account_name : mytestdatalakegen2
214
214
filesystem : my-gen2-container
215
215
` ` `
@@ -228,7 +228,7 @@ Create this YAML file (update the values):
228
228
$schema : https://azuremlschemas.azureedge.net/latest/azureDataLakeGen2.schema.json
229
229
name : adls_gen2_example
230
230
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 .
232
232
account_name : mytestdatalakegen2
233
233
filesystem : my-gen2-container
234
234
credentials :
@@ -319,7 +319,7 @@ Create this YAML file (update the values):
319
319
$schema : https://azuremlschemas.azureedge.net/latest/azureFile.schema.json
320
320
name : file_sas_example
321
321
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.
323
323
account_name : mytestfilestore
324
324
file_share_name : my-share
325
325
credentials :
@@ -383,7 +383,7 @@ Create this YAML file (update the values):
383
383
$schema : https://azuremlschemas.azureedge.net/latest/azureDataLakeGen1.schema.json
384
384
name : alds_gen1_credless_example
385
385
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 .
387
387
store_name : mytestdatalakegen1
388
388
` ` `
389
389
@@ -401,7 +401,7 @@ Create this YAML file (update the values):
401
401
$schema : https://azuremlschemas.azureedge.net/latest/azureDataLakeGen1.schema.json
402
402
name : adls_gen1_example
403
403
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 .
405
405
store_name : mytestdatalakegen1
406
406
credentials :
407
407
tenant_id : XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -510,7 +510,7 @@ Create the following YAML file (update the values):
510
510
$schema : http://azureml/sdk-2-0/OneLakeDatastore.json
511
511
name : onelake_example_id
512
512
type : one_lake
513
- description : Credential-less datastore pointing to an OneLake Lakehouse .
513
+ description : Credential-less datastore pointing to a OneLake lakehouse .
514
514
one_lake_workspace_name : " AzureML_Sample_OneLakeWS"
515
515
endpoint : " msit-onelake.dfs.fabric.microsoft.com"
516
516
artifact :
@@ -532,7 +532,7 @@ Create the following YAML file (update the values):
532
532
$schema : http://azureml/sdk-2-0/OneLakeDatastore.json
533
533
name : onelake_example_id
534
534
type : one_lake
535
- description : Credential-less datastore pointing to an OneLake Lakehouse .
535
+ description : Credential-less datastore pointing to a OneLake lakehouse .
536
536
one_lake_workspace_name : " AzureML_Sample_OneLakeWS"
537
537
endpoint : " msit-onelake.dfs.fabric.microsoft.com"
538
538
artifact :
0 commit comments