Best shared storage option for graphics design source files

Vikas Vijay Bhadvalkar 25 Reputation points
2024-10-03T16:32:48.1333333+00:00

Our team needs a shared server or drive accessible from anywhere to store our marketing design source files. Currently, our designers store the files on their computers or external hard drives, which is not ideal. We need a redundant solution that anyone on our team can access and modify. What is the best option for safely storing graphics design source files?

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
262 questions
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,192 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,052 Reputation points Microsoft Employee
    2024-10-10T23:09:07.2366667+00:00

    @Vikas Vijay Bhadvalkar
    Azure Storage offers several robust options for safely storing and accessing your marketing design source files from anywhere. You can utilize following features offered by Azure storage for your scenario.

    Azure Blob Storage: Ideal for storing large amounts of unstructured data, such as design files. It provides encryption and secure access via HTTP or HTTPS. It offers different access tiers (hot, cool, and archive) to optimize costs based on usage patterns.

    Azure Files: It provides fully managed file shares in the cloud that can be accessed via the SMB protocol. It can be mounted by Windows, Linux, and macOS clients, both on-premises and in the cloud. Also allows you to cache Azure file shares on local Windows Servers, providing fast local access while keeping the central storage in Azure.

    Redundancy and High Availability:

    #Geo-Redundant Storage (GRS): Replicates your data to a secondary region to ensure durability and high availability in case of a regional outage.

    #Locally Redundant Storage (LRS): Keeps multiple copies of your data within a single region to protect against hardware failures.

    Azure Storage Explorer: It is a user-friendly interface that allows you to manage your Azure Storage data from any platform (Windows, macOS, or Linux). It facilitates uploading, downloading, and managing blobs, files, queues, and tables.

    Additional documentation:

    Let me know if you have any questions in the comments.

    0 comments No comments

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.