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

Shrikant Alone 25 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
Azure Database for PostgreSQL
SQL Server Other
{count} votes

2 answers

Sort by: Most helpful
  1. Oury Ba-MSFT 20,911 Reputation points Microsoft Employee Moderator
    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) 77,686 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.