Nothing Special   »   [go: up one dir, main page]

Azcc Major Dec Az1202

Download as pdf or txt
Download as pdf or txt
You are on page 1of 36

MAJOR PROJECT

Group Members :
Anjali Prasad
SUBMITTED BY : ANJALI PRASAD Darshani Dasari
COURSE : MICROSOFT AZURE CLOUD COMPUTING Asher Vinukonda
Ara Vindhan
EMAIL :anjalisprasad23@gmail.com Arshat Mohammed
Problem Statement :
Snapshot based backup of Azure VM
Step 1
● Create Azure Resource Group
● Configure VNet/Subnet
● Create Azure VM (associate Public IP) and add datadisk and create logical partition in the VM using disk
management.
● Configure NSG(network security group) and assign it to configured Subnet(point2)
● Take Snapshot of VM(OS Disk) Create new VM out of snapshot and point to same resource group(point 1)
Step 2:
● Create Vault(Azure Backup)
● Configure the backup and schedule the immediate Backup of snapshot VM and give the backup successful
results.
STEP 1:
a.
Create Azure Resource Group

Here the name of resource group is ‘Major-Project-Verseo’


B.
Configuring the VNet/SubNet
Name of Vnet is ‘verseo-vnet’
The subnets are 1: Database : Address range of 192.168.0.0/28
2: Container : Address range of 192.168.0.32/27
CREATING THE VIRTUAL NETWORK : WITH THE IP ADDRESS SPACE :
192.168.0.0/26
CONFIGURING TWO SUBNETS : 1 - Database(192.168.0.0/28) 2 -
Container(192.168.0.32/27)
SO , HERE WE CAN SEE THAT OUR VIRTUAL NETWORK IS CONFIGURED IN THE RESOURCE GROUP:
Major-Project-Verseo
C. Create Azure VM (associate public IP) and add datadisk and create logical partition in
VM using disk management
Firstly we will create the VM

Here the name of vm is: Verseo-Virtual


CREATING THE VIRTUAL MACHINE
Associating the public IP :
GIVING THE TAG NAME: Verseo-Virtual
SO HERE ,THE VIRTUAL MACHINE IS DEPLOYED IN THE RESOURCE GROUP : Major-project -Verseo
CONNECTING OUR VM THROUGH REMOTE DESKTOP:
Then adding Datadisk and creating logical partition
Disk-Name : datadisk-01
Data-disk(datadisk-01) added to VM(Verseo-Virtual)
D. Configure NSG(Network Security Group) and assigning it to configured
subnet2
Here the configured subnet point 2 created is Container , so we will configure the NSG to
Container:
CREATING THE NETWORK SECURITY GROUP
NAME : Verseo_NSG
NSG CREATED IN RESOURCE GROUP(Major-Project-Verseo)
CONFIGURING THE NSG(Verso-NSG) TO THE SUBNET POINT2(Container)
AND HENCE THE NSG IS CONFIGURED WITH SUBNET POINT2(Contianer)
E. Take the snapshot of vm(os disk) Create new vm out of the snapshot and point
to same resource group(point 1)
1 : CREATING THE SNAPSHOT : NAME :snap-verseo-vm
HENCE SNAPSHOT CREATED :
CREATING THE DISK OF SNAPSHOT
After creating the snapshot , we will delete the VM and after that we will create a new
VM using the snapshot
DELETING THE VM (Verseo-Vm)
CREATING A NEW VM WITH THE HELP OF THE SNAPHOT(snap-verseo-vm)
CREATING THE NEW VM WITH THE NAME(Verseo-Vm)
AND HERE THE NEW VM IS DEPLOYED WITH THE HELP OF SNAPSHOT
STEP 2 : A . Create a Vault(Azure Backup)
Configuring the backup and scheduling the immediate backup of
snapshot vm and giving the backup successful results
CONCLUSION :
We created a Resource-Group as Major-Project-Verseo and in that we configured a Virtual Network as and added
two subnets as 1. Database 2.Container

Then we created a VM and added datadisk to it and created a logical partition in the VM using disk management

Then we created a NSG and configured it to the subnet point2 i.e Container

Then we created a snapshot of the VM and created a disk of that snapshot

Then we deleted the VM

And after that we retrieved that vm using the snapshot in the same resource group(Major-Project-Verseo)

STEP-2 :

We created a backup using Azure Vault

Then we configured the backup and scheduled an immediate backup of the snapshot and gave the backup
successful results

You might also like