Calling DocumentDB (CosmosDB) Stored Procedure from Azure Logic App
In this blog post we will learn how to call DocumentDB Stored Procedure from Azure Logic App. If you are not familiar with Azure DocumentDB (CosmosDB) please go through my previous article - Working with Stored Procedure in Azure DocumentDB (CosmosDB) URL: http://learntechalways.blogspot.in/2017/07/working-with-stored-procedure-in-azure.html We will be using Stored Procedure created in my earlier post. If you have not created your Stored Procedure in Azure Cosmos DB, please follow the steps mentioned in blog- Working with Stored Procedure in Azure DocumentDB (CosmosDB) Let's start creating Logic App- Login to Azure Portal. Click on new in left panel. Search for Azure Logic App. Click on "Logic App". Click on "Create" button. Provide details e.g.- Logic App name, Resource group & location. Click on "Create" button. Select Logic app & open designer in edit mode. This will open different ...