Skip to content

Commit 3ad2585

Browse files
author
ecfan
committed
Remove more references to ISE
1 parent 797c9de commit 3ad2585

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

articles/logic-apps/connectors/sap.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The SAP connector has different versions, based on [logic app type and host envi
5252

5353
| Logic app | Environment | Connector version |
5454
|-----------|-------------|-------------------|
55-
| **Consumption** | Multitenant Azure Logic Apps | Managed connector, which appears in the designer under the **Enterprise** label. For more information, review the following documentation: <br><br>- [SAP managed connector reference](/connectors/sap/) <br>- [Managed connectors in Azure Logic Apps](../../connectors/managed.md) |
55+
| **Consumption** | Multitenant Azure Logic Apps | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**. For more information, review the following documentation: <br><br>- [SAP managed connector reference](/connectors/sap/) <br>- [Managed connectors in Azure Logic Apps](../../connectors/managed.md) |
5656
| **Standard** | Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**, and the built-in connector, which appears in the connector gallery under **Runtime** > **In-App** and is [service provider-based](../custom-connector-overview.md#service-provider-interface-implementation). The built-in connector can directly access Azure virtual networks with a connection string without an on-premises data gateway. For more information, review the following documentation: <br><br>- [SAP managed connector reference](/connectors/sap/) <br>- [SAP built-in connector reference](/azure/logic-apps/connectors/built-in/reference/sap/) <br><br>- [Managed connectors in Azure Logic Apps](../../connectors/managed.md) <br>- [Built-in connectors in Azure Logic Apps](../../connectors/built-in.md) |
5757

5858
## Connector differences
@@ -195,16 +195,9 @@ SAP upgraded their .NET connector (NCo) to version 3.1, which changed the way th
195195

196196
This requirement is necessary because the flat file IDoc data record that's sent by SAP on the tRFC call `IDOC_INBOUND_ASYNCHRONOUS` isn't padded to the full SDATA field length. Azure Logic Apps provides the flat file IDoc original data without padding as received from SAP. Also, when you combine this SAP trigger with the **Flat File Decode** action, the schema that's provided to the action must match.
197197

198-
> [!NOTE]
199-
>
200-
> In Consumption and Standard workflows, the SAP managed trigger named **When a message is received**
201-
> uses the same URI location to both renew and unsubscribe from a webhook subscription. The renewal operation
202-
> uses the HTTP `PATCH` method, while the unsubscribe operation uses the HTTP `DELETE` method. This behavior
203-
> might make a renewal operation appear as an unsubscribe operation in your trigger's history, but the operation
204-
> is still a renewal because the trigger uses `PATCH` as the HTTP method, not `DELETE`.
205-
>
206-
> In Standard workflows, the SAP built-in trigger named **When a message is received** uses the Azure
207-
> Functions trigger instead, and shows only the actual callbacks from SAP.
198+
* In Consumption and Standard workflows, the SAP managed trigger named **When a message is received** uses the same URI location to both renew and unsubscribe from a webhook subscription. The renewal operation uses the HTTP `PATCH` method, while the unsubscribe operation uses the HTTP `DELETE` method. This behavior might make a renewal operation appear as an unsubscribe operation in your trigger's history, but the operation is still a renewal because the trigger uses `PATCH` as the HTTP method, not `DELETE`.
199+
200+
In Standard workflows, the SAP built-in trigger named **When a message is received** uses the Azure Functions trigger instead, and shows only the actual callbacks from SAP.
208201

209202
* For the SAP built-in connector trigger named **When a message is received**, you have to enable virtual network integration and private ports by following the article at [Enabling Service Bus and SAP built-in connectors for stateful Logic Apps in Standard](https://techcommunity.microsoft.com/t5/azure-integration-services-blog/enabling-service-bus-and-sap-built-in-connectors-for-stateful/ba-p/3820381). You can also run the workflow in Visual Studio Code to fire the trigger locally. For Visual Studio Code setup requirements and more information, see [Create a Standard logic app workflow in single-tenant Azure Logic Apps using Visual Studio Code](../create-single-tenant-workflows-visual-studio-code.md). You must also set up the following environment variables on the computer where you install Visual Studio Code:
210203

@@ -890,10 +883,6 @@ Based on whether you have a Consumption workflow in multitenant Azure Logic Apps
890883

891884
1. Open the most recent run, which shows a manual run. Find and review the trigger outputs section.
892885

893-
### [ISE](#tab/ise)
894-
895-
See the steps for [SAP logging for Consumption logic apps in multitenant workflows](?tabs=consumption#test-workflow-logging).
896-
897886
---
898887

899888
## Enable SAP client library (NCo) logging and tracing (built-in connector only)

articles/logic-apps/plan-manage-costs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Here are other resources that incur costs when you create them for use with logi
4848

4949
* An [integration account](../logic-apps/logic-apps-pricing.md#integration-accounts) is a separate resource that you create and link to logic apps for building B2B integrations. Integration accounts use a [fixed pricing model](../logic-apps/logic-apps-pricing.md#integration-accounts) where the rate is based on the integration account type or *tier* that you use.
5050

51-
* An [ISE](../logic-apps/logic-apps-pricing.md#ise-pricing) is a separate resource that you create as a deployment location for logic apps that need direct access to resources in a virtual network.
52-
5351
* A [custom connector](../logic-apps/logic-apps-pricing.md#consumption-pricing) is a separate resource that you create for a REST API that has no prebuilt connector for you to use in your logic apps. Custom connector executions use the [Consumption pricing model](../logic-apps/logic-apps-pricing.md#consumption-pricing).
5452

5553
<a name="storage-operations-costs"></a>

0 commit comments

Comments
 (0)