Thursday, October 8, 2020

SFTP on Azure

Description: Here I have explain what is SFTP? How it deploy on Azure ? and How to connect it using FileZilla?

What is SFTP?

SFTP [SSH File Transfer Protocol] is network protocol used for secure file transfer over secure shell. SFTP is a very widely used protocol which many organizations use today for transferring files within their organization or across organizations. It is little bit costly and high-maintenance to create VM base SFTP. Azure SFTP provide cost-effective solution backed by durable storage. 

How to Deploy SFTP on Azure?

  • There are two Azure ARM templates to create SFTP service on Azure. You just need to click on your template. It will automatically redirect to portal

  1. Create an on-demand SFTP Server with a new Azure Files persistent storage
  2. Create an on-demand SFTP Server with an existing Azure Files persistent storage

  • Once you click on any of URL it will ask for details like username, password, Location, FQDN for SFTP then click on Review + create to create it
  • Once it created you will find container under resources as follow. Click on sftp-group for FQDN details
  • Copy FQDN container details and test it using FileZilla use port 22 






No comments:

Post a Comment