Skip to content

Commit 9f6bd9b

Browse files
committed
Fix image names per SEO report
1 parent 5deb4aa commit 9f6bd9b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

articles/logic-apps/quickstart-create-first-logic-app-workflow.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 08/20/2019
1717

1818
This quickstart introduces how to build your first automated workflow with [Azure Logic Apps](../logic-apps/logic-apps-overview.md). In this article, you create a logic app that regularly checks a website's RSS feed for new items. If new items exist, the logic app sends an email for each item. When you're done, your logic app looks like this workflow at a high level:
1919

20-
![High-level example logic app workflow](./media/quickstart-create-first-logic-app-workflow/quickstart-overview.png)
20+
![High-level example logic app workflow](./media/quickstart-create-first-logic-app-workflow/quickstart-workflow-overview.png)
2121

2222
To follow this quickstart, you need an email account from a provider that's supported by Logic Apps, such as Office 365 Outlook, Outlook.com, or Gmail. For other providers, [review the connectors list here](https://docs.microsoft.com/connectors/). This logic app uses an Office 365 Outlook account. If you use another email account, the overall steps are the same, but your UI might slightly differ.
2323

@@ -31,7 +31,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account
3131

3232
1. From the main Azure menu, select **Create a resource** > **Integration** > **Logic App**.
3333

34-
![Create logic app - Azure portal](./media/quickstart-create-first-logic-app-workflow/create-logic-app.png)
34+
![Create logic app - Azure portal](./media/quickstart-create-first-logic-app-workflow/create-new-logic-app.png)
3535

3636
1. Under **Create logic app**, provide details about your logic app as shown here. After you're done, select **Create**.
3737

@@ -48,7 +48,7 @@ Sign in to the [Azure portal](https://portal.azure.com) with your Azure account
4848

4949
1. After Azure deploys your app, on the Azure toolbar, select **Notifications** > **Go to resource** for your deployed logic app.
5050

51-
![Go to newly created logic app resource](./media/quickstart-create-first-logic-app-workflow/go-to-logic-app.png)
51+
![Go to newly created logic app resource](./media/quickstart-create-first-logic-app-workflow/go-to-new-logic-app-resource.png)
5252

5353
Or, you can find and select your logic app by typing the name in the search box.
5454

@@ -66,11 +66,11 @@ Next, add a [trigger](../logic-apps/logic-apps-overview.md#logic-app-concepts) t
6666

6767
1. In the search box, enter "rss". From the triggers list, select this trigger: **When a feed item is published - RSS**
6868

69-
![Select "When a feed item is published" trigger](./media/quickstart-create-first-logic-app-workflow/add-trigger-rss.png)
69+
![Select "When a feed item is published" trigger](./media/quickstart-create-first-logic-app-workflow/add-rss-trigger-new-feed-item.png)
7070

7171
1. Provide this information for your trigger as shown and described here:
7272

73-
![Set up trigger with RSS feed, frequency, and interval](./media/quickstart-create-first-logic-app-workflow/add-trigger-rss-settings.png)
73+
![Set up trigger with RSS feed, frequency, and interval](./media/quickstart-create-first-logic-app-workflow/add-rss-trigger-settings.png)
7474

7575
| Property | Value | Description |
7676
|----------|-------|-------------|
@@ -95,7 +95,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
9595

9696
1. Under the **When a feed item is published** trigger, select **New step**.
9797

98-
![Under trigger, select "New step"](./media/quickstart-create-first-logic-app-workflow/add-new-action.png)
98+
![Under trigger, select "New step"](./media/quickstart-create-first-logic-app-workflow/add-new-step-under-trigger.png)
9999

100100
1. Under **Choose an action** and the search box, select **All**.
101101

@@ -133,7 +133,7 @@ Now add an [action](../logic-apps/logic-apps-overview.md#logic-app-concepts) tha
133133

134134
1. In the **Body** box, enter this text, and select these tokens for the email body. To add blank lines in an edit box, press Shift + Enter.
135135

136-
![In the "Body" property, select properties for email body content](./media/quickstart-create-first-logic-app-workflow/add-action-send-email-body.png)
136+
![Select properties for email body content](./media/quickstart-create-first-logic-app-workflow/add-action-send-email-body.png)
137137

138138
| Property | Description |
139139
|----------|-------------|
@@ -164,7 +164,7 @@ When you no longer need this sample, delete the resource group that contains you
164164

165165
1. On the main Azure menu, select **Resource groups**, and then select your logic app's resource group. On the **Overview** pane, select **Delete resource group**.
166166

167-
![Select "Resource groups" > "Overview" > "Delete resource group"](./media/quickstart-create-first-logic-app-workflow/delete-resource-group.png)
167+
![Find, select, and delete resource group](./media/quickstart-create-first-logic-app-workflow/delete-resource-group.png)
168168

169169
1. Enter the resource group name as confirmation, and select **Delete**.
170170

0 commit comments

Comments
 (0)