From af6046892c0c09128b4e6a23d7ef923d8bc535fd Mon Sep 17 00:00:00 2001 From: Aditya Kashyap <122971747+adiyaar24@users.noreply.github.com> Date: Thu, 11 Jun 2026 15:52:07 -0400 Subject: [PATCH] Document Azure Blob Storage authentication methods Added supported Azure Blob Storage authentication methods with required parameters for Cache Intelligence. --- docs/platform/settings/default-settings.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/platform/settings/default-settings.md b/docs/platform/settings/default-settings.md index 1030d9378bd..79064e688cf 100644 --- a/docs/platform/settings/default-settings.md +++ b/docs/platform/settings/default-settings.md @@ -154,6 +154,20 @@ Use the **Object Store for Self-Managed Build Infrastructure** settings to conne Azure Blob Storage is currently supported only for **Cache Intelligence**. Docker Layer Caching (DLC) and Build Intelligence require AWS S3, GCP Cloud Storage, or S3-compatible storage. ::: +:::note +### Supported Azure Blob Storage Authentication Methods + +Cache Intelligence currently supports the following Azure Blob Storage authentication methods: + +| Authentication Method | Required Parameters | +| --------------------- | ----------------------------------------------------- | +| **OIDC** | `OIDCTokenID`, `TenantID`, `ClientID`, `AccountName` | +| **Service Principal** | `ClientID`, `ClientSecret`, `TenantID`, `AccountName` | +| **Shared Key** | `AccountName`, `AccountKey` | + +> Only the authentication methods listed above are currently supported for Azure Blob Storage integrations with Cache Intelligence. +::: + #### Upload Logs Via Harness @@ -196,4 +210,4 @@ This feature is currently behind the feature flag `CDS_NAV_MODULE_VISIBILITY`. T ::: -Use this setting to enable/disable which modules are visible to all users of this account. \ No newline at end of file +Use this setting to enable/disable which modules are visible to all users of this account.