Skip to content

Commit 4e260d0

Browse files
committed
fix broken links
1 parent 6a8a00f commit 4e260d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ You can add network security to an Azure storage account by [restricting access
293293

294294
- To access storage accounts behind firewalls using the Azure Blob Storage managed connector in Consumption, Standard, and ISE-based logic apps, review the following documentation:
295295

296-
- [Access storage accounts in same region with system-managed identities](#access-blob-storage-in-same-region-with-system--managed-identities)
296+
- [Access storage accounts in same region with system-managed identities](#access-blob-storage-in-same-region-with-system-managed-identities)
297297

298298
- [Access storage accounts in other regions](#access-storage-accounts-in-other-regions)
299299

articles/logic-apps/create-managed-service-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,8 @@ The built-in HTTP trigger or action can use the system-assigned identity that yo
706706
As a specific example, suppose that you want to run the [Snapshot Blob operation](/rest/api/storageservices/snapshot-blob) on a blob in the Azure Storage account where you previously set up access for your identity. However, the [Azure Blob Storage connector](/connectors/azureblob/) doesn't currently offer this operation. Instead, you can run this operation by using the [HTTP action](logic-apps-workflow-actions-triggers.md#http-action) or another [Blob Service REST API operation](/rest/api/storageservices/operations-on-blobs).
707707

708708
> [!IMPORTANT]
709-
> To access Azure storage accounts behind firewalls by using HTTP requests and managed identities,
710-
> make sure that you also set up your storage account with the [exception that allows access by trusted Microsoft services](../connectors/connectors-create-api-azureblobstorage.md#access-blob-storage-in-same-region-with-system--managed-identities).
709+
> To access Azure storage accounts behind firewalls by using the Azure Blob connector and managed identities,
710+
> make sure that you also set up your storage account with the [exception that allows access by trusted Microsoft services](../connectors/connectors-create-api-azureblobstorage.md#access-blob-storage-in-same-region-with-system-managed-identities).
711711
712712
To run the [Snapshot Blob operation](/rest/api/storageservices/snapshot-blob), the HTTP action specifies these properties:
713713

0 commit comments

Comments
 (0)