Skip to main content
Feedback

Microsoft Azure Cosmos DB connection

The Microsoft Azure Cosmos DB connection represents a single account, including login credentials and database. If you have multiple systems or want to use multiple databases, use a separate connection for each.

This approach provides reusable components, which contain connection settings such as connection URL for API, primary key, database, and so on. After building your connection and operation, set up your connector within a process. When you configure your connector properly within your process, Boomi Integration can transfer data from/to Microsoft Azure Cosmos DB.

Connection tab

Host URL - IP Address or hostname of Microsoft Azure Cosmos DB Server.

Primary Key - Creating an account generates the primary key. It is an access key token that allows users to have full control of Microsoft Azure Cosmos DB resources in an account.

Database - The database name on the Microsoft Azure Cosmos DB server.

Test connection

You can test your connection settings before you use or save the connection in a process. The Test Connection ensures that your specified settings are correct, valid, and accessible. If the test connection is successful, you can save the connection. Otherwise, review and correct any incorrect settings, then test again.

Attention

You can only run the Test Connection against containers associated with your account (local runtimes, runtime clusters, and runtime clouds).

On this Page