Questions
As we conclude, here is a list of questions for you to test your knowledge regarding this chapter's material. You will find the answers in the Assessments section of the Appendix:
- You need to deploy the Azure Firewall service in a virtual network in Azure. What should you do first?
a. Create a new subnet in the virtual network.
b. Create an NSG and associate it with the virtual network.
c. Delete and recreate the virtual network.
d. Configure DDoS protection for the virtual network.
- You have a web app named
customapp
. You need to protectcustomapp
using a WAF. What should you do?a. Deploy Azure Front Door.
b. Add an extension to
customapp
.c. Deploy Azure Firewall.
d. Deploy DDoS Protection.
- You deployed an Azure VM named
web-vm1
in an Azure virtual network subnet. You need to ensure that all outbound traffic from the VM is routed through a network virtual appliance. What should you configure?a. A user-defined route
b. A network security group
c. An application...