Once it happened with me while working at https://studyheal.com/ and i fix this. Actually Azure Machine Learning (Azure ML) provides a range of tools to manage and deploy machine learning models, which includes the management of images, datasets, and more. The workspaceblobstore
is the default blob storage associated with an Azure ML workspace and is used to store various assets, including datasets, models, and images.
To delete an image (or any asset) from the workspaceblobstore
, you would typically use the Azure ML SDK for Python. As of my last update in January 2022, there isn't a direct method in the Azure ML SDK for Python to delete images. However, there's a workaround by deleting the image from the underlying blob storage.
Here's a step-by-step approach:
- Install Azure ML SDK and Azure Blob Storage SDK:
- Set up your credentials:
- Access the default datastore
- Delete the image from the blob storage:
- Verify Deletion: