Creation of SQL Databases in Microsoft Azure

Creation of SQL Databases in Microsoft Azure What is Azure SQL Database Azure SQL Database is a cloud based Relational Database service which has all the features similar to Microsoft SQL server with added scalability and flexibility. Azure SQL Database Architecture        … Read More

Object Replication in Azure Storage Accounts

Object Replication in Azure Storage Accounts What is Object Replication in Azure Blob Storage Account Azure Blob Storage is also called as Object Replication in Azure storage account. Object replication creates, distributes and stores data across various storage accounts across multiple locations. Object replication Architecture… Read More

How to communicate two VM’s in Azure

How to communicate two VM’s in Azure   To establish peering between two VM’s do follow the link below. https://www.ktexperts.com/creation-of-virtual-network-peering-in-azure/ Virtual machines communication in Azure? Vnet peering (Virtual Network peering) in Azure is used for connecting two or virtual networks for resource sharing in one… Read More

Indexes in MongoDB

Indexes in MongoDB Index: Index is a data structure that enhances the data retrieval efficiency by storing the small portion of the collection’s data along with the pointers to their physical location in the collection. 👉 MongoDB indexes use B-tree data structure. 👉 Indexes help… Read More

Install MongoDB in Amazon Linux VM

Install MongoDB in Amazon Linux VM: Step-1: Create a Linux virtual machine in AWS. Step-2: After creating it connect it through the putty or mobaXterm. Step-3: Run “sudo su“ to get all the root privileges.

Step-4: To know about the version and its details… Read More

Create the Azure windows VM

Create the Azure windows VM Virtual Machine (VM) A Virtual machine is a digital version of Physical computer because they have a memory, CPU, as well as storage disks. A Virtual machine can execute all tasks like a physical computer it can host operating systems,… Read More