Microservices With CosmosDB on Azure

Viewed 1484

I've read a bit about microservices and the favored approach appears to be a separate database for each microservice. With regards to Azure's CosmosDB, would that mean a separate Table for each service? What's the best way to architect this?

1 Answers
Related