Skip to content

Commit 20c77cc

Browse files
cdparkecfan
andauthored
Apply suggestions from code review
Co-authored-by: Esther Fan <[email protected]>
1 parent f64184c commit 20c77cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
7777

7878
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource.
7979

80-
1. On the resource sidebar menu, under **Development** tools, select the designer to open the workflow.
80+
1. On the resource sidebar menu, under **Development Tools**, select the designer to open your blank workflow.
8181

82-
1. Follow these [general steps to add an Azure Blob Storage managed trigger](../logic-apps/add-trigger-action-workflow.md?tabs=consumption#add-trigger) to your workflow.
82+
1. Add the **Azure Blob Storage** managed trigger for your scenario by following the [general steps to add a trigger to your workflow](../logic-apps/add-trigger-action-workflow.md?tabs=consumption#add-trigger).
8383

8484
This example continues with the Azure Blob Storage trigger named **When a blob is added or modified (properties only)**.
8585

@@ -131,7 +131,7 @@ The steps to add and use a Blob trigger differ based on whether you want to use
131131

132132
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
133133

134-
1. Follow these [general steps to add an Azure Blob Storage built-in trigger](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-trigger) to your workflow.
134+
1. Add the **Azure Blob Storage** built-in trigger for your scenario by following the [general steps to add a trigger to your workflow](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-trigger).
135135

136136
This example continues with the Azure Blob Storage built-in trigger named **When a blob is added or updated**.
137137

@@ -195,7 +195,7 @@ The steps to add and use a Blob trigger differ based on whether you want to use
195195

196196
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
197197

198-
1. Follow these [general steps to add an Azure Blob Storage managed trigger](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-trigger) to your workflow.
198+
1. Add the **Azure Blob Storage** managed trigger for your scenario by follow the [general steps to add a trigger to your workflow](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-trigger).
199199

200200
This example continues with the Azure Blob Storage trigger named **When a blob is added or modified (properties only)**.
201201

@@ -256,7 +256,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
256256

257257
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md).
258258

259-
1. Follow these [general steps to add an Azure Blob Storage managed action](../logic-apps/add-trigger-action-workflow.md?tabs=consumption#add-action) to your workflow.
259+
1. Add the **Azure Blob Storage** managed action for your scenario by following the [general steps to add an action to your workflow](../logic-apps/add-trigger-action-workflow.md?tabs=consumption#add-action).
260260

261261
This example continues with the action named **Get blob content**.
262262

@@ -319,7 +319,7 @@ The steps to add and use an Azure Blob action differ based on whether you want t
319319

320320
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md).
321321

322-
1. Follow these [general steps to add an Azure Blob Storage built-in action](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-action).
322+
1. Add the **Azure Blob Storage** built-in action for your scenario by following the [general steps to add an action to your workflow](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-action).
323323

324324
This example continues with the action named **Read blob content**, which only reads the blob content. To later view the content, add a different action that creates a file with the blob content using another connector. For example, you can add a OneDrive action that creates a file based on the blob content.
325325

@@ -365,15 +365,15 @@ The steps to add and use an Azure Blob action differ based on whether you want t
365365

366366
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
367367

368-
1. On the resource sidebar menu, under **Workflows**, select **Workflows**, and then select your blank workflow.
368+
1. On the resource sidebar menu, under **Workflows**, select **Workflows**, and then select your workflow.
369369

370370
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
371371

372372
These steps assume that your workflow already has a trigger.
373373

374374
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md).
375375

376-
1. Follow these [general steps to add an Azure Blob Storage managed action](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-action) to your workflow.
376+
1. Add the **Azure Blob Storage** managed action for your scenario by following the [general steps to add an action to your workflow](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-action).
377377

378378
This example continues with the action named **Get blob content**.
379379

0 commit comments

Comments
 (0)