Azure-Samples / aks-store-demo

Sample microservices app for AKS demos, tutorials, and experiments
MIT License
143 stars 225 forks source link

Add support for Azure CosmosDB SQL API #84

Closed pauldotyu closed 9 months ago

pauldotyu commented 9 months ago

Is your feature request related to a problem? Please describe. The makeline service currently only support MongoDB API. This works for both mongodb as a local container and Azure CosmosDB using MongoAPI. However, there is no way to test this sample app against Azure CosmosDB using the SQL API.

Describe the solution you'd like Update the makeline service to support both MongoDB and SQL APIs when testing against Azure CosmosDB