I’m running Cosmos DB Emulator for Linux Docker image.
I’ve noticed the following message when the container starts running “This is an evaluation version. There are [164] days left in the evaluation period” Does this mean that after 164 days Cosmos DB Emulator will stop working? What can be done to extend the period or to replace the evaluation version with an image that does not expire? I couldn’t find any information regarding this
And one more question: How can I migrate a complete Cosmos DB database from Azure to Cosmos DB Emulator Linux, running in docker on my local macOS? I saw that there is Data Migration Tool for this that runs on Window, but is there a Data Migration Tool for Linux/macOS or is there another way to copy CosmosDB from Azure to Emulator? Is there a service on Azure that can do that? Can Data Migration Tool be built on macOS? If yes, is there a documentation on how to do that?
Also is there a way to send commands to the Cosmos DB Emulator for Linux running in docker (similar to what can be done on Windows https://learn.microsoft.com/en-us/azure/cosmos-db/emulator-command-line-parameters). It would be nice if I could use GetStatus to check if Cosmos DB Emulator actually started.