Need to migrate the 5000 Sharepoint online site data to azure file share

Anonymous
2023-10-04T10:52:35.93+00:00

Hello

In my organistion we have around 5000 unused site that is around 10 TB and need to archive this file to azure blob storage or azure file share because the cost of shareoint is costly compared this azure storages. Once the data of the 5000 site data is moved to the azure account the users need to access the data if that is required so we need to give access for the users of each site and need suggestion for this archival strategy so which one is the best for migrating data and accessing the data. kindly suggest which is the best

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,304 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,231 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,927 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Siva Villa 285 Reputation points Microsoft Employee
    2023-10-06T12:39:33.9+00:00

    Prajwal S You can copy the files from SharePoint online to Azure Blob Storage or a file share and few of the viable options discussed below. Copy files from sharepoint to azure blob storage using logic apps - Microsoft Q&A and https://learn.microsoft.com/en-us/answers/questions/760249/data-migration-from-sharepoint-to-azure-file-share

     In Azure Blob storage, you have the flexibility to grant permissions to users at the container level following data migration. You can achieve this by utilizing AD-based authentication or by creating Shared Access Signatures (SAS) at the container level. This allows you to efficiently manage and access data within individual containers using tools like Storage Explorer. Create shared access signature (SAS) tokens for storage containers and blobs - Azure AI services | Microsoft Learn

    User's image

    In Azure file share, you might have to enable AD-based authentication so that the user can have a specific permission to the file share via SMB.

    To configure Windows ACLs, you'll need a client machine running Windows that has line-of-sight to the domain controller. If you're authenticating with Azure Files using Active Directory Domain Services (AD DS) or Azure Active Directory Kerberos (Azure AD Kerberos) for hybrid identities, this means you'll need line-of-sight to the on-premises AD. If you're using Azure Active Directory Domain Services (Azure AD DS), then the client machine must have line-of-sight to the domain controllers for the domain that's managed by Azure AD DS, which are located in Azure.

    Control what a user can do at the directory and file level - Azure Files | Microsoft Learn

     Please go through below article which will give more examples.

    https://www.smikar.com/azure-blob-storage-vs-azure-file-storage/

    Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. 

    Hope this helps. Please let us know if you have any further questions and we will be glad to assist you further. Thank you!


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

    0 comments No comments

  2. Betty Paul 0 Reputation points
    2024-11-09T11:33:26.7233333+00:00

    Utilize SharePoint Migration Tool (SPMT) or Azure Storage Explorer to efficiently transfer site data to Azure Blob Storage.

    Also, other migration tools to migrate Sharepoint online data to Azure file share like CloudFuze , AvePoint , Gs Richcopy 360 or MultCloud . All are easy and have many advances features for data cloud migration .

    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.