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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Azure role-based access control (Azure RBAC) enables you to assign only the spec
29
29
| --------- | ------------- |
30
30
| Microsoft.Network/networkWatchers/configureFlowLog/action | Configure a flow Log |
31
31
| Microsoft.Network/networkWatchers/queryFlowLogStatus/action | Query status for a flow log |
32
-
Microsoft.Storage/storageAccounts/listServiceSas/Action, </br> Microsoft.Storage/storageAccounts/listAccountSas/Action, <br> Microsoft.Storage/storageAccounts/listKeys/Action | Used to fetch shared access signatures (SAS) enabling [secure access to storage account](../storage/common/storage-sas-overview.md) and write to the storage account |
32
+
Microsoft.Storage/storageAccounts/listServiceSas/Action, </br> Microsoft.Storage/storageAccounts/listAccountSas/Action, <br> Microsoft.Storage/storageAccounts/listKeys/Action | Fetch shared access signatures (SAS) enabling [secure access to storage account](../storage/common/storage-sas-overview.md) and write to the storage account |
33
33
34
34
## Connection troubleshoot
35
35
@@ -99,13 +99,13 @@ Network Watcher capabilities also require the following actions:
99
99
100
100
| Action(s) | Description |
101
101
| --------- | ------------- |
102
-
| Microsoft.Authorization/\*/Read |Used to fetch Azure role assignments and policy definitions |
103
-
| Microsoft.Resources/subscriptions/resourceGroups/Read |Used to enumerate all the resource groups in a subscription |
104
-
| Microsoft.Storage/storageAccounts/Read |Used to get the properties for the specified storage account |
102
+
| Microsoft.Authorization/\*/Read |Fetch Azure role assignments and policy definitions |
103
+
| Microsoft.Resources/subscriptions/resourceGroups/Read |Enumerate all the resource groups in a subscription |
104
+
| Microsoft.Storage/storageAccounts/Read |Get the properties for the specified storage account |
105
105
| Microsoft.Storage/storageAccounts/listServiceSas/Action, </br> Microsoft.Storage/storageAccounts/listAccountSas/Action, <br> Microsoft.Storage/storageAccounts/listKeys/Action | Used to fetch shared access signatures (SAS) enabling [secure access to storage account](../storage/common/storage-sas-overview.md) and write to the storage account |
106
-
| Microsoft.Compute/virtualMachines/Read, </br> Microsoft.Compute/virtualMachines/Write|Used to log in to the VM, do a packet capture and upload it to storage account |
107
-
| Microsoft.Compute/virtualMachines/extensions/Read, </br> Microsoft.Compute/virtualMachines/extensions/Write |Used to check if Network Watcher extension is present, and install if necessary |
108
-
| Microsoft.Compute/virtualMachineScaleSets/Read, </br> Microsoft.Compute/virtualMachineScaleSets/Write |Used to access virtual machine scale sets, do packet captures and upload them to storage account |
109
-
| Microsoft.Compute/virtualMachineScaleSets/extensions/Read, </br> Microsoft.Compute/virtualMachineScaleSets/extensions/Write|Used to check if Network Watcher extension is present, and install if necessary |
110
-
| Microsoft.Insights/alertRules/*|Used to set up metric alerts |
111
-
| Microsoft.Support/*|Used to create and update support tickets from Network Watcher |
106
+
| Microsoft.Compute/virtualMachines/Read, </br> Microsoft.Compute/virtualMachines/Write|Log in to the VM, do a packet capture and upload it to storage account |
107
+
| Microsoft.Compute/virtualMachines/extensions/Read, </br> Microsoft.Compute/virtualMachines/extensions/Write |Check if Network Watcher extension is present, and install if necessary |
108
+
| Microsoft.Compute/virtualMachineScaleSets/Read, </br> Microsoft.Compute/virtualMachineScaleSets/Write |Access virtual machine scale sets, do packet captures and upload them to storage account |
109
+
| Microsoft.Compute/virtualMachineScaleSets/extensions/Read, </br> Microsoft.Compute/virtualMachineScaleSets/extensions/Write|Check if Network Watcher extension is present, and install if necessary |
110
+
| Microsoft.Insights/alertRules/*|Set up metric alerts |
111
+
| Microsoft.Support/*|Create and update support tickets from Network Watcher |
0 commit comments