From 94c7a6e3bab51e3f2f22eb1d672e24f67742e433 Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Fri, 27 Dec 2024 16:05:00 +0100 Subject: [PATCH] Fix markdown link syntax in Azure Storage doc --- source/_integrations/azure_storage.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/azure_storage.markdown b/source/_integrations/azure_storage.markdown index 7ff6ca8d9ee..55457664082 100644 --- a/source/_integrations/azure_storage.markdown +++ b/source/_integrations/azure_storage.markdown @@ -41,6 +41,6 @@ This integration follows standard integration removal. No extra steps are requir {% details "Authentication failure" %} -Check that your storage account allows (`Shared Key` access)[https://learn.microsoft.com/en-us/azure/storage/common/shared-key-authorization-prevent?tabs=portal#remediate-authorization-via-shared-key]. +Check that your storage account allows [`Shared Key` access](https://learn.microsoft.com/en-us/azure/storage/common/shared-key-authorization-prevent?tabs=portal#remediate-authorization-via-shared-key). {% enddetails %}