Can we create mongo db seperate service as like sql database from azure portal..????

Shrikant Alone 20 Reputation points
2023-08-14T12:14:24.4833333+00:00

Hello ,

   Can we create mongo db seperate service as like sql database from azure portal. 
Azure Database Migration service
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,214 questions
Azure Database for PostgreSQL
{count} votes

2 answers

Sort by: Most helpful
  1. Oury Ba-MSFT 17,631 Reputation points Microsoft Employee
    2023-08-16T17:06:59.1066667+00:00

    Shrikant Alone

    You can connect your MongoDB app to an Azure Cosmos DB by using a MongoDB connection string. You can then use an Azure Cosmos DB database as the data store for your MongoDB app.

    I would suggest reading here for more details.

    Connect a MongoDB application to Azure Cosmos DB

    Hope that helps.

    Regards,

    Oury

    0 comments No comments

  2. Bruce (SqlWork.com) 60,386 Reputation points
    2023-08-16T21:28:38.6866667+00:00

    Cosmos DB is Microsofts no SQL Database. Its native api is a SQL language. Also available are query api layers for MongoDB, PostgreSql, Cassandra, and Gremlin. These api's are compatible with the client sdks for each platform.

    When you create a Cosmos DB you pick the api layer you want to use (only one). MongoDB is one of the choices.

    MongoDB also hosts true MongoDB databases in Azure or other cloud platforms. Atlas is the server-less product:

    https://www.mongodb.com/docs/atlas/reference/microsoft-azure/

    0 comments No comments