π Azure Subscription Network Watcher is not enabled in every available region π’
- Contextual name: π Network Watcher is not enabled in every available region π’
- ID:
/ce/ca/azure/subscription/network-watcher-in-every-available-region
- Located in: π Azure Subscription
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
RELIABILITY
Similar Policiesβ
- Cloud Conformity
- Internal
dec-x-629108da
Similar Internal Rulesβ
Rule | Policies | Flags |
---|---|---|
βοΈ dec-x-629108da | 1 |
Logicβ
- π§ prod.logic.yaml π’
Descriptionβ
Descriptionβ
Enable Network Watcher for physical regions in Azure subscriptions.
Rationaleβ
Network diagnostic and visualization tools available with Network Watcher help users understand, diagnose, and gain insights to the network in Azure.
Impactβ
There are additional costs per transaction to run and store network data. For high-volume networks these charges will add up quickly.
Auditβ
This policy marks an Azure Subscription as
INCOMPLIANT
if the number ofAvailable Locations
is not equal to the total number of enabled Azure Network Watchers in that subscription.Default Valueβ
Network Watcher is automatically enabled. When you create or update a virtual network in your subscription, Network Watcher will be enabled automatically in your Virtual Network's region. There is no impact to your resources or associated charge for automatically enabling Network Watcher.
Referencesβ
- https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview
- https://learn.microsoft.com/en-us/cli/azure/network/watcher?view=azure-cli-latest
... see more
Remediationβ
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
Region
from the drop-down menu.- Click
Add
.From Azure CLIβ
az network watcher configure --locations <region> --enabled true --resource-group <resource_group>