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

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