Information
Azure DDoS Network Protection defends resources in virtual networks against distributed denial-of-service (DDoS) attacks.
While an automated assessment procedure exists for this recommendation, the assessment status remains manual. Determining the appropriateness of enabling Azure DDoS Network Protection depends on the context and requirements of each organization and environment.
Virtual networks and resources are protected against attacks, helping to ensure reliability and availability for critical workloads.
Solution
Remediate from Azure Portal
- Go to Virtual networks.
- Click the name of a virtual network.
- Under Settings, click DDoS protection.
- Next to DDoS Network Protection, click Enable.
- Provide a DDoS protection plan resource ID, or select a DDoS protection plan from the drop-down menu.
- Click Save.
- Repeat steps 1-6 for each virtual network requiring remediation.
Remediate from Azure CLI
For each virtual network requiring remediation, run the following command to enable DDoS protection:
az network vnet update --resource-group <resource-group> --name <virtual-network> --ddos-protection true --ddos-protection-plan <ddos-protection-plan>
Impact:
Azure DDoS Network Protection incurs a significant fixed monthly charge, with additional charges if more than 100 public IP resources are protected. Careful consideration and analysis should be applied before enabling DDoS protection. Refer to https://azure.microsoft.com/en-us/pricing/details/ddos-protection for detailed pricing information.