Yes, Azure Storage is a suitable choice for your scenario, as it enables data storage from your gateways via FTP. To set up Azure Storage and obtain the required credentials for your gateway, follow these steps:- Please create a Storage Account from the Azure Portal or through CLI.
- Once the Storage account is created, under
Security+Networking
section, find Access Keys. There will two keys and connections string. Copy one of the connection strings or keys, which you will input into your gateway interface. - And then Setup FTP to transfer data, using the Azure Data Factory to create pipeline that will periodically retrieve data from your FTP server and push it to your Azure Storage account. Then you will need to create a linked service in Azure Data Factory to connect to your FTP server. This involves specifying the FTP server details and the credentials you received earlier.
- Since data is periodically pushed from the gateways, you can set up Azure Data Factory to monitor the FTP location and transfer the data to your Azure Storage account. In Azure Data Factory, you can configure triggers to automate data transfers according to your preferred schedule.
For more additional reference, please follow the below documents:
- Copy data from FTP server using Azure Data Factory or Synapse Analytics
- Solutions for periodic data transfer
- Transfer data to and from Azure
By following the above steps, you can effectively setup FTP to retrieve data from your gateways and store it in Storage accounts.
Please let us know in the comments below, if the issue is resolved or still persists. We will be glad to assist you closely.
Please do consider to “up-vote”
wherever the information provided helps you, this can be beneficial to other community members. Accepted answers show up at the top, resulting in improved discoverability for others.