Skip to main content

Prerequisites

  • An Azure Storage Account.
  • A container that already exists (the test checks container properties).
If the container does not exist, Test Connection returns ContainerNotFound.

Azure Portal Setup

  1. Create a Storage Account.
  2. Go to Data storage → Containers.
  3. Click + Container and create a container:
    • Name must be lowercase.
    • Public access: Private.
  4. (Optional) If you will use a secret:
    • Go to Access keys and copy Account name + Key.
    • Or use a Connection string.

UI Configuration

In Settings → Storage:
  • Enable Custom Storage
  • Provider: Azure
  • Bucket / Container Name: existing container name
  • Credential Secret (optional):
    • Create a secret of type Azure Storage Credentials and select it
    • Or leave empty to use workload identity / default credentials
Click Test Connection.

Notes

  • Container names must be lowercase.
  • If you switch credentials, re-test before saving.