This Study Resource Was
This Study Resource Was
m
20: Azure Application Gateway (AG) by default, monitors the health of all
er as
resources and automatically removes unhealthy resource from the pool >> True
co
21: A DNS server that hosts DNS zones is > Authoritive
eH w
22: ExpressRoute provides a connection that does not cross ____________ >> ON
premise
o.
23: The simplest method to create a VNet is to use >> PowerShell
rs e
24: If you are running a web application or a user is going to fill it out and
ou urc
query data, the best option is to use _____________>> An App G/W
25: To provide fast performance and high availability for your domain, Azure DNS
uses ___________ networking.> Anycast
26:Which statement regarding an Azure VPN gateway is true > The gateway
o
virtual network and computers at the other end of the connection > vpn gateway
35:The load balancer will regularly probe your endpoint for every 15 seconds, by
Th
>>>>>>>>>>>
Hands On
>>>>>>>>>>
HOD1
This study source was downloaded by 100000828551850 from CourseHero.com on 06-29-2021 14:42:15 GMT -05:00
https://www.coursehero.com/file/53964717/Azure-vNettxt/
HOD1
>create a health probe with Any name and can set protocol to HTTP and interval
parameter with 10 seconds
az network lb probe create --lb-name MyLb123 -n MyProbe123 --protocol http
--port 80 --interval 10 --path "/"
Nat Rule
m
er as
>>>> HOD2>>>
co
az network vnet create -n MyVnet123
eH w
az network vnet create -n MyVnet123 --address-prefix 10.0.0.0/16 --subnet-name
MySub123 --subnet-prefix 10.0.0.0/24
o.
az vm create --name MyVm123 --image UbuntuLTS --admin-username student --admin-
rs e
password Xoweb@319123 --vnet-name MyVnet123 --subnet MySub123
ou urc
az network dns zone create -n fresco123.com
az network dns record-set a add-record -z fresco123.com -n www -a 1.2.3.4
This study source was downloaded by 100000828551850 from CourseHero.com on 06-29-2021 14:42:15 GMT -05:00
https://www.coursehero.com/file/53964717/Azure-vNettxt/
Powered by TCPDF (www.tcpdf.org)