Cosmos DB is one of the favor database we use in project. It is possible to start right away. As a developer you do not need to care about database tasks. You can ran Cosmos DB in different types like …
Create a quick UI for Cosmos DB with Flex
Cosmos DB is one database for great building hubs. Sometime it is needs to offer some UI to the business users. How easy it is to display or export the data in a CSV on a fly we want to show here …
Continue Reading about Create a quick UI for Cosmos DB with Flex →
Import a CSV in a Cosmos DB over Azure Function
If you want automatic import a CSV into a Cosmos DB to update data an Azure Function is your best option for this. My script is written in python. First, create a function.json to define the …
Continue Reading about Import a CSV in a Cosmos DB over Azure Function →
Azure API Management Proxy to Cosmos DB
It took me some time to figure it out. Here is a howto to proxy from an Azure API Management to Cosmos DB. Note down some point from your Cosmos Environment. In my case we have the URL …
Continue Reading about Azure API Management Proxy to Cosmos DB →