Skip to content

Commit d278d50

Browse files
committed
Fix link
1 parent 9521dd2 commit d278d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ For example, if your storage account requires *access key* authorization, you ha
247247
| Property | Required | Value | Description |
248248
|----------|----------|-------|-------------|
249249
| **Connection name** | Yes | <*connection-name*> | The name to use for your connection. |
250-
| **Authentication type** | Yes | - **Access Key** <br><br>- **Azure AD Integrated** <br><br>- **Logic Apps Managed Identity** | The authentication type to use for your connection. For more information, review [Authentication types for triggers and actions that support authentication - Secure access and data](logic-apps-securing-a-logic-app.md#authentication-types-supported-triggers-actions). |
250+
| **Authentication type** | Yes | - **Access Key** <br><br>- **Azure AD Integrated** <br><br>- **Logic Apps Managed Identity** | The authentication type to use for your connection. For more information, review [Authentication types for triggers and actions that support authentication - Secure access and data](../logic-apps/logic-apps-securing-a-logic-app.md#authentication-types-supported-triggers-actions). |
251251
| **Azure Storage Account name** | Yes, <br>but only for access key authentication | <*storage-account-name*> | The name for the Azure storage account where your blob container exists. <br><br><br><br>**Note**: To find the storage account name, open your storage account resource in the Azure portal. In the resource menu, under **Security + networking**, select **Access keys**. Under **Storage account name**, copy and save the name. |
252252
| **Azure Storage Account Access Key** | Yes, <br>but only for access key authentication | <*storage-account-access-key*> | The access key for your Azure storage account. <br><br><br><br>**Note**: To find the access key, open your storage account resource in the Azure portal. In the resource menu, under **Security + networking**, select **Access keys** > **Show keys**. Copy and save one of the key values. |
253253
|||||

0 commit comments

Comments
 (0)