Skip to content

Commit 0666f45

Browse files
author
ecfan
committed
Retire docs with blank logic app template and reference to unavailable triggers
1 parent a336003 commit 0666f45

14 files changed

+13
-350
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/logic-apps/logic-apps-scenario-function-sb-trigger.md",
5+
"redirect_url": "/azure/connectors/connectors-api-servicebus",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path_from_root": "/articles/logic-apps/logic-apps-create-logic-apps-from-templates.md",
10+
"redirect_url": "/azure/logic-apps/quickstart-create-example-consumption-workflow",
11+
"redirect_document_id": true
12+
},
313
{
414
"source_path_from_root": "/articles/logic-apps/logic-apps-add-run-inline-code.md",
515
"redirect_url": "/azure/logic-apps/add-run-javascript",

articles/logic-apps/connectors/sap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The SAP built-in connector significantly differs from the SAP managed connector
7272

7373
* Longer timeout at 5 minutes compared to managed connector and ISE-versioned connector.
7474

75-
The SAP built-in connector doesn't use the shared or global connector infrastructure, which means timeouts are longer at 5 minutes compared to the SAP managed connector (two minutes) and the SAP ISE-versioned connector (four minutes). Long-running requests work without you having to implement the [long-running webhook-based request action pattern](../logic-apps-scenario-function-sb-trigger.md).
75+
The SAP built-in connector doesn't use the shared or global connector infrastructure, which means timeouts are longer at 5 minutes compared to the SAP managed connector (two minutes) and the SAP ISE-versioned connector (four minutes). Long-running requests work without you having to implement the long-running webhook-based request action pattern.
7676

7777
* By default, the SAP built-in connector operations are *stateless*. However, you can [enable stateful mode (affinity) for these operations](../../connectors/enable-stateful-affinity-built-in-connectors.md).
7878

articles/logic-apps/logic-apps-create-logic-apps-from-templates.md

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

articles/logic-apps/logic-apps-examples-and-scenarios.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ You can access, convert, and transform multiple content types by using the many
138138
Azure Logic Apps integrates with many services, such as Azure Functions, Azure API Management, Azure App Service, and custom HTTP endpoints, for example, REST and SOAP.
139139

140140
* [Call Azure Functions from Azure Logic Apps](../logic-apps/logic-apps-azure-functions.md)
141-
* [Tutorial: Call or trigger logic app workflows by using Azure Functions and Azure Service Bus](../logic-apps/logic-apps-scenario-function-sb-trigger.md)
142141
* [Tutorial: Create a streaming customer insights dashboard with Azure Logic Apps and Azure Functions](../logic-apps/logic-apps-scenario-social-serverless.md)
143142
* [Tutorial: Create a function that integrates with Azure Logic Apps and Azure AI services to analyze Twitter post sentiment](../azure-functions/functions-twitter-email.md)
144143
* [Tutorial: Build an AI-powered social dashboard by using Power BI and Azure Logic Apps](/shows/)

articles/logic-apps/logic-apps-move-from-mabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@ which lets you synchronize B2B data across integration accounts in different reg
240240
## Next steps
241241

242242
* [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
243-
* [Quickstart: Create an example Consumption logic app workflow in multi-tenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md), or quickly get started using a [pre-built template](../logic-apps/logic-apps-create-logic-apps-from-templates.md)
243+
* [Quickstart: Create an example Consumption logic app workflow in multi-tenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md)

articles/logic-apps/logic-apps-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ You can start small with your current systems and services, and then grow increm
9494

9595
Save time and simplify complex processes by using the visual design tools in Azure Logic Apps. Create your workflows from start to finish by using the Azure Logic Apps workflow designer in the Azure portal, Visual Studio Code, or Visual Studio. Just start your workflow with a trigger, and add any number of actions from the [connectors gallery](/connectors/connector-reference/connector-reference-logicapps-connectors).
9696

97-
If you're creating a multitenant based logic app workflow, get started faster when you [create a workflow from the templates gallery](logic-apps-create-logic-apps-from-templates.md). These templates are available for common workflow patterns, which range from simple connectivity for Software-as-a-Service (SaaS) apps to advanced B2B solutions plus "just for fun" templates.
98-
9997
### Connect different systems across various environments
10098

10199
Some patterns and processes are easy to describe but hard to implement in code. Azure Logic Apps helps you seamlessly connect disparate systems across cloud, on-premises, and hybrid environments. For example, you can connect a cloud marketing solution to an on-premises billing system, or centralize messaging across APIs and systems using Azure Service Bus. Azure Logic Apps provides a fast, reliable, and consistent way to deliver reusable and reconfigurable solutions for these scenarios.

0 commit comments

Comments
 (0)