About 1,350,000 results
Open links in new tab
  1. Configure network access to MongoDB cluster from Azure App …

    May 25, 2022 · I'm trying to configure network access of a MongoDB cluster to allow connections from an Azure App Service. I found the outbound IP addresses of my App Service in the Azure …

  2. How to authenticate to Azure Cosmos DB MongoDB account …

    Sep 18, 2024 · 0 I was using the MongoDB.Driver library (ver 2.19.0) to read/write documents from/to my Cosmos DB MongoDB API account via a connection string that was stored in …

  3. Unable to connect to Mongo DB with Azure Cosmos DB

    I have created a Cosmos DB database in Azure and using Mongo API. I have created the client and configured like this- _mongoDbConnectionString = …

  4. Cosmosdb MongoDb API - 413 Request too large on documents …

    Mar 26, 2025 · Cosmos DB's API for MongoDB has a binary storage format that compresses the data. The amount of compression depends on the shape of data within your documents. …

  5. User management on Azure Cosmos DB MongoDB (vCore)

    Apr 10, 2024 · 5 Regarding Azure CosmosDB with the MongoDB API. I want to stop using RU option (pay per use) in favor of vCore option (pay per capacity). It is really cheap and specially …

  6. Azure Table Vs MongoDB on Azure - Stack Overflow

    I want to use a NoSQL database on Windows Azure and the data volume will be very large. Whether a Azure Table storage or a MongoDB database running using a Worker role can offer …

  7. mongodb - How to host mongo db as azure container app?

    Jul 21, 2023 · How to host mongo db as azure container app? Asked 2 years, 3 months ago Modified 2 years, 3 months ago Viewed 1k times

  8. azure - Cosmos DB for MongoDB private endpoint requests …

    Sep 4, 2024 · I'm trying to connect to a Cosmos DB for Mongo DB using a private endpoint. The private endpoint creation succeeeds and is approved. The subnet configuration is working to …

  9. azure - How to set/check database-level throughput for …

    Mar 8, 2024 · I'm using CosmosDB with MongoDB API and I currently use a database instance to save IoT time series data from multiple machines in a dedicated collection per machine. …

  10. Creating unique index for CosmosDB with MongoDB API fails

    Apr 5, 2022 · 1 I'm using Azure CosmosDB with the MongoDB API. I'm trying to execute the following: db.createCollection('test') db.test.createIndex({key: 1}, {name: 'key_1', unique: true}) …