What type Azure storage we can use for storing our company old data

Rocky Mondal 86 Reputation points
2020-11-02T10:27:56.093+00:00

Hi,
We want to store our company old data in cloud. Could you please suggest what type Azure storage we can use for storing our company old data? please find the below requirement and data type details.

Azure file share storage full fill the below requirements, please suggest can we use Azure file share storage for store data . if yes then what is the limitation in Azure Azure file share storage?

Data types and Requirements:

  1. Data types: Office files, image files, pst, ost, zip,rar, pdf etc.
  2. Permission required to access the storage data.
  3. After give access permission to user, Data can be accessed by any time and any windows client on premises if required.
  4. Not required any App to access store (I think For blob storage access required Azure Storage explorer).

Thank you in advance,
Rocky

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,149 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 46,126 Reputation points Microsoft Employee
    2020-11-02T11:47:11.877+00:00

    @ockyMondal-4133 I would recommend to use Azure Blob Storage, If you are not using the data frequently, If not you can choose Azure File storage

    Archive access tier
    The archive access tier has the lowest storage cost. But it has higher data retrieval costs compared to the hot and cool tiers. Data must remain in the archive tier for at least 180 days or be subject to an early deletion charge. Data in the archive tier can take several hours to retrieve depending on the priority of the rehydration. For small objects, a high priority rehydrate may retrieve the object from archive in under 1 hour. See Rehydrate blob data from the archive tier to learn more.

    Are there specific questions given the info @ https://video2.skills-academy.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal#archive-access-tier ? 180 days isn’t mandatory.

    Cool and Archive early deletion
    In addition to the per-GB, per-month charge, any blob that is moved to the Archive tier is subject to an Archive early deletion period of 180 days. Additionally, for general-purpose v2 storage accounts, any blob that is moved to the Cool tier is subject to a Cool tier early deletion period of 30 days. This charge is prorated. For example, if a blob is moved to the Archive tier and then deleted or moved to the Hot tier after 45 days, the customer is charged an early deletion fee for 135 (180 minus 45) days of storage in the Archive tier.

    Refer to this article, which helps different ways for authorizing the Azure Storage account.

    Azure File Storage : Offers fully managed cloud file shares that you can access from anywhere via the industry standard Server Message Block (SMB) protocol.

    This articles explains detailed information on Azure Files scalability and performance targets

    The access tier determines the price and in some cases also the performance of a file share. Azure file Storage tiers: Azure Files offers four different tiers of storage, premium, transaction optimized, hot, and cool to allow you to tailor your shares to the performance and price requirements of your scenario: https://video2.skills-academy.com/en-us/azure/storage/files/storage-files-planning

    Learn more on Azure Storage Limits, Benefits and advantages

    Every request to Azure Storage must be authorized. Azure Storage supports the following authorization methods::https://video2.skills-academy.com/en-us/azure/storage/common/storage-introduction

    That's correct: The above mentioned 4 points in the questions supports Azure Files Storage( Mounting Azure Files Share or sync) No app required for accessing the data , Just you need to mount the Folder and provided necessary permission , before mounting the Azure Files please refer to the Prerequisites

    Shared access. Azure file shares support the industry standard SMB and NFS protocols, meaning you can seamlessly replace your on-premises file shares with Azure file shares without worrying about application compatibility. Being able to share a file system across multiple machines, applications/instances is a significant advantage with Azure Files for applications that need shareability.

    Fully managed. Azure file shares can be created without the need to manage hardware or an OS. This means you don't have to deal with patching the server OS with critical security upgrades or replacing faulty hard disks.

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    --------------------------------------------------------------------------------

    Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.