Is EventStore In-memory storage?

Hi,
I am trying to find an answer to my question which is where does EventStore store the events? In memory? Or somewhere else?

If the answer is In-memory, is EventStore ready for production?

If it is ready for production, how would I run it over Microsoft Azure?

I am using .NET Client API.

Thanks

Bilal

If I understand the question correctly, it can do both.
You can run in-memory mode for testing, but “normal” usage is disk (When you run the EventStore, have a look in EventStore\db folder and you should see chunk files. )

Oh great! I should try it out then. Thanks