You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/network-watcher/required-rbac-permissions.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: halkazwini
6
6
ms.author: halkazwini
7
7
ms.service: azure-network-watcher
8
8
ms.topic: concept-article
9
-
ms.date: 06/12/2025
9
+
ms.date: 06/24/2025
10
10
11
11
#CustomerIntent: As an Azure administrator, I want to know the required Azure role-based access control (Azure RBAC) permissions to use each of the Network Watcher capabilities, so I can assign them correctly to users using any of those capabilities.
12
12
# Customer intent: As an Azure administrator, I want to understand the Azure RBAC permissions required for Network Watcher capabilities, so that I can effectively manage user access and ensure they can utilize the features needed for their roles.
@@ -73,6 +73,7 @@ Since traffic analytics is enabled as part of the flow log resource, the followi
73
73
> | ---- | ---- |
74
74
> | Microsoft.Network/applicationGateways/read | Get an application gateway |
75
75
> | Microsoft.Network/connections/read | Get VirtualNetworkGatewayConnection |
76
+
> | Microsoft.Network/expressRouteCircuits/read | Get an ExpressRouteCircuit |
76
77
> | Microsoft.Network/loadBalancers/read | Get a load balancer definition |
77
78
> | Microsoft.Network/localNetworkGateways/read | Get LocalNetworkGateway |
78
79
> | Microsoft.Network/networkInterfaces/read | Get a network interface definition |
@@ -81,7 +82,8 @@ Since traffic analytics is enabled as part of the flow log resource, the followi
81
82
> | Microsoft.Network/routeTables/read | Get a route table definition |
82
83
> | Microsoft.Network/virtualNetworkGateways/read | Get a VirtualNetworkGateway |
83
84
> | Microsoft.Network/virtualNetworks/read | Get a virtual network definition |
84
-
> | Microsoft.Network/expressRouteCircuits/read | Get an ExpressRouteCircuit |
85
+
> | Microsoft.Compute/virtualMachines/read | Get the properties of a virtual machine |
86
+
> | Microsoft.Compute/virtualMachineScaleSets/read | Get the properties of a Virtual Machine Scale Set |
85
87
> | Microsoft.OperationalInsights/workspaces/read | Get an existing workspace |
86
88
> | Microsoft.OperationalInsights/workspaces/sharedkeys/action | Retrieve the shared keys for the workspace |
87
89
> | Microsoft.Insights/dataCollectionRules/read <sup>1</sup> | Read a data collection rule |
0 commit comments