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
- Create a User Assigned Managed Identity (UAMI) for your Site Network Service (SNS).
15
-
- Assign that User Assigned Managed Identity permissions.
16
-
17
-
The requirement for a User Assigned Managed Identity and the required permissions depend on the Network Service Design (NSD) and must have been communicated to you by the Network Service Designer.
15
+
- Assign that User Assigned Managed Identity permissions for use by Azure Operator Service Manager (AOSM)
18
16
19
17
> [!WARNING]
20
-
> UAMI is required where an expected SNS operation may run for 4 or more hours. If UAMI isn't used during long running SNS operations, the SNS may report a false failed status before component operations complete.
18
+
> UAMI is required where an expected SNS operation may run for four or more hours. If UAMI isn't used during long running SNS operations, the SNS may report a false failed status before component operations complete.
21
19
22
20
## Prerequisites
23
21
24
-
- You must have created a custom role via [Create a custom role](how-to-create-custom-role.md). This article assumes that you named the custom role 'Custom Role - AOSM Service Operator access to Publisher.'
22
+
- You must create a custom role via [Create a custom role](how-to-create-custom-role.md). This article assumes that you named the custom role 'Custom Role - AOSM Service Operator access to Publisher.'
25
23
26
-
-Your Network Service Designer must have told you which other permissions your Managed Identity requires and which Network Function Definition Version (NFDV) your SNS uses.
24
+
-You must work with your Network Service Designer to understand the permissions your Managed Identity requires and which Network Function Definition Version (NFDV) your SNS uses.
27
25
28
-
-To perform this task, you need either the 'Owner' or 'User Access Administrator' role over the Network Function Definition Version resource from your chosen Publisher. You also must have a Resource Group over which you have the 'Owner' or 'User Access Administrator' role assignment in order to create the Managed Identity and assign it permissions.
26
+
-You need either the 'Owner' or 'User Access Administrator' role over the Network Function Definition Version resource from your chosen Publisher. You also must have a Resource Group over which you have the 'Owner' or 'User Access Administrator' role assignment.
29
27
30
28
## Create a UAMI
31
29
32
-
Firust, create a UAMI. Refer to [Create a User Assigned Managed Identity for your SNS](/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp) for details.
30
+
First, create a UAMI. Refer to [Create a User Assigned Managed Identity for your SNS](/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp) for details.
33
31
34
32
## Assign custom role to UAMI
35
33
36
34
Next, assign a custom role to your new UAMI. Choose a scope-based approach and then allow the proper permission across that scope.
37
35
38
36
### Choose scope for assigning custom role
39
37
40
-
Either assign the custom role individually to a child resources, like a NFDV, or to a parent resource, such as the publisher resource group or Network Function Definition Group (NFDG). Assigning the role to a parent resource grants equal access over all child resources. For proper SNS operations, either the parent resource must include all below resources, or the following resources must be assigned the custom role individually:
38
+
Either assign the custom role individually to a child resources, like an NFDV, or to a parent resource, such as the publisher resource group or Network Function Definition Group (NFDG). Assigning the role to a parent resource grants equal access over all child resources. For proper SNS operations, either the parent resource must include all below resources, or the following resources must be assigned the custom role individually:
41
39
42
-
- All the Network Function Definition Version(s)
43
-
- All the Network Function Definition Groups and Versions.
44
-
- All the Network Service Design Groups and Versions.
45
-
- All the Configuration Group Schemas.
40
+
- All the Network Function Definition Versions (NSDV).
41
+
- All the Network Function Definition Groups (NFDG) and Versions
42
+
- All the Network Service Design Groups (NSD) and Versions.
43
+
- All the Configuration Group Schemas (CGS).
46
44
- All the custom locations.
47
45
48
-
### Allow proper permissions for the choosen scope
46
+
### Allow proper permissions for the chosen scope
49
47
50
-
The UAMI needs the following indivudal permissions to execute required SNS operations:
48
+
The UAMI needs the following individual permissions to execute required SNS operations:
0 commit comments