Skip to content

Commit 6a9bbdd

Browse files
committed
Add edits
1 parent 60a4cae commit 6a9bbdd

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

articles/connectors/connectors-create-api-office365-outlook.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ms.date: 05/15/2025
1212

1313
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1414

15-
To automate tasks for your Office 365 Outlook account in workflows by using Azure Logic Apps, you can add operations from the [Office 365 Outlook connector](/connectors/office365connector/) to your workflow. For example, your workflow can perform the following tasks:
15+
This guide shows how to add an Office 365 Outlook trigger or action to your workflow in Azure Logic Apps. You can automate tasks for your Office 365 Outlook account by adding operations from the [Office 365 Outlook connector](/connectors/office365connector/).
16+
17+
For example, your workflow can perform the following tasks:
1618

1719
* Get, send, and reply to email.
1820
* Schedule meetings on your calendar.
1921
* Add and edit contacts.
2022

21-
This guide shows how to add an Office 365 Outlook trigger or action to your workflow in Azure Logic Apps.
22-
2323
> [!NOTE]
2424
>
2525
> The Office 365 Outlook connector works only with a [work or school account](https://support.microsoft.com/office/what-account-to-use-with-office-and-you-need-one-914e6610-2763-47ac-ab36-602a81068235#bkmk_msavsworkschool), for example, *@fabrikam.onmicrosoft.com*.
@@ -28,7 +28,7 @@ This guide shows how to add an Office 365 Outlook trigger or action to your work
2828
2929
## Connector technical reference
3030

31-
For information about this connector's operations and any limits, based on the connector's Swagger file, see the [connector's reference page](/connectors/office365/).
31+
For information about this connector's operations and any limits, see the [connector's reference page](/connectors/office365/).
3232

3333
## Prerequisites
3434

@@ -52,7 +52,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
5252

5353
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app. Under **Development Tools** in the sidebar menu, select **Logic app designer** to open a blank workflow.
5454

55-
1. Follow these [general steps to add the Office 365 Outlook trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) that you want to your workflow.
55+
1. Follow these [general steps to add a trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) to your workflow.
5656

5757
This example continues with the trigger named **When an upcoming event is starting soon**. This *polling* trigger regularly checks for any updated calendar event in your email account, based on the specified schedule.
5858

@@ -83,7 +83,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
8383

8484
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
8585

86-
1. Follow these [general steps to add the Office 365 Outlook trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) that you want to your workflow.
86+
1. Follow these [general steps to add a trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
8787

8888
This example continues with the trigger named **When an upcoming event is starting soon**. This *polling* trigger regularly checks for any updated calendar event in your email account, based on the specified schedule.
8989

@@ -122,7 +122,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
122122

123123
This example continues with the Office 365 Outlook trigger named **When a new email arrives**.
124124

125-
1. Follow these [general steps to add the Office 365 Outlook action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) that you want to your workflow.
125+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to your workflow.
126126

127127
This example continues with the Office 365 Outlook action named **Create contact**. Select the version under **Office 365 Outlook** in the search results.
128128

@@ -157,7 +157,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
157157

158158
This example continues with the Office 365 Outlook trigger named **When a new email arrives**.
159159

160-
1. Follow these [general steps to add the Office 365 Outlook action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) that you want to your workflow.
160+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
161161

162162
This example continues with the Office 365 Outlook action named **Create contact**. This operation creates a new contact in Office 365 Outlook. You can use the output from a previous operation in the workflow to create the contact.
163163

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
182182

183183
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app and workflow in the designer.
184184

185-
1. In the designer, [follow these general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to add the [SQL Server managed action you want](/connectors/sql/#actions).
185+
1. Follow these [general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to add the [SQL Server managed action you want](/connectors/sql/#actions).
186186

187187
This example continues with the action named **Get row**, which gets a single record.
188188

@@ -202,7 +202,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
202202

203203
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app and workflow in the designer.
204204

205-
1. In the designer, [follow these general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to find and add the SQL Server [built-in action](/azure/logic-apps/connectors/built-in/reference/sql/#actions) or [managed action](/connectors/sql/#actions) you want.
205+
1. Follow these [general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to find and add the SQL Server [built-in action](/azure/logic-apps/connectors/built-in/reference/sql/#actions) or [managed action](/connectors/sql/#actions) you want.
206206

207207
For example, you might select the built-in action named **Execute query** or the managed action named **Get row**, which gets a single record. This example continues with the managed action named **Get row**.
208208

articles/connectors/file-system.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The File System connector has different versions, based on [logic app type and h
8686

8787
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app. Under **Development Tools** in the sidebar menu, select **Logic app designer** to open a blank workflow.
8888

89-
1. Follow these [general steps to add the **File System** trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) that you want to your workflow.
89+
1. Follow these [general steps to add a trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) to your workflow.
9090

9191
For more information, see [File System triggers](/connectors/filesystem/#triggers). This example continues with the trigger named **When a file is created**.
9292

@@ -142,7 +142,7 @@ The following steps apply only to Standard logic app workflows in an App Service
142142

143143
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
144144

145-
1. Follow these [general steps to add the **File System** built-in trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
145+
1. Follow these [general steps to add a built-in trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
146146

147147
For more information, see [File System triggers](/azure/logic-apps/connectors/built-in/reference/filesystem/#triggers). This example continues with the trigger named **When a file is added**.
148148

@@ -191,7 +191,7 @@ If successful, your workflow sends an email about the new file.
191191

192192
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app. Under **Get started**, select **Create a workflow in designer**.
193193

194-
1. Follow these [general steps to add the **File System** managed trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
194+
1. Follow these [general steps to add a managed trigger](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger) to your workflow.
195195

196196
For more information, see [File System triggers](/connectors/filesystem/#triggers). This example continues with the trigger named **When a file is created**.
197197

@@ -250,7 +250,7 @@ The example logic app workflow starts with the [Dropbox trigger](/connectors/dro
250250

251251
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
252252

253-
1. Follow these [general steps to add the **File System** action that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to your workflow.
253+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action) to your workflow.
254254

255255
For more information, see [File System triggers](/connectors/filesystem/#actions). This example continues with the action named **Create file**.
256256

@@ -287,7 +287,7 @@ These steps apply only to Standard logic apps in an App Service Environment v3 w
287287

288288
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
289289

290-
1. In the designer, [follow these general steps to add the **File System** action that you want to your workflow](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action).
290+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
291291

292292
For more information, see [File System actions](/azure/logic-apps/connectors/built-in/reference/filesystem/#actions). This example continues with the action named **Create file**.
293293

@@ -323,7 +323,7 @@ If successful, your workflow creates a file on your file system server, based on
323323

324324
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
325325

326-
1. Follow these [general steps to add the **File System** action that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
326+
1. Follow these [general steps to add an action](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to your workflow.
327327

328328
For more information, see [File System actions](/connectors/filesystem/#actions). This example continues with the action named **Create file**.
329329

0 commit comments

Comments
 (0)