## Describe the request When we use `datastore.upload_files`, we may encounter warning like [this link](https://github.com/Azure/MachineLearningNotebooks/issues/1672), and we're urged to use `Dataset.File.upload_directory` instead: ``` "datastore.upload_files" is deprecated after version 1.0.69 ``` How about adding some notes in this section? https://azure.github.io/azureml-cheatsheets/docs/cheatsheets/python/v1/data/#upload-to-blob-datastore ref. This is official reference: https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.data.azure_storage_datastore.azureblobdatastore?view=azure-ml-py#azureml-data-azure-storage-datastore-azureblobdatastore-upload-files
Describe the request
When we use
datastore.upload_files, we may encounter warning like this link, and we're urged to useDataset.File.upload_directoryinstead:How about adding some notes in this section?
https://azure.github.io/azureml-cheatsheets/docs/cheatsheets/python/v1/data/#upload-to-blob-datastore
ref. This is official reference: https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.data.azure_storage_datastore.azureblobdatastore?view=azure-ml-py#azureml-data-azure-storage-datastore-azureblobdatastore-upload-files