If you want to permanently delete the data from the blob storage and remove any associated metadata, you'll need to use Azure Storage services directly. You can leverage the Azure Storage SDKs or Azure CLI to delete the data assets stored in the blob storage. The specific method and steps would depend on the programming language you are using and your chosen method of interacting with Azure Storage (SDK, CLI, REST API, etc.).
How to permantly delete data assets in Azure ML via SDK
G. Rietbroek
0
Reputation points
Is there a class or method available to delete data assets permantly from Azure ML? You can only archive the data asset, which means the meta data will be deleted, but the actual storage on the blob storage stays active. Sometimes you just want to delete everything because it's useless storage.
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,343 questions
1 answer
Sort by: Most helpful
-
Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
2023-06-04T18:23:12.0866667+00:00