Skip to content

Commit f69d1e4

Browse files
authored
Merge pull request #103391 from damendo/master
Adding permissions
2 parents d792caf + 613f0e6 commit f69d1e4

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

articles/network-watcher/frequently-asked-questions.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,29 @@ Visit the [Pricing page](https://azure.microsoft.com/pricing/details/network-wat
5151
### Which regions is Network Watcher supported/available in?
5252
You can view the latest regional availability on the [Azure Service availability page](https://azure.microsoft.com/global-infrastructure/services/?products=network-watcher)
5353

54-
### What are resource limits on Network Watcher?
55-
See the [Service limits](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#network-watcher-limits) page for all limits.
54+
### Which permissions are needed to use Network Watcher?
55+
See the list of [RBAC permissions required to use Network Watcher](https://docs.microsoft.com/azure/network-watcher/required-rbac-permissions). For deploying resources, you need contributor permissions to the NetworkWatcherRG (see below).
5656

57-
### Why is only one instance of Network Watcher allowed per region?
58-
Network Watcher just needs to be enabled once for a subscription for it's features to work, this is a not a service limit.
57+
### How do I enable Network Watcher?
58+
The Network Watcher service is [enabled automatically](https://azure.microsoft.com/updates/azure-network-watcher-will-be-enabled-by-default-for-subscriptions-containing-virtual-networks/) for every subscription.
59+
60+
### What is the Network Watcher deployment model?
61+
The Network Watcher parent resource is deployed with a unique instance in every region. Naming format: NetworkWatcher_RegionName. Example: NetworkWatcher_centralus is the Network Watcher resource for the "Central US" region.
62+
63+
### What is the NetworkWatcherRG?
64+
Network Watcher resources are located in the hidden **NetworkWatcherRG** resource group which is created automatically. For example, the NSG Flow Logs resource is a child resource of Network Watcher and is enabled in the NetworkWatcherRG.
5965

6066
### Why do I need to install the Network Watcher extension?
6167
The Network Watcher extension is required for any feature that needs to generate or intercept traffic from a VM.
6268

6369
### Which features require the Network Watcher extension?
64-
Only Packet Capture, Connection Troubleshoot and Connection Monitor need the Network Watcher extension to be present.
70+
The Packet Capture, Connection Troubleshoot and Connection Monitor features need the Network Watcher extension to be present.
71+
72+
### What are resource limits on Network Watcher?
73+
See the [Service limits](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#network-watcher-limits) page for all limits.
74+
75+
### Why is only one instance of Network Watcher allowed per region?
76+
Network Watcher just needs to be enabled once for a subscription for it's features to work, this is a not a service limit.
6577

6678
## NSG Flow Logs
6779

@@ -82,7 +94,7 @@ You can check the storage logs after a few minutes, you should see an updated Ti
8294

8395
### How do I use NSG Flow Logs with a Storage account behind a Service Endpoint?
8496

85-
NSG Flow Logs are compantible with Service Endpoints without requiring any extra configuration. Please see the [tutorial on enabling Service Endpoints](https://docs.microsoft.com/azure/virtual-network/tutorial-restrict-network-access-to-resources#enable-a-service-endpoint) in your virtual network.
97+
NSG Flow Logs are compatible with Service Endpoints without requiring any extra configuration. Please see the [tutorial on enabling Service Endpoints](https://docs.microsoft.com/azure/virtual-network/tutorial-restrict-network-access-to-resources#enable-a-service-endpoint) in your virtual network.
8698

8799

88100
### What is the difference between flow logs versions 1 & 2?

0 commit comments

Comments
 (0)