Implementing Azure DDoS
In the previous section on implementing a WAF-enabled application gateway, we looked at protecting our web applications that are vulnerable to Layer 7 inbound web protocol attacks.
We continue, in this section, with our defense-in-depth strategy and look at additional protection methods for the protection of the network.
We will look at protecting Layers 3 and 4 of our network against Distributed Denial of Service (DDoS) attacks using the Azure DDoS Protection Standard service.
This recipe will teach you how to implement an Azure DDoS protection plan to protect your Azure virtual network(s).
We will take you through creating a DDoS protection plan and enabling protection for new and existing virtual networks, and provide information on how you may perform validation testing using Microsoft-supported third-party tools.
Getting ready
This recipe requires the following:
- A device with a browser, such as Edge or Chrome, to access the Azure...