exam questions

Exam SC-100 All Questions

View all questions & answers for the SC-100 exam

Exam SC-100 topic 3 question 15 discussion

Actual exam question from Microsoft's SC-100
Question #: 15
Topic #: 3
[All SC-100 Questions]

Your company is designing an application architecture for Azure App Service Environment (ASE) web apps as shown in the exhibit. (Click the Exhibit tab.)

Communication between the on-premises network and Azure uses an ExpressRoute connection.
You need to recommend a solution to ensure that the web apps can communicate with the on-premises application server. The solution must minimize the number of public IP addresses that are allowed to access the on-premises network.
What should you include in the recommendation?

  • A. Azure Traffic Manager with priority traffic-routing methods
  • B. Azure Firewall with policy rule sets
  • C. Azure Front Door with Azure Web Application Firewall (WAF)
  • D. Azure Application Gateway v2 with user-defined routes (UDRs)
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
JaySapkota
Highly Voted 2 years, 8 months ago
Why Not D. UDR User Defined Routes (UDR). Route tables can contain UDRs used by Azure networking to control the flow of packets within a VNet. These route tables can be applied to subnets. One of the newest features in Azure is the ability to apply a route table to the GatewaySubnet, providing the ability to forward all traffic coming into the Azure VNet from a hybrid connection to a virtual appliance.
upvoted 17 times
TJ001
2 years, 4 months ago
There is no compelling case to use App GW in this case . If it was App GW V2 with WAF option then it would have made sense. without WAF Azure FW with routing capability gives better options
upvoted 2 times
c3fb529
5 months ago
The compelling reason is that App Gateway is WAAAY cheaper than Az Firewall. Also, Az Firewall cannot load balance traffic.
upvoted 1 times
...
...
...
Jasper666
Highly Voted 2 years, 8 months ago
I would go for B because there is an expressroute, so part of the trafic is going internally. For accepting internet traffic to the api's I'd go for firewall as well. It can work with only one public ip.
upvoted 15 times
...
ariania
Most Recent 9 months ago
Based on the network diagram and the requirements stated (minimizing the number of public IP addresses allowed to access the on-premises network while enabling communication between on-premises servers and Azure web apps), the best recommendation would be: D. Azure Application Gateway v2 with user-defined routes (UDRs) Explanation: Azure Application Gateway v2: It provides web traffic load balancing, which enables you to manage traffic to your web applications. This solution also allows you to enforce security policies, including Web Application Firewall (WAF), to protect your applications from common threats. User-defined routes (UDRs): These allow you to customize the routing of traffic within your virtual network. By setting up UDRs, you can control the flow of traffic from the Azure resources to the on-premises network, ensuring that the traffic is routed securely through specific paths (e.g., via the ExpressRoute) without exposing additional public IP addresses. This combination allows you to tightly control the ingress and egress traffic, ensuring that only specific, necessary connections are made while minimizing exposure of the on-premises network to the public internet.
upvoted 3 times
...
Mithu94
1 year ago
Selected Answer: C
Correct answer is C. Those selecting "B" missing the load balancing requirment in the exhibit. Azure firewall dont have load balancing capability.
upvoted 2 times
c3fb529
5 months ago
Azure Firewall can't load balance. This is true. However in that case I think the answer is D: Azure App Gateway v2.
upvoted 1 times
...
...
Jonny_Cage
1 year, 3 months ago
Using geo-redundant storage (GRS) ensures that your data is replicated in a secondary region far enough away from the primary location to avoid being affected by the same disaster. In the context of ransomware, this means that even if one location is compromised, the backups in another location remain unaffected, which greatly increases resiliency.
upvoted 1 times
Jonny_Cage
1 year, 3 months ago
sorry, wrong chat. please delete it. Thank you
upvoted 1 times
...
...
Jonny_Cage
1 year, 3 months ago
D. Azure Application Gateway v2 with user-defined routes (UDRs) This option allows you to control the traffic flow at the network routing level, hence minimizing the number of public IP addresses that can access your on-premises network, which aligns with the requirement to minimize public IP exposure. Azure Application Gateway can be integrated with ASE to manage traffic to the apps and control network routing via UDRs effectively.
upvoted 3 times
...
calotta1
1 year, 8 months ago
The only answer that makes sense here is AZ-FW because we are talking about traffic between applications residing in Azure and that on-premises, not users from the internet.
upvoted 4 times
...
Ario
1 year, 10 months ago
Selected Answer: D
Azure Application Gateway acts as a reverse proxy and load balancer, allowing traffic to be routed between the web apps and the on-premises application server. User-defined routes (UDRs) enable you to define custom routing tables for the Azure virtual network
upvoted 1 times
...
zellck
2 years ago
Selected Answer: B
B is the answer. https://learn.microsoft.com/en-us/azure/app-service/environment/firewall-integration#configuring-azure-firewall-with-your-ase
upvoted 3 times
...
Gurulee
2 years, 2 months ago
Selected Answer: B
Azure firewall for routing and egress reasons
upvoted 3 times
...
Ajdlfasudfo0
2 years, 2 months ago
Selected Answer: B
if you also have outgoing traffic that going via the "X" only a firewall makes sense
upvoted 5 times
...
buguinha
2 years, 3 months ago
Selected Answer: B
https://learn.microsoft.com/en-us/azure/app-service/environment/firewall-integration
upvoted 3 times
...
examdog
2 years, 3 months ago
Selected Answer: B
I voted for B. The on-premise firewall does not work for ExpressRoute connection. The on-prem app server is open to the public internet through the Azure network. To protect the app server, Azure Firewall with policy rule sets is needed to filter all types of traffic, while WAF works only for web requests. In short, the Azure network needs a firewall.
upvoted 4 times
...
Hullstar
2 years, 4 months ago
Selected Answer: C
I voted for C because we are handling HTTP/s traffic : https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/load-balancing-overview
upvoted 2 times
Hullstar
2 years, 4 months ago
I meant D Application Gateway
upvoted 2 times
...
...
purek77
2 years, 4 months ago
Selected Answer: B
For me correct answer is B: For inbound non-HTTP(S) connections, traffic should be targeting the public IP address of the Azure Firewall (if coming from the public Internet), or it will be sent through the Azure Firewall by UDRs (if coming from other Azure VNets or on-premises networks). All outbound flows from Azure VMs will be forwarded to the Azure Firewall by UDRs. Ref: https://learn.microsoft.com/en-us/azure/architecture/example-scenario/gateway/firewall-application-gateway#firewall-and-application-gateway-in-parallel
upvoted 7 times
...
TJ001
2 years, 4 months ago
If FW is used how will you loadbalance between backend webapps?
upvoted 1 times
TJ001
2 years, 4 months ago
my bad that is not how app service works and it manages the load balancing internally . I would go with Azure FW in which case the inbound is addressed via DNAT rules. For outbound to on-premise can route through the Azure FW with force tunnelling implemented or even skip the FW and use BGP route propagation to route over EXPRESSROUTE . The only issue I have with App GW is we need to cater to inbound and outbound flow and App GW at layer7 needs to have the endpoints configured for both these 1. the inbound to App Services 2. the inbound to on-premises (which is outbound from App service).. UDR is helpful but then there should have clarity in the wordings
upvoted 1 times
...
...
CertShooter
2 years, 5 months ago
A possible solution to ensure that the web apps can communicate with the on-premises application server while minimizing the number of public IP addresses that are allowed to access the on-premises network is to use Azure Firewall with policy rule sets. Azure Firewall is a cloud-based network security service that protects your Azure virtual network resources. You can use Azure Firewall to filter traffic to and from the on-premises network and the web apps in Azure. By using policy rule sets, you can define rules that specify which public IP addresses are allowed to access the on-premises network. This will help minimize the number of public IP addresses that are allowed to access the on-premises network. Other options, such as Azure Traffic Manager with priority traffic-routing methods, Azure Front Door with Azure Web Application Firewall (WAF), and Azure Application Gateway v2 with user-defined routes (UDRs), may not be as suitable for this scenario because they do not provide the same level of control over access to the on-premises network. I go for answer B.
upvoted 4 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