Back to Microsoft Azure Integrations
Handler · Version 1

Azure Cosmos Document CRUD Microsoft Azure

Download GitHub

Configurations
Name Description Sample
enable_debug_logging Enable debug logging if the value is set to 'Yes'. No
origin The origin of Cosmos account. ex https://{databaseaccount}.documents.azure.com.
master_key The master key that was generated when the account was created or a regenerated key.
Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered.
Method Rest method (GET, POST, PUT, DELETE)
Database Name The Database name the document is in.
Collection Name The Collection name the document is in.
Document Name The Document name/id attempting to create/update.
Partition Key The Partition key assocated with the document. Used with PUT and POST methods. Separate multiple partition keys with comma.
Body This will be the body of the Rest request sent to Cosmos DB. Format JSON.
Results
Name Description
Handler Error Message
output
Changelog

Azure Cosmos Document CRUD v1 (2019-12-03) * initial create.

Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top