Skip to content

Commit b4bb3de

Browse files
authored
Managed Services Docs - Mention blob storage (#508)
* adding managed services docs * Add documentation for Dynamic Configuration Manager and update overview * adding plugin docs * adding reference to plugin * Implement code changes to enhance functionality and improve performance * Update documentation to replace 'Embedded UI' with 'Embedded View' for consistency * Improvements of dynamic configuration docs * Add note on JSON configuration size limit for mongo mode in dynamic configuration documentation * remove separator * remove spacing * Add blob storage support to Dynamic Configuration Manager documentation
1 parent 3444068 commit b4bb3de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/quix-cloud/managed-services/dynamic-configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ required by the managed image.
126126
- Provider-specific credentials are configured via Quix secrets.
127127
- In **mongo mode**, only JSON configuration documents are supported and each configuration payload must be ≤ 16 MB. Use `file` (blob) mode for larger or non-JSON artifacts.
128128

129+
### Blob Storage
130+
131+
This service can leverage a blob storage configured on our platform (see [blob storage docs](../../deploy/blob-storage.md) for setup instructions).
132+
133+
The blob storage configuration is automatically injected only when `contentStore` is set to `file`.
134+
129135
## SDK Integration
130136

131137
The **Quix Streams SDK** provides built-in functionality to:

0 commit comments

Comments
 (0)