Skip to content

Commit d906f35

Browse files
committed
Fix indent
1 parent 029f1d2 commit d906f35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

5353
| Property | Required | Description |
5454
|----------|----------|-------------|
55-
| **Connection name** | Yes | A name for your connection |
55+
| **Connection name** | Yes | A name for your connection. |
5656
| **Authentication Type** | Yes | The [authentication type](../storage/common/authorize-data-access.md) for your storage account. For more information, review [Authentication types for triggers and actions that support authentication](../logic-apps/logic-apps-securing-a-logic-app.md#authentication-types-supported-triggers-actions). |
5757

5858
For example, this connection uses **Access Key** authentication and provides the access key value for the storage account along with the following property values:
@@ -328,7 +328,7 @@ The steps to add and use an Azure Blob action differ based on whether you want t
328328

329329
| Property | Required | Description |
330330
|----------|----------|-------------|
331-
| **Connection name** | Yes | A name for your connection |
331+
| **Connection name** | Yes | A name for your connection. |
332332
| **Authentication type** | Yes | The [authentication type](../storage/common/authorize-data-access.md) for your storage account. For more information, review [Authentication types for connectors that support authentication](../logic-apps/logic-apps-securing-a-logic-app.md#authentication-types-for-connectors-that-support-authentication). |
333333

334334
For example, this connection uses access **Key Authentication** and provides the access key value for the storage account along with the following property values:
@@ -359,7 +359,7 @@ The steps to add and use an Azure Blob action differ based on whether you want t
359359

360360
The following example shows the action setup that gets the content from a blob in the subfolder:
361361

362-
:::image type="content" source="media/connectors-create-api-azureblobstorage/standard-managed-action-sub-folder.png" alt-text="Screenshot showing Standard logic app workflow designer with Blob action setup for subfolder." lightbox="media/connectors-create-api-azureblobstorage/standard-managed-action-sub-folder.png":::
362+
:::image type="content" source="media/connectors-create-api-azureblobstorage/standard-managed-action-sub-folder.png" alt-text="Screenshot showing Standard logic app workflow designer with Blob action setup for subfolder." lightbox="media/connectors-create-api-azureblobstorage/standard-managed-action-sub-folder.png":::
363363

364364
1. Add any other actions that your workflow requires.
365365

@@ -563,7 +563,7 @@ The Azure Blob Storage connector has different versions, based on [logic app typ
563563

564564
## Application Insights errors
565565

566-
- **404** and **409** errors
566+
- **404** and **409** errors:
567567

568568
If your Standard workflow uses an Azure Blob built-in action that adds a blob to your storage container, you might get **404** and **409** errors in Application Insights for failed requests. These errors are expected because the connector checks whether the blob file exists before adding the blob. The errors result when the file doesn't exist. Despite these errors, the built-in action successfully adds the blob.
569569

0 commit comments

Comments
 (0)