Azure Data Lake
14 TopicsDisaster Recovery options for Premium Block Blob HNS storage
Looking to implement a Data Lakehouse in Azure and DR is becoming a large focus. Ideally we'd use an Azure Storage Account with Hierarchical Namespace enabled and then also use Premium and not Standard to provide better read performance, then the block blob option. However, there is no GRS option for any Azure Storage Account Premium. Are there any DR options to get this data to another region in Azure? Well beside a dual write (2 phased commit) into each storage account.592Views0likes6CommentsHow to change LRS to GRS for Azure Data Lake Storage storage
Hi all, I would like to change an existing storage account from LRS to GRS - however, when I try to do it via Azure portal -> Data management -> Redundancy, I get a message below: "Failed to update redundancy for storage account 'tplrepository'. Error: Storage account XXXX is LFS enabled and may not be converted to a georeplication enabled sku" Is there a way to disable LFS for existing storage ... or change to GRS with LFS enabled? Thank you.588Views0likes1CommentMigrate the critical file data you need to power your applications
When you migrate applications to Azure, you cannot leave file data behind. The Azure File Migration program can help you migrate data from NFS, SMB, and S3 sources to Azure Storage Services in less time, less risk, and no headache! Learn how to take advantage of this program and about the fundamentals of file migration in this post.16KViews6likes8CommentsData Migration from Sql DataBase to Azure Data Lake Using SSIS
Hi, how are you? I want to migrate data from SQL DataBase (on-premises) to Azure Data Lake (Cloud) Using SSIS(SQL Server Integration Services) how I can do this and please also guide me I have massive data so which one will best practice to migrate data from SQL DataBase to Azure Data Lake Using SSIS.Discover cloud storage solutions at Azure Storage Day | April 29
Join us at Azure Storage Day to discover cloud storage solutions for all of your workloads and learn how to help ensure scalability, security, and compliance with the right Azure storage solution for any use case.3.5KViews1like0CommentsHow to Get ADLS Gen1 Instance Size Using any Script
Hi Team, I want to fetch ADLS Gen1 Instance size using any API or script, Can you please suggest if any meta data resides about Instance size. I know How to get folders size and add sum gives ADLS Instance size currently this what I am doing but calculating each folder is taking around 10 hrs because my ADLS instance size bit bigger and too many nested folders. Is there anyway we can calculate ADLS Gen1 size with calculating subfolders and all ? I mean is there any meta data available ? I am using below Powershell script but it is not optimal. $rootdir = '/' $adlsactname = "**********" Get-AzDataLakeStoreChildItemSummary -Account $adlsactname -Path $rootdir -Concurrency 128 Azure portal providing ADLS Instance size on daily basis so we can get this info export using any metadata or script or API ? Thanks, Brahma1.5KViews0likes1Comment