Skip to content

Commit 54d8f2f

Browse files
authored
Merge pull request #212681 from ecfan/patch-2
Azure Logic Apps: [GitHub 96954) - Clarify publisher identity for GitHub connector
2 parents 5236040 + 32cce81 commit 54d8f2f

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

includes/connectors-create-api-github.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,29 @@ ms.service: logic-apps
33
ms.topic: include
44
author: ecfan
55
ms.author: estfan
6-
ms.date: 03/02/2018
6+
ms.date: 03/02/2019
77
---
88

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.
1010

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.
1414

1515
![Select the GitHub connector and a trigger](./media/connectors-create-api-github/github-connector.png)
1616

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.
2118

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.
2320

2421
![Sign in with your GitHub credentials](./media/connectors-create-api-github/github-connector-sign-in-credentials.png)
2522

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.
2924

3025
![Provide credentials and confirm authorization](./media/connectors-create-api-github/github-connector-authorize.png)
3126

3227
Your connection is now created in the Azure portal and is ready for use.
3328

34-
6. Continue defining your logic app workflow.
29+
1. Continue defining your logic app workflow.
3530

3631
![Add more actions to your logic app workflow](./media/connectors-create-api-github/github-connector-logic-app.png)

0 commit comments

Comments
 (0)