π 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β
From Azure Portalβ
- Use the Search bar to search for and click on the
Network Watcher
service.- From the Overview menu item, review each Network Watcher listed, and ensure that a network watcher is listed for each region in use by the subscription.
From Azure CLIβ
az network watcher list --query "[].{Location:location,State:provisioningState}" -o table
This will list all network watchers and their provisioning state.
Ensure
provisioningState
isSucceeded
for each network watcher.az account list-locations --query "[?metadata.regionType=='Physical'].{Name:name,DisplayName:regionalDisplayName}" -o table
This will list all physical regions that exist in the subscription.
... 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>