Remediation
Opting out of Network Watcher automatic enablement is a permanent change. Once you opt-out you cannot opt-in without contacting support. To manually enable Network Watcher in each region where you want to use Network Watcher capabilities, follow the steps below.
From Azure Portal
- Go to
Network Watcher. - Click
Create. - Select a
Regionfrom the drop-down menu. - Click
Add.
From Azure CLI
az network watcher configure \
--locations {{region}} \
--enabled true \
--resource-group {{resource-group-name}}