Configure and manage virtual networking (25-30%)
Let's go through some of the key questions related to configuring and managing virtual networking in Azure that can help from an exam point of view:
- You are the administrator for Contoso Airlines. You have been asked to deploy two virtual machines behind an Azure load balancer for traffic on port 443. All maintenance will take place via RDP and should be sent to a virtual machine named prod1 behind the load balancer.
What do you need to do to achieve the preceding requirements?
- Create an inbound Network Address Translation (NAT) rule
- Add another VM
- Create an outbound NAT rule
- Create and attach an additional public IP to prod1
- None of the above
- You are the administrator for Contoso Airlines. You have been asked to deploy two virtual machines behind an Azure load balancer for traffic on port
443
. Here, successive requests from the same client IP need to be handled by the same virtual...