Skip to content

Azure Cosmos DB 节点(Azure Cosmos DB node)#

使用 Azure Cosmos DB 节点可以自动化 Azure Cosmos DB 中的工作,并将 Azure Cosmos DB 与其他应用集成。n8n 内置支持广泛的 Azure Cosmos DB 功能,包括创建、获取、更新和删除容器及项目。

🌐 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.

本页列出了 Azure Cosmos DB 节点支持的操作列表以及更多资源的链接。

🌐 On this page, you'll find a list of operations the Azure Cosmos DB node supports, and links to more resources.

凭证

你可以在此处找到此节点的认证信息。

操作(Operations)#

  • 容器
    • 创建
    • 删除
    • 获取
    • 获取许多
  • 项目:
    • 创建
    • 删除
    • 获取
    • 获取许多
    • 执行查询
    • 更新

模板和示例(Templates and examples)#

Template widget placeholder.

Refer to Azure Cosmos DB's documentation for more information about the service.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.