exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 1 question 65 discussion

Actual exam question from Microsoft's AZ-300
Question #: 65
Topic #: 1
[All AZ-300 Questions]

SIMULATION -
Click to expand each objective. To connect to the Azure portal, type https://portal.azure.com in the browser address bar.






When you are finished performing all the tasks, click the "˜Next' button.
Note that you cannot return to the lab once you click the "˜Next' button. Scoring occur in the background while you complete the rest of the exam.

Overview -
The following section of the exam is a lab. In this section, you will perform a set of tasks in a live environment. While most functionality will be available to you as it would be in a live environment, some functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design.
Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn't matter how you accomplish the task, if you successfully perform it, you will earn credit for that task.
Labs are not timed separately, and this exam may have more than one lab that you must complete. You can use as much time as you would like to complete each lab. But, you should manage your time appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the time provided.
Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able to return to the lab.

To start the lab -
You may start the lab by clicking the Next button.
You plan to deploy an application gateway named appgw1015 to load balance internal IP traffic to the Azure virtual machines connected to subnet0.
You need to configure a virtual network named VNET1015 to support the planned application gateway.
What should you do from the Azure portal?

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
Step 1:
Click Networking, Virtual Network, and select VNET1015.
Step 2:
Click Subnets, and Click +Add on the VNET1015 - Subnets pane that appears.
Step 3:
On the Subnets page, click +Gateway subnet at the top to open the Add subnet page.

Step 4:
Locate subnet0 and add it.
References:
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-howto-site-to-site-resource-manager-portal

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ekramy_Elnaggar
Highly Voted 5 years, 5 months ago
So, you have to create a dedicated Subnet (Application Gateway subnet) as the application gateway subnet can contain only application gateways. No other resources are allowed.
upvoted 29 times
Famous_Guy
5 years, 1 month ago
Gateway subnet is NOT supported to deploy application gateway. as per latest docs you just need to create EMPTY Subnet to deploy application gateway.
upvoted 6 times
ron_b
4 years, 12 months ago
I don't think that is what Ekramy means. He is saying to create a regular subnet that is empty, because only an Application Gateway can exist on that subnet, not create a Gateway Subnet.
upvoted 4 times
...
andyR
4 years, 8 months ago
agreed - easy to overthink and start adding in more than specifically asked
upvoted 1 times
...
...
praveen97
4 years, 10 months ago
Agree with Ekramy
upvoted 1 times
...
...
mm2
Highly Voted 5 years, 7 months ago
you need to add empty subnet. GW subnet is not supported
upvoted 20 times
...
Himanshu27
Most Recent 4 years, 7 months ago
App Gateway can then be configured with routing rules between front end ip and backend pool ips.
upvoted 1 times
...
Himanshu27
4 years, 7 months ago
Question just mentions planning a Vnet for AppGateway as internal load balancer, this needs below thing. 1. Vnet with two subnets one for GatewaySubnet and second for Gateway backend pool. 2. Private IP for Gateway Front end.
upvoted 2 times
...
Dineshvishe
4 years, 10 months ago
The questions says to support application gateway - Since Subnet0 will host virtual machines.You will have to create an empty subnet in virtual network VNET1015. That's all.
upvoted 1 times
...
MukeshKhamparia
4 years, 12 months ago
1. Create a Virtual Network - VNET1015 with subnet name "subnet0", subnet0 will be used for virtual Machine. 2. Create one more subnet "mygateway" with IP range /28 - The application gateway subnet can contain only application gateways. No other resources are allowed. We recommend that you use a subnet size of at least /28. This size gives you 11 usable IP addresses. If your application load requires more than 10 Application Gateway instances, consider a /27 or /26 subnet size.
upvoted 6 times
...
huyhoang8344
5 years ago
Application Gateway is needed with VNET1015 Backend servers are on VNET0 Peering have to be deployed between these 02 VNETs FrontEnd IP is private IP (on Aapplication GW setting
upvoted 1 times
...
BenDova
5 years ago
Note: if you create a subnet called appgateway with /27 cidr, Azure will default to this subnet when creating the application gateway
upvoted 2 times
...
TYT
5 years ago
Ekramy's link has additional details. You have to create a subnet for App Gateway. if it already exists, add it to the App Gateway.
upvoted 1 times
...
Ahmed911
5 years, 1 month ago
Far fromthe question, the gateway subnet should be /27,28,29 to Create a smaller address space for your application gateway subnet so you're not wasting IP addresses unnecessarily
upvoted 2 times
...
Derek_O2018
5 years, 2 months ago
The name of the application gateway subnet can be any value. Adding a gateway subnet like shown in the solution will not meet the requirements of the task as it applies for virtual network gateways. The tutorial link posted by Ekramy contains the solution.
upvoted 1 times
...
heftjustice
5 years, 2 months ago
upvoted answer by Ekramy.
upvoted 3 times
...
supershysherlock
5 years, 2 months ago
It's just asking for an empty subnet to be created. You plan to deploy an application gateway named appgw1015 to load balance internal IP traffic to the Azure virtual machines connected to subnet0. Therefore sunbet 0 isn't empty. We need to create a new empty subnet to support the proposed app gateway.
upvoted 14 times
...
jcarlos
5 years, 3 months ago
I think this How-To covers completely what is asked in the question since they ask to configure an application gateway to load balance internal ip traffic to virtual machines connected to subnet0. Network that in the How-To is named myVNet should be named VNET1015 and network named myBackendSubnet should be named VNET1015 to adapt the How-To to this lab requirements https://docs.microsoft.com/en-us/azure/application-gateway/configure-application-gateway-with-private-frontend-ip
upvoted 3 times
...
Mathew
5 years, 5 months ago
backend server subnet = subnet0
upvoted 4 times
...
Ekramy_Elnaggar
5 years, 5 months ago
https://docs.microsoft.com/en-us/azure/application-gateway/quick-create-portal
upvoted 6 times
...
Ekramy_Elnaggar
5 years, 5 months ago
it is mentioned "to load balance internal IP traffic to the Azure virtual machines" >> the question is talking about Web Application Gateway , not Virtual Network Gateway! Application Gateway: https://docs.microsoft.com/en-us/azure/application-gateway/overview
upvoted 8 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago