Skip to content

Commit d466415

Browse files
temporaerCopilot
andcommitted
fix(docs): wrap codec in backticks to resolve vale spelling warning
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6ee4aca commit d466415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline/outputs/azure_blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Fluent Bit exposes the following configuration properties.
3333
| `buffering_enabled` | Enable buffering into disk before ingesting into Azure Blob. | `false` |
3434
| `client_id` | Azure client ID for managed identity or workload identity authentication. For system-assigned managed identity, set to `system`. Required when `auth_type` is `managed_identity` or `workload_identity`. | _none_ |
3535
| `compress` | Sets payload compression in network transfer. Supported values: `gzip`, `zstd`. | _none_ |
36-
| `compress_blob` | Enables compression in the final `blockblob` file. When enabled without `compress`, it uses GZIP; if `compress` is also set, it inherits that codec. This option isn't compatible when `blob_type` = `appendblob`. Fluent Bit returns a configuration error and fails to start. | `false` |
36+
| `compress_blob` | Enables compression in the final `blockblob` file. When enabled without `compress`, it uses GZIP; if `compress` is also set, it inherits that `codec`. This option isn't compatible when `blob_type` = `appendblob`. Fluent Bit returns a configuration error and fails to start. | `false` |
3737
| `configuration_endpoint_bearer_token` | Bearer token for the configuration endpoint. | _none_ |
3838
| `configuration_endpoint_password` | Basic authentication password for the configuration endpoint. | _none_ |
3939
| `configuration_endpoint_url` | Configuration endpoint URL. | _none_ |

0 commit comments

Comments
 (0)