Skip to content

Commit ed1ee9d

Browse files
committed
tweaks
1 parent faca890 commit ed1ee9d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/network-watcher/required-rbac-permissions.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Azure role-based access control (Azure RBAC) enables you to assign only the spec
2929
| --------- | ------------- |
3030
| Microsoft.Network/networkWatchers/configureFlowLog/action | Configure a flow Log |
3131
| 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 |
3333

3434
## Connection troubleshoot
3535

@@ -99,13 +99,13 @@ Network Watcher capabilities also require the following actions:
9999

100100
| Action(s) | Description |
101101
| --------- | ------------- |
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 |
105105
| 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

Comments
 (0)