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

AZURE: Storage Account Creation

AZURE: Storage Account Creation Storage Account: 👉 An Azure Storage account is a fundamental resource that holds all your Azure storage data objects like blobs, queues, files and tables. 👉 It provides a unique namespace so that anyone can access through HTTP and HTTPS requests.… Read More