Skip to content

Commit 1e7a921

Browse files
authored
Merge pull request #228043 from ecfan/redirects
Azure Logic Apps: Clean up and redirect old SFTP docs
2 parents 154e415 + 4b374c4 commit 1e7a921

File tree

4 files changed

+10
-24
lines changed

4 files changed

+10
-24
lines changed

articles/connectors/connectors-create-api-sftp.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

articles/connectors/connectors-sftp-ssh.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: Connect to an SFTP server from workflows
33
description: Connect to your SFTP file server from workflows using Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
author: divyaswarnkar
76
ms.reviewer: estfan, azla
87
ms.topic: how-to
9-
ms.date: 01/12/2023
8+
ms.date: 02/21/2023
109
tags: connectors
1110
---
1211

@@ -18,6 +17,10 @@ This how-to guide shows how to access your [SSH File Transfer Protocol (SFTP)](h
1817

1918
In Consumption logic app workflows, you can use the **SFTP-SSH** *managed* connector, while in Standard logic app workflows, you can use the **SFTP** built-in connector or the **SFTP-SSH** managed connector. You can use these connector operations to create automated workflows that run when triggered by events in your SFTP server or in other systems and run actions to manage files on your SFTP server. Both the managed and built-in connectors use the SSH protocol.
2019

20+
> [!NOTE]
21+
>
22+
> The [**SFTP** *managed* connector](/connectors/sftp/) has been deprecated, so this connector's operations no longer appear in the workflow designer.
23+
2124
For example, your workflow can start with an SFTP trigger that monitors and responds to events on your SFTP server. The trigger makes the outputs available to subsequent actions in your workflow. Your workflow can run SFTP actions that get, create, and manage files through your SFTP server account. The following list includes more example tasks:
2225

2326
* Monitor when files are added or changed.

articles/logic-apps/.openpublishing.redirection.logic-apps.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,11 @@
756756
"redirect_url": "/connectors/onedriveforbusinessconnector",
757757
"redirect_document_id": false
758758
},
759+
{
760+
"source_path_from_root": "/articles/connectors/connectors-create-api-sftp.md",
761+
"redirect_url": "/azure/connectors/connectors-sftp-ssh",
762+
"redirect_document_id": false
763+
},
759764
{
760765
"source_path_from_root": "/articles/connectors/connectors-schema-migration.md",
761766
"redirect_url": "/azure/logic-apps/update-consumption-workflow-schema",

articles/logic-apps/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@
344344
href: logic-apps-enterprise-integration-rosettanet.md
345345
- name: SAP
346346
href: logic-apps-using-sap-connector.md
347-
- name: SFTP
348-
href: ../connectors/connectors-create-api-sftp.md
349347
- name: SFTP - SSH
350348
href: ../connectors/connectors-sftp-ssh.md
351349
- name: Sliding Window

0 commit comments

Comments
 (0)