Skip to content

Commit

Permalink
output_azure_blob: update Azure Blob output configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinLin666 committed Dec 4, 2023
1 parent 58fcb7a commit b9fdec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipeline/outputs/azure_blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ We expose different configuration properties. The following table lists all the
| Key | Description | default |
| :--- | :--- | :--- |
| account\_name | Azure Storage account name. This configuration property is mandatory | |
| shared\_key | Specify the Azure Storage Shared Key to authenticate against the service. This configuration property is mandatory. | |
| auth\_type | Specify the type to authenticate against the service. Fluent Bit supports `key` and `sas`. | key |
| shared\_key | Specify the Azure Storage Shared Key to authenticate against the service. This configuration property is mandatory when `auth_type` is `key`. | |
| sas\_token | Specify the Azure Storage shared access signatures to authenticate against the service. This configuration property is mandatory when `auth_type` is `sas`. | |
| container\_name | Name of the container that will contain the blobs. This configuration property is mandatory | |
| blob\_type | Specify the desired blob type. Fluent Bit supports `appendblob` and `blockblob`. | appendblob |
| auto\_create\_container | If `container_name` does not exist in the remote service, enabling this option will handle the exception and auto-create the container. | on |
Expand Down

0 comments on commit b9fdec5

Please sign in to comment.