In this blog, we are going to create Azure Cosmos DB with Core(SQL) as API. Understand data explorer, create document database from data explorer, insert dummy data and use .net SDK to read data from Cosmos DB. Let us start by creating Azure Cosmos DB for Core(SQL) Login to Azure portal, click on Create a … Continue reading Azure Cosmos DB for SQL Core API step by step guide
Category: AZURE
Azure Cosmos DB Overview
Azure Cosmos DB is Microsoft's globally distributed, multi-model database service. Cosmos DB is horizontally scalable, globally distributed, fully managed, low latency, multi-model, multi query-API database for managing data at large scale. Cosmos DB is a PaaS (Platform as a Service) offering from Microsoft Azure and is a cloud-based NoSQL database. Please refer to Microsoft documentation … Continue reading Azure Cosmos DB Overview
Azure Virtual Network step by step guide
Through this blog i will try to pen what i learnt on how to create Virtual Network in Azure. Pre-requisites : Azure account, if you do not have one, follow the link to create one, Microsoft is offering 12 months of free services. https://azure.microsoft.com/en-us/free/ I assume the reader has basic understanding of Networking concepts (virtual … Continue reading Azure Virtual Network step by step guide