Azure Cosmos DB connection to Linux

rfm_369 0 Reputation points
2023-07-10T19:02:24.9833333+00:00

How to connect an on-premises Linux server to a cloud Azure Cosmos DB using ODBC? Would an internet connection be required?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,726 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AirGordon 7,145 Reputation points
    2023-07-10T19:08:32.2766667+00:00

    You don't need to expose CosmosDb over the internet, CosmosDb supports Private Link. Resources mapped to Private Link are also accessible on-premises over private peering through VPN or Azure ExpressRoute.

    For leveraging ODBC to connect to the CosmosDb, see this guide https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/odbc-driver#install-the-odbc-driver-and-connect-to-your-database

    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.