DVC integration with AZURE ML Pipeline and versioning IOT data

@writetoneeraj That’s not metadata, that’s how dvc stores data on remote to provide deduplication. You should use your git repo to access files on your remote. E.g. by either dvc pulling in it or using commands like dvc get/import (see https://dvc.org/doc/use-cases/data-registries) to access it from the outside.