Skip to content

Commit 80e4eb1

Browse files
committed
removed overview
1 parent da1c7de commit 80e4eb1

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

articles/operator-nexus/concepts-cross-subscription-deployments-required-rbac-for-network-fabric.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,25 @@ ms.date: 09/17/2024
99
ms.custom: template-concept
1010
---
1111

12-
# Managing Azure Network Fabric Resources Across Subscriptions
13-
14-
## Overview
12+
# Managing Azure Network Fabric resources across subscriptions
1513

1614
This document outlines the requirements and behaviors associated with managing Nexus Network Fabric (NNF) resources in Azure when dealing with multiple subscriptions. It describes various scenarios involving different levels of access permissions that can affect operations across subscriptions. This document also covers the linked access check implementation, which ensures that proper permissions and access controls are enforced when managing Network Fabric (NNF) resources across multiple subscriptions, verifying that the required cross-subscription links have the necessary authorizations in place.
1715

1816
## Scenarios
1917

20-
### Limited access in Subscription A
18+
### Limited access in subscription A
2119

2220
In this scenario, the user has access to two subscriptions: **Subscription A** and **Subscription B**. In **Subscription A**, the user has only `read` access to the Network Fabric (NNF) resources.
2321

2422
**Outcome:** When the user tries to create or manage any NNF resource in **Subscription B** by referencing the NNF resource from **Subscription A**, the operation fails with a `LinkedAuthorizationFailed` error. This failure occurs because the user does not have the necessary `Join` access to the NNF resource.
2523

26-
### Sufficient Access in Both Subscriptions
24+
### Sufficient access in both subscriptions
2725

2826
In this scenario, the user has access to both **Subscription A** and **Subscription B**, with either `Contributor` or `Owner` permissions in both subscriptions.
2927

3028
**Outcome**: When the user tries to create or manage Network Fabric (NNF) resources in **Subscription B** by referencing NNF resources in **Subscription A**, the operation succeeds. This confirms that sufficient permissions enable successful resource management across subscriptions.
3129

32-
### No Access to Subscription A
30+
### No access to subscription A
3331

3432
In this scenario, the user has no access to **Subscription A**, where the Network Fabric (NNF) resources are deployed, but has Contributor or Owner rights in **Subscription B**.
3533

@@ -39,7 +37,7 @@ When the user tries to create or manage NNF resources in **Subscription B** by r
3937
>[!NOTE]
4038
>Network Fabric cannot be created in a different subscription than the referenced Network Fabric Controller (NFC).
4139
42-
## Permissions Overview
40+
## Permissions overview
4341

4442
To effectively manage NNF resources across Azure subscriptions, users must have the appropriate permissions. The following permissions are essential:
4543

@@ -53,22 +51,22 @@ To effectively manage NNF resources across Azure subscriptions, users must have
5351

5452
- **Join access:** Users must have Join access to the specific NNF resources they wish to reference. For example, when a user tries to create an L2 or L3 isolation domain in **Subscription B** while referencing an NNF resource in **Subscription A**, the user must have Join access on the NNF resource.
5553

56-
## Resource Management Considerations
54+
## Resource management considerations
5755

58-
### Resource Creation
56+
### Resource creation
5957

6058
- Ensure that users have the necessary subscription-level permissions before attempting to create NNF resources.
6159

6260
- When referencing resources from another subscription, confirm that the user has both read access to that subscription and Join access to the specific NNF resource.
6361

64-
### Resource Configuration
62+
### Resource configuration
6563

6664
- Users with 'Contributor` or `Owner` access can configure NNF resources. However, they must have the appropriate permissions for each specific configuration action.
6765

68-
### Resource Deletion
66+
### Resource deletion
6967

7068
- Deleting NNF resources typically requires `Contributor`, `Owner` or `Delete` access on the resource. Users should be aware of any dependencies that may prevent deletion.
7169

72-
### Cross-Subscription Management
70+
### Cross-Subscription management
7371

7472
- When managing NNF resources across multiple subscriptions, it’s crucial to maintain a clear understanding of the permissions structure to avoid `AuthorizationFailed` and `LinkedAuthorizationFailed` errors.

0 commit comments

Comments
 (0)