Query Cosmos Document

Query Cosmos Document   This Tutorial explains and lists all the necessary steps to query a document from Cosmos nosql database using its API in Mule 4. Here is the link for cosmos query document API query documents Authorization behavior for all the calls will be similar but we have to change verb as per…

Share this:
Read More

Delete Cosmos Document

Delete Cosmos Document Delete Document – https://docs.microsoft.com/en-us/rest/api/cosmos-db/delete-a-document Authorization behaviour for all the calls will be similar but we have to change verb as per our need, so we have to update Dataweave and HTTP request call to Azure. Mule flow will look like this   Input payload   Dataweave Please change the resource id(we have…

Share this:
Read More

List Cosmos Document

List Cosmos Document API We can use Document APIs to manage document in Cosmos DB collection https://docs.microsoft.com/en-us/rest/api/cosmos-db/documents List Document – https://docs.microsoft.com/en-us/rest/api/cosmos-db/list-documents Authorization behaviour for all the calls will be similar but we have to change verb as per our need, so we have to update Dataweave and HTTP request call to Azure. Mule flow will…

Share this:
Read More

Create Cosmos Document

Create Cosmos Document   This tutorial talks about how to create documents in cosmos using the cosmos API. We can use Document APIs to manage or create document in Cosmos DB collection. You can refer to the link for cosmos APIs –  cosomos API Authorization behavior for all the calls will be similar but we…

Share this:
Read More