--- title: Azure Cosmos DB node documentation description: Learn how to use the Azure Cosmos DB node in n8n. Follow technical documentation to integrate Azure Cosmos DB node into your workflows. contentType: [integration, reference] --- # Azure Cosmos DB node Use the Azure Cosmos DB node to automate work in Azure Cosmos DB and integrate Azure Cosmos DB with other applications. n8n has built-in support for a wide range of Azure Cosmos DB features, which includes creating, getting, updating, and deleting containers and items. On this page, you'll find a list of operations the Azure Cosmos DB node supports, and links to more resources. ```{note} Credentials You can find authentication information for this node [here](/08-0-0-Workflow/integrations/builtin/credentials/azurecosmosdb.md). ``` ## Operations * **Container**: * **Create** * **Delete** * **Get** * **Get Many** * **Item**: * **Create** * **Delete** * **Get** * **Get Many** * **Execute Query** * **Update** ## Templates and examples ## Related resources Refer to [Azure Cosmos DB's documentation](https://learn.microsoft.com/en-us/rest/api/cosmos-db/) for more information about the service. ```{include} ../../../../_snippets/integrations/builtin/app-nodes/operation-not-supported.md ```