Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 07:10 AM
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?