data + storage
110 TopicsAzure Storage vs SharePoint Document Library
Hi Everyone, I am looking at Azure Blob Storage (cool tier) for a customer to archive older files from their on-premise file server. This is going to cost the customer $X per month in addition to their current Microsoft 365 licenses. Can someone please tell me why the customer would choose this option over using a document library within SharePoint? SharePoint storage is already included with their current 365 licenses. Does Azure Storage offer any benefits that are worth the extra costs? Thanks for your advice! AshSolved44KViews0likes6CommentsRead Only Access to Azure Storage Account Blob Containers via Azure CLI?
Hi, is it currently possible to to provide read only access to Azure Storage Account blob containers via Azure CLI? It appears that once you connect to Azure via Azure CLI, it is just using the Storage Account's access key for all operations against the container, regardless of the RBAC rights associated with the SP I connect with.31KViews0likes2CommentsAccess denied on FileShare using access keys
Hi Hi! I created and Azure Storage account and a Fileshare in it. I have 2 VM's running Windows Server 2016 and both are in the same Region. On VM1 i can connect to the fileshare using the Storage account username and access keys with the New-PSDrive command without any problems On VM2 i get "access denied" when trying to connect to the fileshare the same way with the storage account username and access keys, anyone know why this would happen? i execute the exact same New-PSDrive on both servers. Error from PowerShell: PS C:\temp> .\MountBackup.ps1 CMDKEY: Credential added successfully. New-PSDrive : Access is denied At C:\temp\MountBackup.ps1:6 char:5 + New-PSDrive -Name Z -PSProvider FileSystem -Root "\\europrod.f ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (Z:PSDriveInfo) [New-PSDrive], Win32Exception + FullyQualifiedErrorId : CouldNotMapNetworkDrive,Microsoft.PowerShell.Commands.NewPSDriveCommand27KViews0likes3CommentsVirus scan data before copying data to azure Blob storage?
Folks, Does Azure Blob storage perform a virus scan before allowing data to be transferred to Blob storage. example: Source location data is infected and while its getting copied to blob storage then will infect the azure environment for the user.20KViews0likes5CommentsHow can I use NiFi to ingest data from/to ADLS?
I would like to use NiFi to connect with ADLS. My scenario is like this: Nifi is installed and running in windows machine.Now i want to move data from my windows local directory to ADLS. I am not using any hadoop component for now. From ADLS again i want to move that data to SQL server which is in Azure too. How can i connect windows running Nifi to ADLS? All the instruction i found configuring core-site.xml files and taking the jars to Nifi specific folder. But as i dont have Hadoop running(so i dont have core-site.xml file) in that case how I can connect Nifi to ADLS? Can anyone please share the pointers how it can be done? Thanks in advance.Solved16KViews0likes10CommentsAzure Storage Account Larger File Shares
Microsoft Announce General Available Larger file shares available in the storage account. Azure Files is secure, fully managed public cloud file storage with a full range of data redundancy options and hybrid capabilities using Azure File Sync. All premium file shares are available with 100 TiB capacity. Visit Azure Files scale limits documentation to get more details. What’s new? Large file shares now has: Ability to upgrade existing general purpose storage accounts and existing file shares. Ability to opt in for larger files shares at a storage account instead of subscription level. Expanded regional coverage. Support for both locally redundant and zonal redundant storages. Improvements in the performance and scale of sync to work better with larger file shares. Visit Azure File Sync scalability targets to keep informed of the latest scale. New storage account Create a new general-purpose storage account in one of the supported regions on a supported redundancy option. While creating storage account, go to Advanced tab and enable Large file shares feature. See detailed steps on how to enable large file shares support on a new storage account. All new shares created under this new account will, by default, have 100 TiB capacity with increased scale. Existing storage account On an existing general-purpose storage account that resides on one of the supported regions, go to Configuration, enable Large file shares feature, and hit Save. You can now update quota for existing shares under this upgraded account to more than 5 TiB. All new shares created under this upgraded account will, by default, have 100 TiB capacity with increased scale.13KViews1like0CommentsSync Folder with Azure Blob Storage
With AzCopy v10 the team added a new function to sync folders with Azure Blob Storage. This is great if you have a local folder running on a server or even on a client device which you can to keep synchronized with Azure Blob storage. This will not only upload new or changed files, with the “–delete-destination” parameter you can let AzCopy remove locally deleted files on Azure blob storage and vice-versa. You can find more information here: https://www.thomasmaurer.ch/2019/06/sync-folder-with-azure-blob-storage/9.9KViews0likes1CommentVHD to Archive Storage
I have a disk with some files (About 1 TB) that will probably never be needed. However they might be needed so I have to keep them somewhere. I thought that the archive storage tier would be the perfect place. My plan was to detach the VHD from the VM and change the storage tier from hot to archive. If I ever needed the data again I would change from archive back to hot and attach the VHD to a VM. However, after detaching the disk, when I tried to change the tier I got the message "Changing the access tier is only allowed on block blobs that do not have snapshots in an active state." I then realized that the VHD is a page blob and it appears you can't change the tier on a page blob. I can't be the only one who wants to archive a drive (Or an entire VM) so I suspect I am missing a simple solution. Any ideas?7.6KViews0likes9CommentsMicrosoft Azure Master Program
https://www.azuremaster.in/ The World Today is Cloud Ready, Are You? 4 reasons to join the Microsoft Azure Master Program: Learn with on-demand and instructor-led trainings; Become a cloud computing master with Microsoft Azure Certifications; Engage with your peers from the IT ecosystem from across the globe; and Get recognized as a Microsoft Azure Master. Start your cloud journey with Microsoft Azure today! https://www.azuremaster.in/register7.2KViews0likes7Comments