An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Yes, you can use disks for persistent HBase data in an Azure HDInsight cluster. The Accelerated Writes feature allows you to attach premium SSD-managed disks to every RegionServer (worker node). This means that Write Ahead Logs are written to the Hadoop File System (HDFS) mounted on these premium managed disks instead of using Azure Data Lake Storage (ADLS) or Azure Storage. This setup provides low write-latency and better resiliency for your applications.
References: