Basit Hafeez LDBTT18-12 IT7thM

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 25

PRESENTED BY

BASIT HAFEEZ
ROLL NO: BSIT LD18-12
SECTION: A (MORNING)
SESSION: 2018-22
DEPT: BS INFORMATION TECHNOLOGY
SUBJECT: VIRTUAL SYSTEM AND SERVICES

PRESENTED TO
MR. MUHAMMAD USMAN
DEPARTMENT: INFORMATION TECHNOLOGY

 
MICROSOFT AZURE
CONTENT
 Creating Azure Account
 What is Virtualization
 Virtual Machine
 Capture image of a VM in Azure Portal
 Attach Extra Disk
 Virtual Network
 Load Balancer
o CREATING AZURE ACCOUNT
Key Points:
 You should have a Credit Card/Debit Card/Visa Card, an Outlook email address, and phone
number.

Steps to Register for Azure Free trial Account


 Go to the Azure Home Page.
 Click on Free Azure Account 
 Click on Start Free
 Sign-in/Sign-up for a Microsoft account using an email address and password.
 Enter your Country/Region and Date of Birth and click next.
 Enter your Country/Region and Date of Birth and click next.
 Enter the verification code received on Phone Number/email address and click next.
 Enter the payment details. Make sure you have a Master Card/Debit Card/ Visa Credit card and
international payments should be enabled.
 Check the Terms and Conditions and click Sign-up.
 You have successfully created a Microsoft Azure free account and now have got free balance of $200.
 Click on Portal on the top right corner of the screen.
You’ll be redirected to the Azure portal.
WHAT IS VIRTUALIZATION
• It is the technique of splitting physical Resource into as many logical Resource as we want.
E.g. CPU Memory

Specifications:
8-GBRAM
1TB-Hard
4 Core Processor

I7th Gen Specifications:


Specifications: 8-GBRAM
16-GBRAM 1TB-Hard
2TB-Hard 4 Core Processor
8 Core Processor
NEED OF VIRTUALIZATION

• Virtualization helps in transferring data easily.


• protects from system failures.
• Reduces the cost of Operations and provides security to data.
• Virtualization also helps in increasing the efficiency of the development and operations.
• Use virtual machines and servers for testing applications or software.
VIRTUAL MACHINE IN CLOUD COMPUTING MS AZURE

 Basic Tier
Development and Test Work Load
 Standard tier
Production work Load
A-Series(General Purpose Compute)
D-Series (Local SSD Storage)
VM Family
Dv2-Series (30 Percent faster CPU )
F-Series(Lower Price Compute )
G-Series Largest VM Size{ Up to 448GBRAM , upto64 Disk} General Storage
Purpose GPU Optimize
N-Series NVIDIA GPU for graphic
High Compute
Performance & Optimize
Compute
 Virtual Machine Disk
Size limit 1TB
Iops
Standards 500
Premium 5000

 Disk Type
.VHD
TOOLS TO CREATE VIRTUAL MACHINE

 AZURE Portal
• Classic
• Azure RM
 Azure PowerShell
 Azure CLI
TOOLS TO CREATE VIRTUAL MACHINE (CONT….)
1. Basic
• Free Trial
• Resource Group
2. Disk
OS Disk Types
 Premium SSD
 Standard SSD
 Standard HDD

3. Networking
 Virtual Network
 Subnet
 Public IP
 Network Security
TOOLS TO CREATE VIRTUAL MACHINE
(CONT….)
4. Management
 Identity-Off
 Auto Shutdown-Off
 Backup-Off

5. Guest Config
 Script

6. Tag
 Key(Name) + Value(Vm-1)

7. Review+ Create
CAPTURE IMAGE OF VM IN AZURE PORTAL

• Create a virtual Machine


• Click On capture
• Go to All Service -> image
ATTACH EXTRA DISK IN VM AZURE
PORTAL

 Create Vm
 VM->setting->Disk->Add Extra Disk->10GB
 RDP->Server manager->File and storage->disk->10GB->create a Volume
VIRTUAL NETWORK
 Virtual Network
 IP Address
 Subnets
 NIC
 Azure Load Balancer
 Application Gateway
 Traffic Manager
 NSG(Network Security Group)
 Forced Tunneling
 Regional Vnets
 Cross Premises Network
VIRTUAL NETWORK
(CONT….)
Subscription
Azure
Resource Group
10.0.0.0 192.168.0.0

VM-1 VM-2

pairing
10.0.0.4 10.0.0.5

Vnet-1 Vnet-2
VIRTUAL NETWORK (CONT….)

o 10.0.0.0 (Vnet)
o 10.0.0.1 (Reserved core for Default Gateway )
o 10.0.0 .2
(Reserved for DNS)
o 10.0.0.3
o 10.0.0.4 (Reserved for Broadcast)
SUBNET

• A large Network Divide into small pieces.


• Two things are common in virtual Network.
1. IP Addressing range
10.0.0.0/8
2. Subnet
10.1.0.0/16
10.2.0.0/18
10.3.0.0/20
VIRTUAL NETWORK (CONT….)
• NIC
• Azure Load Balancer
• Traffic Manager(Traffic Control)
• NSG
 Control inbound and outbound traffic
• Forced Tunneling
 User Define Route Create for Specific Purpose and secure
• Regional Vnet
• Cross Premises network
 Site to site
 Point to Site
CROSS PREMISES (SITE TO SITE)
Subscription
Azure
Resource Group
10.0.0.0 192.168.0.0

VM-1 VM-2
pairing
vpn 10.0.0.4 10.0.0.5

Vnet-1 Vnet-2

vpn
Office
CROSS PREMISES (POINT TO SITE)
Subscription
Azure
Resource Group
10.0.0.0 192.168.0.0

VM-1 VM-2
pairing
10.0.0.4 10.0.0.5

Vnet-1 Vnet-2

vpn
PC1
CREATING AZURE VIRTUAL NETWORK
• All Services-> Virtual Network ->. Click on Add
• Resource group Create New->vnet-rg
• Name vnet1
• Region East US
• Ip Address space 10.0.0.0/16
• Subnet Name vnet-subnet
• Address range 10.0.0.0/24
• DDOS Protection Basic
• BastionHost Disable By Default
• Firewall Disable
• Tages Name + Value(vnet1)
• Create
ESTABLISH A CONNECTION B/W TWO VM IN
SINGLE VNET

• Create A Vnet Azure Subscription


Resource Group
• Create two VM
• Select Same VNET when we create two VM
• RDP VM- VM-
1 2
• Window firewall off
• Open Cmd and Ping

Vnet1
AZURE LOAD BALANCE

• Azure Load Balance, Provide High Availability For Your Services


• We can Use Azure Load Balance to :-
• Load Balance incoming internet Traffic to your VMs. This is Known as Public Load Balancer.
• Load Balance Traffic Across VMs inside a Virtual Network. This is Known as Internal Load Balancer.
• Port Forward Traffic to a specific port on Specific VM
Thank You !
For Your Attention
Any Questions ?

You might also like