AZ-104 • Practice Test 45
Free AZ-104 practice test — 15 questions with explanations. Set 45. No signup required.
Based on the exhibit, why is TCP 8443 traffic from the web tier still denied to the app tier, and what should you do to allow only the web tier?
Inbound NSG rules on the app subnet: Priority 100 Deny TCP 8443 Source: VirtualNetwork Destination: Any Priority 110 Allow TCP 8443 Source: AzureLoadBalancer Destination: Any Priority 200 Deny Any Source: Any Destination: Any The web tier and app tier are in the same virtual network. The app tier uses application security group ASG-App. The web tier uses application security group ASG-Web.