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: articles/connectors/connectors-create-api-azureblobstorage.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,9 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
77
77
78
78
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app resource.
79
79
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.
81
81
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).
83
83
84
84
This example continues with the Azure Blob Storage trigger named **When a blob is added or modified (properties only)**.
85
85
@@ -131,7 +131,7 @@ The steps to add and use a Blob trigger differ based on whether you want to use
131
131
132
132
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
133
133
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).
135
135
136
136
This example continues with the Azure Blob Storage built-in trigger named **When a blob is added or updated**.
137
137
@@ -195,7 +195,7 @@ The steps to add and use a Blob trigger differ based on whether you want to use
195
195
196
196
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
197
197
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).
199
199
200
200
This example continues with the Azure Blob Storage trigger named **When a blob is added or modified (properties only)**.
201
201
@@ -256,7 +256,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
256
256
257
257
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md).
258
258
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).
260
260
261
261
This example continues with the action named **Get blob content**.
262
262
@@ -319,7 +319,7 @@ The steps to add and use an Azure Blob action differ based on whether you want t
319
319
320
320
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md).
321
321
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).
323
323
324
324
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.
325
325
@@ -365,15 +365,15 @@ The steps to add and use an Azure Blob action differ based on whether you want t
365
365
366
366
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource.
367
367
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.
369
369
370
370
1. On the workflow sidebar menu, under **Tools**, select the designer to open the workflow.
371
371
372
372
These steps assume that your workflow already has a trigger.
373
373
374
374
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md).
375
375
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).
377
377
378
378
This example continues with the action named **Get blob content**.
0 commit comments