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 →