Azure / Azure/azure-quickstart-templates

azure-quickstart-templates/101-logic-app-ftp-to-blob

Open
#8,277 3 comments 0 reactions 0 assignees View on GitHub
needs owner help
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

Hi,
While trying to automate Logic App resrouce creation, I had a problem with the parameters to provide to the SFTP connector.

https://github.com/Azure/azure-quickstart-templates/blob/1d5a41e1ec6125d147b829f4c830c312f3b7e971/101-logic-app-ftp-to-blob/azuredeploy.json#L98-L106

When using [SFTP - SSH connector](https://docs.microsoft.com/fr-fr/azure/connectors/connectors-sftp-ssh), the parameters names to be provided are :

- hostName
- userName
- password
- portNumber
- acceptAnySshHostKey
- sshHostKeyFingerprint
- rootFolder

I didn't find anywhere in the documentation where those parameters are documented. I had to watch http xhr requests in my browser to find the name of the parameters to provide for my connection resource.

Since the old [SFTP connector](https://docs.microsoft.com/fr-fr/azure/connectors/connectors-create-api-sftp) is deprecated, I believe the template might need to be updated (maybe with comments or alternative template for legacy connector).

Cheers.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with azuredeploy.json lines 98-106 and compare its SFTP connection parameters with the current SFTP-SSH connector documentation linked in the issue. Verify the template's connection resource uses the documented parameter names and that the deployment accepts them; done means the deprecated connector is no longer the only path presented.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure
Domain
cloud
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.