https://www.greatminditacademy.com/ What is Azure Site Recovery A Business continiuity and disaster recovery (BCDR) strategy helps organization secure data, applicaitons,and workloads during planned or unplanned outages. To help organizations implement BCDR, Azure provides Azure Site Recovery (ASR). ASR ensures business continitury during outages by replicating applications and workloads from their primary location to a secondary site. Basically the service replicates the workloads running in your VMs to a different location from the primary site. post covers DR architectures : Features of Azure Site Recovery Azure Site recovery Step by Step How do I set up Azure Site Recovery Azure Site Recovery ARchitecture Asr provides support for several migration and disaster recovery Scenarios: Replicating Physical servers from on-premises data centers and other cloud providers to Azure replicating Virtual machine...
https://www.greatminditacademy.com/ Azure Storage Accounts In this blog, I have covered important topics on Azure Storage accounts What is Azure Storage Account? An Azure storage account contains all of your Azure Storage data objects, including blobs, file shares, queues, tables, and disks. The storage account provides a unique namespace for your Azure Storage data that's accessible from anywhere in the world over HTTP or HTTPS. Data in your storage account is durable and highly available, secure, and massively scalable.By using azure storage account, we dont need to worry about space as it is scalable as per our demand. Storage Account Types. Accessible via REST API: Queue Storage, BlobStorage, Table storage Designed for AZVM : File storage and Disk Storage Azure Storage offers several types of storage accounts. Each type supports different features and has its own pricing model. Type of storage account Supported storage services Redundancy options Usage Standard general-purpos...
https://www.greatminditacademy.com/ Activity 1: Create an two ubuntu linux VM's Create an two ubuntu linux vm's and install Ngnix software Below are the steps to create ubuntu machine While creating VM open 22, 80 ports Open Ports 22 and 80 for both the machines Once Virtual machines are created, connect server using ssh for the both the machines and install nginx software. Now change to root user by using "sudo su" command as below Now run command as "apt update" Now install nginx software by using below command apt install nginx -y To verify, webserer is installed or not, browse using server Public IP in the browser Create load balancer During the creation of the load balancer, you'll configure: Frontend IP address Backend pool Inbound load-balancing rules Health probe In the search box at the top of the portal, enter Load balancer . Select Load balancers in the search results. In the Load balancer page, select + Create . Setting...
Comments
Post a Comment