Change Azure Cosmos Db account from Provisional throughput to serverless
I am new to cosmos db and I realised after creating my database and after having it running for a while that it would be more cost effective if it would be running a serverless account. Is there a way I can change it? If not what would be the recommended…
Does Azure Cosmos DB support tinker pop/gremlin-go driver
Hello, I am looking at the documentation for Azure Cosmos DB Gremlin compatible client libraries: https://video2.skills-academy.com/en-us/azure/cosmos-db/gremlin/support#compatible-client-libraries I am interested in a current go driver. I see gremcos listed…
Azure Cosmos DB for PostgreSQL. Prepared statement error
I am running into issues regarding the pgbouncer connection pooling in Azure Cosmos DB for PostgreSQL: https://video2.skills-academy.com/en-us/azure/cosmos-db/postgresql/concepts-connection-pool. The issue is that I get the error: "prepared statement…
Vector Search in Azure Cosmos DB for NoSQL
Hello, I would like to create a container for building a RAG solution with Azure Cosmos NoSQL: https://video2.skills-academy.com/en-us/azure/cosmos-db/nosql/vector-search This works if i create the BD via python, but i cannot find any reference in the API…
I want to get permission to create schema in COSMOS DB for postgresql
I am currently working on migrating data from AWS Aurora database to Azure Cosmos db for postgresql. I tried to use airbyte as a tool for that, but when I connect cosmos db as target database in airbyte, I get an error saying that I don't have permission…
Azure Cosmos DB for MongoDB (vCore) - not available in Switzerland
We currently have build the whole system around a Azure Cosmos DB for MongoDB (vCore). as our customer do have more data privacy concerns, we're thinking about to change the hosting from west europe to Switzerland. But it seems to be not available in…
Which .NET SDK to Use for Creating Database or Container in CosmosDB
Hey All, I am developing an application that utilizes CosmosDB, running as a container in Azure App Service, and have opted to implement RBAC roles using the Managed Identity of the App Service. Following the sample code from…
Replicate Azure Cosmos DB for PostgreSQL into different resource group than primary cluster
On it states... https://video2.skills-academy.com/en-us/azure/cosmos-db/postgresql/concepts-read-replicas Cross-region replication Read replicas can be created in the region of the primary cluster, or in any other region supported by Azure Cosmos DB for…
Issue with Error Code 48 When Connecting to MongoDB in Azure Functions
I'm currently deploying my project on Azure Functions, with each function running in a separate function app. I’m using a centralized MongoDB database through Azure Cosmos DB for MongoDB and accessing it with Mongoose, including defined schema files.…
Does Azure Cosmos Gremlin Supports Transaction Management?
Im trying to achieve transaction management in cosmos gremlin. Like i should be able to create some nodes and edges in a single transaction, if one of the operation fails the entire transaction should be discarded, like in sql terms commit and rollback.…
Composite Index for Items in Azure CosmosDB Container
Hello Community, I am trying to create a container in my Azure CosmosDB account. I have enabled the Vector Preview feature for my container. I have a data that looks like this: - {"id": "6", "Context": […
Connection Pooling with Azure COSMOS Python Client
I am using the below code to retrieve items from Azure COSMOS DB. This code is part of a WebAPI and the code will run in multiple threads. Which of the following objects are thread-safe: db_client, database, container ? Can I create a singleton for…
how to transfer data from one azure cosmos db for postgresql to another azure cosmos db for postgresql
I have a working azure cosmos db for postgresql, for some reason we want to delete. I now want to move the data to a new azure cosmos db for postgresql, so I can destroy the old one. How to do this in azure
Looking for recommendation to deploy and upgrade SaaS Product in different Azure Data center (different region)
Hi All, We are developping a multi-tenants SaaS product. Front end is a Team App (React). Back end is basicaly App Functions, cosmos DB and API management. App is currently hosted in Azure East US Data Center (DC). Some prospects want us to comply…
Does the Azure Vector database support queryable encryption?
Can I store GPT embeddings in the Azure Vector database in the form of ciphertext? And can I query the vector database without decryption? Thanks
How to configure CosmosDB to trigger a typeScript Azure Function using Managed Identity?
I successfully configured my TypeScript Azure Function 'functionInsertDataInCosmosDb' to write messages to CosmosDB using Managed Identity in my local development environment. Here is my local.settings.json { "IsEncrypted": false, …
Azure Audit logs for resource deletion?
How can I view and check who deleted the Resource Group or a specific object like Azure Cosmos DB? I cannot view the Activity Log since the Resource Group has also been deleted as well.
Cosmos DB design
Im developing an e-commerce application that uses Azure Cosmos DB to manage product catalogs, user data, and transaction records. As our user base grows, I’m looking for advice on how to structure my data model effectively. In particular, what is the…
How do I get a new column that is only in new records in my CosmosDB to show up in the Analytical Store?
I have a NoSQL CosmosDB collection that recently had a new column/field added to the root level of the JSON hierarchy in the documents. Unfortunately, the new column/field breaks the synapse analytics query (in T-SQL) I am using because the new column…
Help with Bicep Template for Deleting Azure Resources Based on Resource Name
I have created Bicep templates for provisioning various Azure resources such as Azure OpenAI, Azure Cognitive Search, Azure App Service, and Azure Cosmos DB. In a similar way, I would like to write a Bicep template or script that allows for the deletion…