Hi @Sigfred Rodriguez ,
Greetings!
I understand that the vendor is facing network issues while attempting to connect to the Azure Blob container via SFTP.
Please check the below troubleshooting steps to resolve the issue:
- Please make sure that the vendor's network permits outbound traffic on port 22, which is necessary for SFTP connections.
- Also, please ensure that there are no firewall rules or network policies are blocking the connection.
- Make sure that the vendor's DNS settings are properly configured to resolve the Azure Blob container's hostname.
- Use
nslookup
command to verify DNS resolutions.nslookup <storage-account-name>.blob.core.windows.net
- Make sure to add the vendor's IP address to the allowed list if you have IP whitelisting turned on for your storage account. Also, you can handle IP whitelisting in the Azure portal by going to the Networking section of your storage account.
- Make sure the vendor is using a compatible SFTP client and that the settings on the client are set up correctly.
- Refer to the limitations and known issues with SFTP support for Azure Blob Storage to ensure compatibility. Also, make sure the vendor's network is set up right to access the private endpoint if you're using one for the storage account.
- The vendor can utilize this connection string format for private endpoints:
sftp <username>@<storage-account-name>.privatelink.blob.core.windows.net
- Please have the vendor test the connection from various networks to see if the problem is just with their corporate network.
Please refer the below documents for additional information:
Connect to Azure Blob Storage from an SFTP Client.
Limitations & Known Issues with SFTP in Azure Blob Storage.
By following the above steps and following the above documents, you should be able to resolve the SFTP connection issue for your vendor.
Please do consider to “up-vote” wherever the information provided helps you, this can be beneficial to other community member. If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you.