Skip to content

Commit 041e447

Browse files
committed
Change URL
1 parent 2ec7986 commit 041e447

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

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

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
7070

7171
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app. Under **Development Tools** in the sidebar menu, select **Logic app designer** to open a workflow.
7272

73-
1. Follow these [general steps to add the Azure Blob Storage managed trigger you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger).
73+
1. Follow these [general steps to add a managed trigger](../logic-apps/add-trigger-action-workflow.md?tabs=consumption#add-trigger) to your workflow.
7474

7575
This example continues with the trigger named **When a blob is added or modified (properties only)**. You can find this trigger by using the search field.
7676

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

119119
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
120120

121-
1. Follow these [general steps to add the Azure Blob Storage managed trigger you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger).
121+
1. Follow these [general steps to add a built-in trigger](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-trigger) to your workflow.
122122

123123
This example continues with the trigger named **When a blob is added or updated**. You can find this trigger by using the search field.
124124

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

181181
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
182182

183-
1. Follow these [general steps to add the Azure Blob Storage managed trigger you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger).
183+
1. Follow these [general steps to add a managed trigger](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-trigger) to your workflow.
184184

185185
This example continues with the trigger named **When a blob is added or modified (properties only)**. You can find this trigger by using the search field.
186186

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

238238
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md). You can find this trigger by using the search field.
239239

240-
1. Select **+** under the trigger to insert a new step. For general steps to find and add the Azure Blob Storage managed action you want, see [Add an action to run a task](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
240+
1. Follow these [general steps to add a managed action](../logic-apps/add-trigger-action-workflow.md?tabs=consumption#add-action) to your workflow.
241241

242242
This example continues with the action named **Get blob content**.
243243

@@ -292,12 +292,14 @@ The steps to add and use an Azure Blob action differ based on whether you want t
292292

293293
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app. Under **Get started**, select **Create a workflow in designer**.
294294

295-
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
296-
297-
1. Follow these [general steps to add the Azure Blob Storage managed trigger you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger).
295+
1. If your workflow is blank, add the trigger that your scenario requires.
298296

299297
This example uses the [**Recurrence** trigger](connectors-native-recurrence.md). You can find this trigger by using the search field.
300298

299+
1. Follow these [general steps to add a built-in action](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-action).
300+
301+
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.
302+
301303
1. If prompted, provide the following information for your connection to your storage account. When you're done, select **Create**.
302304

303305
| Property | Required | Description |
@@ -313,10 +315,6 @@ The steps to add and use an Azure Blob action differ based on whether you want t
313315

314316
:::image type="content" source="media/connectors-create-api-azureblobstorage/standard-built-in-trigger-create-connection.png" alt-text="Screenshot showing Standard workflow, Azure Blob built-in trigger, and example connection information." lightbox="media/connectors-create-api-azureblobstorage/standard-built-in-trigger-create-connection.png":::
315317

316-
1. In the designer, select **+** under the trigger to insert a new step. For general steps to find and add the Azure Blob Storage managed action you want, see [Add an action to run a task](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
317-
318-
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.
319-
320318
1. In the action information box, provide the necessary information.
321319

322320
For example, the **Read blob content** action requires the following property values:
@@ -344,12 +342,14 @@ The steps to add and use an Azure Blob action differ based on whether you want t
344342

345343
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app. Under **Get started**, select **Create a workflow in designer**.
346344

347-
1. Select **+ Add** to create a new workflow. Enter a name for your workflow and choose the state type.
348-
349-
1. Follow these [general steps to add the Azure Blob Storage managed trigger you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger).
345+
1. If your workflow is blank, add the trigger that your scenario requires.
350346

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

349+
1. Follow these [general steps to add a managed action](../logic-apps/add-trigger-action-workflow.md?tabs=standard#add-action).
350+
351+
This example continues with the action named **Get blob content**.
352+
353353
1. If prompted, provide the following information for your connection to your storage account. When you're done, select **Create**.
354354

355355
| Property | Required | Description |
@@ -366,10 +366,6 @@ The steps to add and use an Azure Blob action differ based on whether you want t
366366

367367
:::image type="content" source="media/connectors-create-api-azureblobstorage/standard-managed-action-create-connection.png" alt-text="Screenshot showing Standard workflow, Azure Blob Storage managed action, and example connection information." lightbox="media/connectors-create-api-azureblobstorage/standard-managed-action-create-connection.png":::
368368

369-
1. In the designer, select **+** under the trigger to insert a new step. For general steps to find and add the Azure Blob Storage managed action you want, see [Add an action to run a task](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
370-
371-
This example continues with the action named **Get blob content**.
372-
373369
1. In the action information box, provide the necessary information.
374370

375371
For example, in the **Get blob content** action, provide your storage account name. For the **Blob** property value, select the folder icon to browse for your storage container or folder. Or, enter the path manually.

0 commit comments

Comments
 (0)