Need information about RBAC

Ashish Sinha 0 Reputation points
2023-01-28T15:38:29.4166667+00:00

Hello,

I am new to Azure and doing some labs. I have set up Traffic Analytics for NSG. I want to know that what RBAC needs to be assigned to someone so that they can view the Traffic Analytics report.

Thanks

Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
159 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 10,531 Reputation points MVP
    2023-01-29T00:16:34.9666667+00:00

    Hi, the in built Reader role, will do it.

    Or you can create a custom role, with the following permissions:

    • Microsoft.Network/applicationGateways/read
    • Microsoft.Network/connections/read
    • Microsoft.Network/loadBalancers/read
    • Microsoft.Network/localNetworkGateways/read
    • Microsoft.Network/networkInterfaces/read
    • Microsoft.Network/networkSecurityGroups/read
    • Microsoft.Network/publicIPAddresses/read"
    • Microsoft.Network/routeTables/read
    • Microsoft.Network/virtualNetworkGateways/read
    • Microsoft.Network/virtualNetworks/read
    • Microsoft.Network/expressRouteCircuits/read

    Source: https://learn.microsoft.com/en-us/azure/network-watcher/traffic-analyticsnalytics

    0 comments No comments