Curious-mind
New Contributor III

If I get it right we can use Default storage for Managed Data or Set a managed storage location for a catalog :

CREATE CATALOG <catalog-name> MANAGED LOCATION 'abfss://<container-name>@<storage-account>.dfs.core.windows.net/<path>/<directory>';

What are the reasons to create our own Managed Location vs using Default one?