Is it possible to transfer data from one server to another server securely.

Baljeet Singh 0 Reputation points
2024-01-12T06:54:44.58+00:00

I have a server in azure. the name of my server is KP server I want to transfer the data from one server to another server. securely in private network.

Is it possible to do that in azure.

Azure SQL Database
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
986 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chakaravarthi Rangarajan Bhargavi 1,115 Reputation points MVP
    2024-01-12T07:40:34.0766667+00:00

    Hi Baljeet Singh,

    Welcome to Microsoft Q&A. Thanks for the interesting question!

    Yes, it's absolutely possible to transfer data securely between servers in Azure within a private network. Azure provides various services and features to facilitate secure communication and data transfer between resources. You can use various ways like Azure VMs, Azure Private link, Azure blob storage or Azure Data factory . I have explained here on how to use the Azure blob storage and transfer the data securely.

    Azure Blob Storage: If you're transferring data, consider using Azure Blob Storage. You can securely transfer data to and from Azure Blob Storage using HTTPS or Azure ExpressRoute. Below are the steps of achieving it

    1. Download and Install Azure Storage Explorer:
    2. Connect to Your Azure Account:
      • Open Azure Storage Explorer and sign in with your Azure account.
    3. Navigate to Blob Containers:
      • Locate the storage account associated with your Azure Blob Storage.
      • Navigate to the Blob Containers section.
    4. Upload Data:
      • Select the container where you want to upload data.
      • Use the "Upload" option to transfer files or data securely. Azure Storage Explorer will use HTTPS for secure communication.
      https://learn.microsoft.com/en-us/azure/architecture/data-science-process/move-azure-blob Please try out these steps and check if there any solution to it. Hope this answer helps you with solution! Please comment below if you need any assistance on the same. Happy to help! Regards, Chakravarthi Rangarajan Bhargavi -Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.
    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.