Skip to content

Commit a270f89

Browse files
committed
Merge branch 'main' of https://github.com/SebastianClaesson/azure-docs into erowner
2 parents b9282a5 + 6326e3b commit a270f89

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

articles/expressroute/expressroute-howto-linkvnet-arm.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ The 'circuit owner' is an authorized Power User of the ExpressRoute circuit reso
8282

8383
The circuit owner has the power to modify and revoke authorizations at any time. Revoking an authorization results in all link connections being deleted from the subscription whose access was revoked.
8484

85+
> [!NOTE]
86+
> Circuit owner is not an built-in RBAC role or defined on the ExpressRoute resource.
87+
> The definition of the circuit owner is any role with the following access:
88+
>- Microsoft.Network/expressRouteCircuits/authorizations/write
89+
>- Microsoft.Network/expressRouteCircuits/authorizations/read
90+
>- Microsoft.Network/expressRouteCircuits/authorizations/delete
91+
>
92+
> This includes the built-in roles such as Contributor, Owner and Network Contributor. Detailed description for the different [built-in roles](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles).
93+
8594
### Circuit owner operations
8695

8796
**To create an authorization**

articles/expressroute/expressroute-howto-linkvnet-classic.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ The *circuit owner* is the administrator/coadministrator of the subscription in
7777

7878
The circuit owner has the power to modify and revoke authorizations at any time. Revoking an authorization will result in all links being deleted from the subscription whose access was revoked.
7979

80+
> [!NOTE]
81+
> Circuit owner is not an built-in RBAC role or defined on the ExpressRoute resource.
82+
> The definition of the circuit owner is any role with the following access:
83+
>- Microsoft.Network/expressRouteCircuits/authorizations/write
84+
>- Microsoft.Network/expressRouteCircuits/authorizations/read
85+
>- Microsoft.Network/expressRouteCircuits/authorizations/delete
86+
>
87+
> This includes the built-in roles such as Contributor, Owner and Network Contributor. Detailed description for the different [built-in roles](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles).
88+
8089
### Circuit owner operations
8190

8291
**Creating an authorization**
@@ -200,4 +209,4 @@ New-AzureDedicatedCircuitLink -ServiceKey "*****************************" -VNetN
200209

201210
## Next steps
202211

203-
For more information about ExpressRoute, see the [ExpressRoute FAQ](expressroute-faqs.md).
212+
For more information about ExpressRoute, see the [ExpressRoute FAQ](expressroute-faqs.md).

articles/expressroute/expressroute-howto-linkvnet-portal-resource-manager.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ The 'circuit owner' is an authorized Power User of the ExpressRoute circuit reso
9696

9797
The circuit owner has the power to modify and revoke authorizations at any time. Revoking an authorization results in all link connections being deleted from the subscription whose access was revoked.
9898

99+
> [!NOTE]
100+
> Circuit owner is not an built-in RBAC role or defined on the ExpressRoute resource.
101+
> The definition of the circuit owner is any role with the following access:
102+
>- Microsoft.Network/expressRouteCircuits/authorizations/write
103+
>- Microsoft.Network/expressRouteCircuits/authorizations/read
104+
>- Microsoft.Network/expressRouteCircuits/authorizations/delete
105+
>
106+
> This includes the built-in roles such as Contributor, Owner and Network Contributor. Detailed description for the different [built-in roles](https://learn.microsoft.com/azure/role-based-access-control/built-in-roles).
107+
99108
### Circuit owner operations
100109

101110
**To create a connection authorization**

0 commit comments

Comments
 (0)