Random Flashcards
What minimum Azure Active Directory (AD) license is required to use conditional access?
Premium p1
Number of policies in an initiative?
Number of parameters in an initiative?
1000 policies
300 parameters
How many parameters in a policy? Maximum
Max 20
What does wa import export tool do for encryption?
- It encrypts the data on the drive with Advanced Encryption Standard (AES) 256-bit BitLocker.
Which Azure command-line interface (CLI) command would you use to create a policy definition?
Az create policy definition create
How many Vnets can you have per subscription per region?
50
Why would you use Static IP on your VNET
For DNS Name resolution
For linked TSL/SSL
For role-baed VMs such as domain controllers
What does Azure DNS do?
Name resulution between vnets & to the internet (public zone)
Delegate domain from other domain
Create alias record for domain
It integrates with ARM
What is a DNS Name server?
Server to which a rquiest is sent that links a url to an IP address
Note, domain registrar (like godaddy) can be idfferent from hosting provider/name server (like azure)
To what can you apply a network security group?
Vnet and VM
What is VNet Peering & what types are there?
Linking 2 vnets together (because by default a vnet is not connected, only routing within vnet is possible).
Vnet peering is possible local (within region) and global (across regions)
Is Vnet peering network encrypted?
Nope, but that is because it is already private and sent via microsoft backbone
What is the benefit of UDR ?
You can create transitive routing in a hub-spoke vnet setup.
To do so you don’t need a VPN gateway in peered network
Why would you need a gateway subnet?
To communicate outside of peering network. Use a VPN or expressroute to do so
Who can do DNS management stuff?
Only the global admin
What is needed for custom DNS record verification?
MX or TXT file
What does a NAT do?
Translates public to private IP
What are network rules on a firewall, and what are they made up of?
They trafic all non-http/s traffic. Must have name, protocol, source and destination address, and dest port.
What are firewall application rules?
They define FQDNs that can be accessed from a subnet. For example, specify the win update network traffic through the firewa.. Protocols are HTTP/HTTPS, and set target fqdn.
Which commands are for Information about :
- DNS Zones
- DNS record set
Get-AzDnsZone -name FQDN -Resourcegroupname Name
Get-AzDnsRecordSet - ZoneName
Which command is for reviewing NS (name server) records?
nslookup arecord
Which steps are there in configuring a VPN gateway?
- Create vnets & subnets
- SPecify dns server (optional)
- Create gateway subnet
- Create VPN gateway
- Create Local Network Gateway
- Config vpn device (optional, on-prem)
- Create VPN connection
What is a vpn gateway?
Specific type of virtual network gateway that is used to send encrypted traffic between an Azure virtual network and an on-premises location over the public Internet. You can also use a VPN gateway to send encrypted traffic between Azure virtual networks over the Microsoft network.
A virtual network gateway is composed of two or more VMs that are deployed to a specific subnet you create called the gateway subnet. Virtual network gateway VMs contain routing tables and run specific gateway services.
How many VPN gateways can be linked to a Vnet
one
What type of intersite connection options are there?
Site to Site
Point to site
Expressroute
What is Azure Virtual WAN
Linkes azure cloud connectivity services liek site to site vpn, express route, point to site vpn, etc. into 1 interface