Documentation
ODP 3.3.6.5-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Configure the Azure Environment
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Enable Hierarchical Namespace
ADLS ACLs require hierarchical namespace (HNS), also known as Data Lake Storage Gen2.
If HNS is disabled for the storage account, enable it before you configure the Ranger ABFS plugin.
If blob and container soft delete are enabled, disable them before you migrate the storage account to HNS:
az storage account blob-service-properties update \
--account-name <account-name> \
-g <resource-group> \
--enable-delete-retention false \
--enable-container-delete-retention false
Validate the storage account before you enable HNS:
az storage account hns-migration start \
--type validation \
-n <account-name> \
-g <resource-group>
Enable HNS:
az storage account hns-migration start \
--type upgrade \
-n <account-name> \
-g <resource-group>
Verify that HNS is enabled:
az storage account show \
--name <storage-account> \
--resource-group <resource-group> \
--query isHnsEnabled \
-o tsv
The expected output is:
true
This command uses the Azure management plane and requires
Readeraccess. Data-plane ACL operations can continue to work even if this command is unauthorized.
Last updated on Aug 31, 2026
Was this page helpful?
Next to read:
Create a Service Principalnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message