WRTGH
WRTGH
WRTGH
TEAM-25
UCD
GUIDED BY
Mrs. KUSUM
SUBMITTED BY
S.ARAVIND KUMAR-(CT20161844954)
R.KAVINCHAKARAVARTHI-(CT20151526670)
V.HARIHARAKRISHNAN-(CT20151527419)
1
S.NO VERSION NAME OF THE TASK STATUS REMARKS
1.a 1.0 Create a New Virtual Machine in Completed Successfully
Resource Manager deployment created virtual
Model machine
1.b 1.0 Create a New Virtual Machine Completed Installed visual
with existing virtual network using studio and we
Json Template are working on it
2 1.0 Create a SSD disk named Disk1 of Completed Created a SSD
space 128 GB and attach it to any for 128GB
existing VM.
3 1.0 Create a Virtual network named Completed Successfully
Testvnet1. Create 3 subnet with the created vnet and
following range subnets
Subnet1: 10. 0.0.0/24
Subnet2: 172.16.0.0/24
Subnet2: 192.168.0.0/24
2
9 1.0 Create a blob storage with the hot Completed Successfully
access tier and the replication type created storage
should be LRS using PowerShell account
3
19 1.0 Create a VM with 2 NIC’s using Completed Successfully
Json Template created VM with
two NIC
20 1.0 Create the following inbound Completed Successfully
security rule for an existing VM created inbound
*Name: allow http security rule for
*priority: 1100 the VM using
*Source: any given rules
*protocol: TCP
*source port range: *
*Destination: any
*Destination port
Range: 80
*Action: allow
SCENARIO:
4
1.A) Create a New Virtual Machine in Resource Manager deployment model
Click the New button found on the upper left-hand corner of the Azure portal.
Select Compute, and then select Windows Server 2012 Datacenter.
Enter the virtual machine information. The user name and password entered here is used
to log in to the virtual machine. When complete, click OK.
Select a size for the VM. To see more sizes, select View all or change the Supported
disk type filter.
Under Settings, keep the defaults and click OK.
On the summary page, click Ok to start the virtual machine deployment.
The VM will be pinned to the Azure portal dashboard. Once the deployment has
completed, the VM summary automatically opens.
Click the Connect button on the virtual machine properties. A Remote Desktop Protocol
file (.rdp file) is created and downloaded.
To connect to your VM, open the downloaded RDP file. If prompted, click Connect. On
a Mac, you need an RDP client such as this Remote Desktop Client from the Mac App
Store.
Enter the user name and password you specified when creating the virtual machine, then
click Ok.
You may receive a certificate warning during the sign-in process. Click Yes or Continue
to proceed with the connection
5
6
7
8
9
1.B)Create a New Virtual Machine with existing virtual network using Json Template
10
11
12
13
2. Create a SSD disk named Disk1 of space 128 GB and attach it to any existing VM.
Please Note: Make sure 128GB Space is assigned as any drive Letter in that specified VM
14
15
16
17
3. Create a Virtual network named Testvnet1. Create 3 subnet with the following range
Subnet2: 172.16.0.0/24
Subnet2: 192.168.0.0/24
18
19
20
21
22
4. Create 2 VM with two different virtual networks and with two different Azure regions.
Use a PowerShell script to connect from Vnet1 to Vnet2 using Virtual Network Gateway
Create 2 new VM’s at 2 different Locations with two different Vnets
Create Virtual Network Gateways in those two locations for those two Vnets
Create a Connection pair using Connections
Log in to the two VM’s and do disable the firewall
Now ping the two VM’s using their private IP
23
24
25
26
27
28
29
30
31
32
5. Create 2 VM with two different virtual networks and within the same Azure regions.
Connect these two VM without using virtual network gateway
33
34
35
36
37
38
39
6. Use an existing VM say VM1 and VM2 and assign the following network traffic
requirements
b. You can take RDP from VM1 to VM2 and Vice versa should not be done (using
Network Security Group)
40
41
42
7. Establish a secure connection from your laptop to the Azure virtual network using azure
point to site VPN
1. Create a virtual network
2. Add a gateway subnet
3. Specify a DNS server (optional)
4. Create a virtual network gateway
5. Generate certificates
43
44
45
8. Block the Internet connectivity for an existing VM
46
47
48
49
9. Create a blob storage with the hot access tier and the replication type should be LRS
using PowerShell
50
51
52
10. Create a recovery service Vault and create the following backup retention point
policies
53
54
55
11) Create a backup for a VM with the above retention policies using PowerShell
56
57
58
59
60
61
12) Restore a VM from created backup point
Once you created a backup point go to that VM and click on file recovery
On next blade download the file and copy it on the VM you have to back up and copy the
password on azure portal on that VM and then open the file that you copied to the VM,
then paste that password to that command prompt
Then the VM will be restored from the previous backup point
62
63
64
13. Create a file share in azure storage account with 1 GB space and access the file share
from any existing VM
65
66
67
14. Create any web app and make sure the connectivity is established using azure sql
database
Create a webapp from azure portal
Login to visual studio and import sample application
Create a app service as sql database.
Publish to Azure with SQL Database
Configure the web app name
Create an App Service plan
Create a sql server
Create sql database
Publish.
Stream log with verbos
68
69
70
71
72
73
74
15).Create two same web app and deploy it in two different locations and implement a
traffic manager with routing method as performance. Make sure you access a webapp by
making another web app down.
75
76
77
78
16. Create an availability set with the following settings and assign it to VM’s
* Fault domain: 3
* Update domain: 5
In the Azure portal
79
80
81
17. Create a Linux VM using a PowerShell and install google chrome application in the
Linux VM
82
83
84
18. Provide read only permission to your colleagues’ ID for any of your existing resource
group
85
86
87
19. Create a VM with 2 NIC’s using Json Template
In Visual Studio,
88
89
20. Create the following inbound security rule for an existing VM
*Name: allow http
*priority: 1100
*Source: any
*protocol: TCP
*source port range: *
*Destination: any
*Destination port range: 80
*Action: allow
In the portal,
90
91
92
SCENARIO TASK:
7). Create two same web app and deploy it in two different locations and implement a
traffic manager with routing method as performance make sure each webapp is connected
to SQL. Make sure you access a webapp by making another web app down.
93
94
95
96
97
CERTIFICATES:
98
99
10
0