Skip to content

Commit 711d50d

Browse files
authored
Merge pull request #96967 from TimShererWithAquent/us1645361j
[1645361 Azure portal nav changes] screen cap of logic app designer
2 parents fcb305c + 63786b6 commit 711d50d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Every logic app workflow starts with a trigger, which fires when a specific even
3737

3838
Each time that the trigger fires, the Logic Apps engine creates a logic app instance that runs the actions in the workflow. These actions can also include data conversions and flow controls, such as conditional statements, switch statements, loops, and branching. For example, this logic app starts with a Dynamics 365 trigger with the built-in criteria "When a record is updated". If the trigger detects an event that matches this criteria, the trigger fires and runs the workflow's actions. Here, these actions include XML transformation, data updates, decision branching, and email notifications.
3939

40-
![Logic Apps Designer - example logic app](./media/logic-apps-overview/azure-logic-apps-overview.png)
40+
![Logic Apps Designer - example logic app](./media/logic-apps-overview/azure-logic-apps-designer.png)
4141

4242
You can build your logic apps visually with the Logic Apps Designer, which is available in the Azure portal through your browser and in Visual Studio. For more custom logic apps, you can create or edit logic app definitions in JavaScript Object Notation (JSON) by working in the "code view" editor. You can also use Azure PowerShell commands and Azure Resource Manager templates for select tasks. Logic apps deploy and run in the cloud on Azure. For a more detailed introduction, watch this video: [Use Azure Enterprise Integration Services to run cloud apps at scale](https://channel9.msdn.com/Events/Connect/2017/T119/)
4343

56.1 KB
Loading

0 commit comments

Comments
 (0)