Partial Document Update Samples with Cosmos DB REST Operation

Overview : In last November 2021, Cosmos DB team has announced support for patching documents with SQL API which was the top requested features in the user voice. This is a useful and long-awaited feature among users. Prior to this announcement the only way to change the stored document was to completely replace it. Users… Read More Partial Document Update Samples with Cosmos DB REST Operation

Deploy Angular Applications to Azure with Github Actions – Emotion Detection App

The first ever Github Universe viewing party in SriLanka took place on last Thursday organized by the Github Campus Experts in the country. It was an event to share all the exciting news and updates on Github and it was a great success. I decided to write this blog based on the session i presented… Read More Deploy Angular Applications to Azure with Github Actions – Emotion Detection App

Retrieve documents without Metadata properties in Azure CosmosDB

One of the interesting queries that i got from my colleague is that how to get rid of the metadata properties when retrieving documents from Cosmosdb. It seemed like a very reasonable expectation to have the option with the document “GET” API call to be able to retrieve exactly what he created using the document… Read More Retrieve documents without Metadata properties in Azure CosmosDB