Hi Yu Cai,
Thanks for the interesting question. I would let you know few details about what is what here, It seems like there might be a misunderstanding or misconfiguration in your Azure Machine Learning workspace. . I would clarify the concepts and provide guidance on how to handle containers in Azure Storage and Azure Machine Learning.
In Azure blob storage, containers are used to organize sets of blobs. When you upload data to a container in Azure Blob Storage, you are essentially storing files in that containers.
In Azure Machine Learning, the concept of a "datastore" is used to reference storage locations for your data. The default datastore associated with an Azure Machine Learning workspace is often named "workspaceblobstore." Within this default datastore, a container named "azureml" is commonly used to store artifacts related to the Azure Machine Learning workspace.
This is where the major confusion for you resides I believe.
There are few links where we can have the references about the naming conventions:
Regarding this specific situation, if you uploaded data to a container named "azureml" in Azure Blob Storage, it should not be directly related to the "workspaceartifactstore" container. The "workspaceartifactstore" container is typically created automatically within the "workspaceblobstore" datastore and is used to store various artifacts related to the Azure Machine Learning workspace.
If you want to use the data you uploaded to the "azureml" container in your Azure Machine Learning workspace, you should create a datastore in your workspace that points to the "azureml" container in your Azure Blob Storage account.
Here is the reference link to create the datastore in the workspace: https://learn.microsoft.com/en-us/cli/azure/ml/datastore?view=azure-cli-latest
Good luck with your exploration and development efforts, and feel free to reach out through this comment if you need further assistance.
Best regards,
Chakravarthi Rangarajan Bhargavi
-Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.