Azure Archive
3 TopicsProtecting access to storage account with backups and archived data
Hello experts, I've been trying to understand how to protect backups, and archived data stored in azure blob storage. What is the way to protect those data in case that a global admin rights got compromised? I understand that data are encrypted, etc... but in scenario above, what could be an additional level to make sure that even if global admin account got compromised, it will not be easy to access those critical data?212Views0likes1CommentQuery Storage accounts for type of storage and access tier
Hello Community, I have received a task (for Auditing) to find Storage accounts having storage type as "Queue". And also to find blobs with access tier as "Archive" . we have hundreds of storage accounts and each having lots of blobs and contents. Is there any way i can achieve this using resource graph explorer or any something else. On PowerShell i tested usingGet-AzStorageAccount | Get-AzStorageContainer | Get-AzStorageBlob | where where{$_.AccessTier -eq "Archive"} this is working for scenarios where storage accounts are less, but it stucks where the number is too big, any help will be appreciated. Thank You PS - i am relatively new to Azure and scripting759Views0likes0CommentsData Migration from OpenText Content Server to Azure Blob Storage or other services.
Hi all We want to migrate data (~40Terabyte) from OpenText Content Server to Azure Blog Storage or other similar/better services if any with a view to Archive (Closed Projects) about 80% of the data and other 20% (Active Projects) will be moved to SharePoint Online for business users to be able to access the data. Another business requirement is to be able to search data in Azure Blob Storage effectively & efficiently via Azure Cognitive Services or other similar/better services. I'd greatly appreciate any help or guidance or lessons learnt from anyone out there who have done similar migration of data from OpenText Content Server to Azure Blob Storage with any experiences to share. It would be great to hear what techniques were used and how successful were you in migrating the data and what reconciliations methods were used to ensure all the data (i.e. size & number of files/folders) to ensure all teh data was migrated successfully. Thanks for your time and effort in advance.4KViews0likes1Comment