You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/connectors-create-api-github.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,34 +3,29 @@ ms.service: logic-apps
3
3
ms.topic: include
4
4
author: ecfan
5
5
ms.author: estfan
6
-
ms.date: 03/02/2018
6
+
ms.date: 03/02/2019
7
7
---
8
8
9
-
1. In the [Azure portal](https://portal.azure.com), create a blank logic app.
9
+
1. In the [Azure portal](https://portal.azure.com), open your logic app workflow in the designer.
10
10
11
-
2. In the Logic Apps Designer, enter *github* as your filter.
12
-
13
-
3. Select the GitHub connector and the trigger that you want to use.
11
+
1. In the designer search box, enter **github**. If your workflow is blank, select the trigger that you want to use. If your workflow already has a trigger, select the action that you want to use.
12
+
13
+
This example continues with a GitHub trigger.
14
14
15
15

16
16
17
-
> [!NOTE]
18
-
> All logic app workflows must start with a trigger.
19
-
> You can select actions only when your logic workflow
20
-
> already starts with a trigger.
17
+
1. If you didn't previously create a connection, select **Sign in** so you can provide your GitHub credentials when prompted.
21
18
22
-
4. If you didn't previously create a connection, choose **Sign in** so you can provide your GitHub credentials when prompted.
19
+
Your workflow requires these credentials for authenticating your identity to GitHub.
23
20
24
21

25
22
26
-
Your logic app uses these credentials to authorize connecting and accessing data for your GitHub account.
27
-
28
-
5. Provide your GitHub user name and password, then confirm your authorization.
23
+
1. Provide your GitHub user name and password. To confirm access to your GitHub account, authorize Azure Logic Apps (**aaptapps**) to create the connection.
29
24
30
25

31
26
32
27
Your connection is now created in the Azure portal and is ready for use.
33
28
34
-
6. Continue defining your logic app workflow.
29
+
1. Continue defining your logic app workflow.
35
30
36
31

0 commit comments