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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
52
52
53
53
| Property | Required | Description |
54
54
|----------|----------|-------------|
55
-
|**Connection name**| Yes | A name for your connection |
55
+
|**Connection name**| Yes | A name for your connection.|
56
56
|**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). |
57
57
58
58
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
328
328
329
329
| Property | Required | Description |
330
330
|----------|----------|-------------|
331
-
|**Connection name**| Yes | A name for your connection |
331
+
|**Connection name**| Yes | A name for your connection.|
332
332
|**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). |
333
333
334
334
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
359
359
360
360
The following example shows the action setup that gets the content from a blob in the subfolder:
361
361
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":::
363
363
364
364
1. Add any other actions that your workflow requires.
365
365
@@ -563,7 +563,7 @@ The Azure Blob Storage connector has different versions, based on [logic app typ
563
563
564
564
## Application Insights errors
565
565
566
-
-**404** and **409** errors
566
+
-**404** and **409** errors:
567
567
568
568
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.
0 commit comments