Azure / azure-cosmos-dotnet-v2

Contains samples and utilities relating to the Azure Cosmos DB .NET SDK
MIT License
577 stars 836 forks source link

DB Emulator DataPath backslash shuts down emulator #336

Open Tridy opened 7 years ago

Tridy commented 7 years ago

I came up with this issue while trying to setup th emulator:

Keeeping the backslash in the end of path /DataPath="\\location\folder\subfolder\CosmosDB\" shuts down emulator right away

not having the backslash in the end of the path starts the emulator normally

kirankumarkolli commented 7 years ago

Thanks for reporting this issue. Marking it as backlog.