Virtual Network Network Watcher should be enabled

Description

Network diagnostic and visualization tools available with Network Watcher help users understand, diagnose, and gain insights to the network in Azure.

Portal Remediation Steps

  • Navigate to Network Watcher in the Azure Portal.

  • Right click on the subscription name and click on Enable network watcher in all regions.

Azure CLI Remediation Steps

  • Enable Network Watcher for each region in a subscription:

    • az network watcher configure --locations <locations space separated list> --enabled [true] --resource-group <resourceGroupName> --subscription <subscription name or ID>