Prerequisites
- An Azure Storage Account.
- A container that already exists (the test checks container properties).
ContainerNotFound.
Azure Portal Setup
- Create a Storage Account.
- Go to Data storage → Containers.
- Click + Container and create a container:
- Name must be lowercase.
- Public access: Private.
- (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
Notes
- Container names must be lowercase.
- If you switch credentials, re-test before saving.