Skip to content

Commit 8a9bbd0

Browse files
committed
fixed merge conflict
2 parents 6a9f3bd + 2d19a2e commit 8a9bbd0

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

articles/connectors/connectors-sftp-ssh.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
author: divyaswarnkar
77
ms.reviewer: estfan, logicappspm, azla
88
ms.topic: conceptual
9-
ms.date: 08/05/2021
9+
ms.date: 01/12/2022
1010
tags: connectors
1111
---
1212

@@ -34,6 +34,8 @@ For differences between the SFTP-SSH connector and the SFTP connector, review th
3434
* MessageWay
3535
* OpenText Secure MFT
3636
* OpenText GXS
37+
* Globalscape
38+
* SFTP for Azure Blob Storage
3739

3840
* SFTP-SSH actions that support [chunking](../logic-apps/logic-apps-handle-large-messages.md) can handle files up to 1 GB, while SFTP-SSH actions that don't support chunking can handle files up to 50 MB. The default chunk size is 15 MB. However, this size can dynamically change, starting from 5 MB and gradually increasing to the 50-MB maximum. Dynamic sizing is based on factors such as network latency, server response time, and so on.
3941

articles/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 01/06/2022
8+
ms.date: 01/15/2022
99

1010
# As a developer, I want to connect to my single-tenant logic app workflows with virtual networks using private endpoints and VNet integration.
1111
---
@@ -117,6 +117,12 @@ For more information, review [Create single-tenant logic app workflows in Azure
117117

118118
To secure outbound traffic from your logic app, you can integrate your logic app with a virtual network. First, create and test an example workflow. You can then set up VNet integration.
119119

120+
> [!IMPORTANT]
121+
> You can't change the subnet size after assignment, so use a subnet that's large enough to accommodate
122+
> the scale that your app might reach. To avoid any issues with subnet capacity, use a `/26` subnet with 64 addresses.
123+
> If you create the subnet for virtual network integration with the Azure portal, you must use `/27` as the minimum subnet size.
124+
125+
120126
### Create and test the workflow
121127

122128
1. If you haven't already, in the [Azure portal](https://portal.azure.com), create a single-tenant based logic app, and a blank workflow.
@@ -150,8 +156,9 @@ To secure outbound traffic from your logic app, you can integrate your logic app
150156
> [!IMPORTANT]
151157
> For the Azure Logic Apps runtime to work, you need to have an uninterrupted connection to the backend storage.
152158
> For Azure-hosted managed connectors to work, you need to have an uninterrupted connection to the managed API service.
159+
> With VNet integration, you need to make sure no firewall or network security policy is blocking these connections.
153160
154-
### Considerations for outbound traffic through private endpoints
161+
### Considerations for outbound traffic through VNet integration
155162

156163
Setting up virtual network integration affects only outbound traffic. To secure inbound traffic, which continues to use the App Service shared endpoint, review [Set up inbound traffic through private endpoints](#set-up-inbound).
157164

articles/logic-apps/single-tenant-overview-compare.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,22 @@ With the **Logic App (Standard)** resource type, you can create these workflow t
144144
> unavailable, or unsupported triggers, actions, and connectors, see
145145
> [Changed, limited, unavailable, or unsupported capabilities](#limited-unavailable-unsupported).
146146
147+
### Summary differences between stateful and stateless workflows
148+
149+
<center>
150+
151+
| Stateless | Stateful |
152+
|--------------------------------------------------------------|-------------------------------------------------------------|
153+
| Doesn't store run history, inputs, or outputs by default | Stores run history, inputs, and outputs |
154+
| Managed connector triggers are unavailable or not allowed | Managed connector triggers are available and allowed |
155+
| No support for chunking | Supports chunking |
156+
| No support for asynchronous operations | Supports asynchronous operations |
157+
| Best for workflows with max duration under 5 minutes | Edit default max run duration in host configuration |
158+
| Best for handling small message sizes (under 64K) | Handles large messages |
159+
|||
160+
161+
</center>
162+
147163
<a name="nested-behavior"></a>
148164

149165
### Nested behavior differences between stateful and stateless workflows

articles/search/cognitive-search-concept-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: references_regions
1515

1616
In Azure Cognitive Search, AI enrichment refers to a pipeline process that adds machine learning to [indexer-based indexing](search-indexer-overview.md). Steps in the pipeline create new information where none previously existed: extracting information from images, detecting sentiment or key phrases from chunks of text, and recognizing entities, to name a few. All of these processes result in making previously unsearchable content available to full text search and knowledge mining scenarios.
1717

18-
[**Azure Blob Storage**](../storage/blobs/storage-blobs-overview.md) is the most commonly used input, but any indexer-supported data source can provide the initial content. A [**skillset**](cognitive-search-working-with-skillsets.md), attached to an indexer, adds the AI processing. The indexer extracts content and sets up the pipeline, while the skillset identifies, analyzes, and creates new information out of blobs, images, and raw text. Output is a [**search index**](search-what-is-an-index.md) or optional [**knowledge store**](knowledge-store-concept-intro.md).
18+
[**Azure Blob Storage**](../storage/blobs/storage-blobs-overview.md)) is the most commonly used input, but any indexer-supported data source can provide the initial content. A [**skillset**](cognitive-search-working-with-skillsets.md), attached to an indexer, adds the AI processing. The indexer extracts content and sets up the pipeline, while AI processing identifies, analyzes, and creates new information out of blobs, images, and raw text. Output is a [**search index**](search-what-is-an-index.md) or optional [**knowledge store**](knowledge-store-concept-intro.md).
1919

2020
![Enrichment pipeline diagram](./media/cognitive-search-intro/cogsearch-architecture.png "enrichment pipeline overview")
2121

0 commit comments

Comments
 (0)