Is your feature request related to a problem? Please describe.
When I set the option to auto create a container in the Azure Blob, I get an error telling me it does not exist
Describe the solution you'd like
Allow the creation of the container automatically.
Additional context
The change would be done inside the plugins/out_azure_blob/azure_blob.c file inside the cb_azure_blob_ingest() and ingest_all_chunks() methods
Is your feature request related to a problem? Please describe.
When I set the option to auto create a container in the Azure Blob, I get an error telling me it does not exist
Describe the solution you'd like
Allow the creation of the container automatically.
Additional context
The change would be done inside the
plugins/out_azure_blob/azure_blob.cfile inside thecb_azure_blob_ingest()andingest_all_chunks()methods