Azure Data Lake
14 TopicsMigrate 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.16KViews6likes8CommentsSet-AzDiagnosticSettings
I am facing the below issue while configuring the Log Analytics workspace to collect the logs in Azure Data Lake Store Diagnostics Settings. WARNING: 1:08:03 PM - *** The namespace for all the model classes will change from Microsoft.Azure.Management.Monitor.Management.Model s to Microsoft.Azure.Management.Monitor.Models in future releases. WARNING: 1:08:03 PM - *** The namespace for output classes will be uniform for all classes in future releases to make it independent o f modifications in the model classes. Set-AzDiagnosticSetting : Exception type: ErrorResponseException, Message: Null/Empty, Code: Null, Status code:BadRequest, Reason phrase: Bad Request At line:1 char:1 + Set-AzDiagnosticSetting -ResourceId $adls.Id -Name ADLS_Log_Analytics ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Set-AzDiagnosticSetting], PSInvalidOperationException + FullyQualifiedErrorId : Microsoft.Azure.Commands.Insights.Diagnostics.SetAzureRmDiagnosticSettingCommandSolved4.6KViews0likes1CommentExtracting UPN or DisplayName by importing csv with Object-Id
Hi All Microsoft has released a script to import to a csv; IOS devices affected by a passcode issue within Intune. As an organisation we need to contact each of these users and ask them to take specific action. The issue we have is the script outputs only object-id and device name. There seems to be no way of editing the script itself to produce a displayname or email address so that we know which users to contact. Is there any way to import a list of object-id's or device names into azure powershell and use this to output a displayname or a upn?3.8KViews0likes4CommentsDiscover 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.5KViews0likes1CommentData 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.