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
- Download and Install Azure Storage Explorer:
- Download and install Azure Storage Explorer from the official Microsoft site.
- Connect to Your Azure Account:
- Open Azure Storage Explorer and sign in with your Azure account.
- Navigate to Blob Containers:
- Locate the storage account associated with your Azure Blob Storage.
- Navigate to the Blob Containers section.
- 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.