Azure DDOS Protection - Activity Logs

PR 130 Reputation points
2023-06-20T14:37:06.11+00:00

Hi Team,

I have DDOS Protection plan enabled and added Couple of VNETS & NIC's in Protected resources, but in activity log i couldn't see single log activity from last 3 months.

How to I ensure DDOS is properly configured in Azure?

Azure DDos Protection
Azure DDos Protection
An Azure service that provides defense against distributed denial-of-service (DDoS) attacks.
63 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
975 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 23,031 Reputation points Microsoft Employee
    2023-06-20T21:08:26.44+00:00

    @PR

    Thank you for reaching out.

    As documented here, you can run the commands below to verify that the DDoS protection plan is configured correctly. You can refer to this document for example outputs for the commands below.

    Get-AzDdosProtectionPlan -ResourceGroupName MyResourceGroup -Name MyDdosProtectionPlan
    
    Get-AzVirtualNetwork -Name MyVnet -ResourceGroupName MyResourceGroup
    
    
    

    In the question you have mentioned about activity logs (Not sure if you meant Diagnostic Logs). As documented here the Azure Monitor activity log is a platform log in Azure that provides insight into subscription-level events. The activity log includes information like when a resource is modified or a virtual machine is started etc.

    If not already done so, you can enable diagnostic logging for your DDOS plan as documented here and view and telemetry as discussed here.

    You can also run a simulated DDOS attack to test how your services will respond in case of an attack.

    Hope this helps! Please let me know if you have any additional questions. Thank you!


    ​​Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments