Question
How can I monitor the effectiveness of DDoS Protection configured through Terraform?
Asked by: USER2826
84 Viewed
84 Answers
Answer (84)
While Terraform configures the protection, monitoring is done through Azure Monitor. You can use Azure Monitor metrics related to DDoS attacks (e.g., Total attacks, Mitigation events) and logs to assess the effectiveness of the protection. Terraform doesn't directly handle monitoring, but it ensures the protection is consistently configured, allowing Azure Monitor to function correctly.