-
One can use S3 as primary storage with Quickwit, so I do wonder if one can similarly use Azure object storage. |
Beta Was this translation helpful? Give feedback.
Answered by
fmassot
Aug 24, 2022
Replies: 1 comment
-
Hi @tshepang We added recently support for Azure storage, but we did not make a release since that, so you need to compile yourself quickwit with You have some docs here: https://github.com/quickwit-oss/quickwit/blob/main/docs/guides/azure-setup.md |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tshepang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tshepang
We added recently support for Azure storage, but we did not make a release since that, so you need to compile yourself quickwit with
--features azure
if you want to use it.You have some docs here: https://github.com/quickwit-oss/quickwit/blob/main/docs/guides/azure-setup.md