From ebc13693dabc32e2135bca984f09aa2837398d64 Mon Sep 17 00:00:00 2001 From: sanjeev hegde Date: Mon, 25 Apr 2022 23:47:42 +0530 Subject: [PATCH 1/3] Added note for Azure Connection String usage --- .../enabling-github-packages-with-azure-blob-storage.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md b/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md index 3e8cb87409..7f2468260e 100644 --- a/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md +++ b/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md @@ -33,6 +33,13 @@ Before you can enable and configure {% data variables.product.prodname_registry 1. Under "Packages Storage", select **Azure Blob Storage** and enter your Azure container name for your packages storage bucket and connection string. ![Azure Blob storage container name and connection string boxes](/assets/images/help/package-registry/azure-blob-storage-settings.png) + {% note %} + + **Note:** You can find your Azure Connection String by navigating to your Azure storage account's Access Key menu. + Usage of SAS Token or SAS URL as connection string is currently not supported. + + {% endnote %} + {% data reusables.enterprise_management_console.save-settings %} ## Next steps From fabd84967ad285729296d57e560cfed4407c515e Mon Sep 17 00:00:00 2001 From: sanjeevh93 Date: Tue, 26 Apr 2022 20:12:54 +0530 Subject: [PATCH 2/3] Update content/admin/packages/enabling-github-packages-with-azure-blob-storage.md Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com> --- .../enabling-github-packages-with-azure-blob-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md b/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md index 7f2468260e..41c2a4a416 100644 --- a/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md +++ b/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md @@ -35,7 +35,7 @@ Before you can enable and configure {% data variables.product.prodname_registry {% note %} - **Note:** You can find your Azure Connection String by navigating to your Azure storage account's Access Key menu. + **Note:** You can find your Azure Connection String by navigating to the Access Key menu in your Azure storage account. Usage of SAS Token or SAS URL as connection string is currently not supported. {% endnote %} From 98b56340e84ab29b842e90953af0adf3ef4df9a5 Mon Sep 17 00:00:00 2001 From: sanjeevh93 Date: Tue, 26 Apr 2022 20:13:24 +0530 Subject: [PATCH 3/3] Update content/admin/packages/enabling-github-packages-with-azure-blob-storage.md Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com> --- .../enabling-github-packages-with-azure-blob-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md b/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md index 41c2a4a416..020fb01dbb 100644 --- a/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md +++ b/content/admin/packages/enabling-github-packages-with-azure-blob-storage.md @@ -36,7 +36,7 @@ Before you can enable and configure {% data variables.product.prodname_registry {% note %} **Note:** You can find your Azure Connection String by navigating to the Access Key menu in your Azure storage account. - Usage of SAS Token or SAS URL as connection string is currently not supported. + Usage of a SAS Token or SAS URL as connection string is not currently supported. {% endnote %}