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
Copy file name to clipboardExpand all lines: articles/operator-nexus/troubleshoot-neighbor-group-creation-error.md
+15-8Lines changed: 15 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,27 +12,34 @@ ms.date: 11/12/2024
12
12
13
13
# Overview
14
14
15
-
The user faces issues creating Neighbor Group resources in the Azure portal due to an AuthorizationFailed error for the Microsoft.Resources/deployments/action permission, which appears invalid. Additionally, the portal adds an empty ipv6Addresses array by default, causing further errors.
15
+
While creating Neighbor Group resources in the Azure portal, an AuthorizationFailed error for the Microsoft.Resources/deployments/action permission might occur. The portal adds an empty ipv6 addresses array by default in some circumstances.
16
16
17
17
## Diagnosis
18
18
19
-
* Customer tries to create Neighbor Group resources for NPB using the portal. Note that creation of Neighbor Groups is successful when using the az cli.
20
-
* The following authorization error is receieved `The user does not have access for authorization to perform action 'Microsoft.Resources/deployments/action' over scope '/subscriptions/12768799-47d2-4435-aad8-c263bf62be01/providers/Microsoft.Resources/deployments/register' or the scope is invalid. If access was recently granted, please refresh your credentials. (Code: AuthorizationFailed) [ Error code: AuthorizationFailed ]'`
21
-
* Customer tries to grant access to the action `Microsoft.Resources/deployments/action` however this is not a valid permission according to Azure
22
-
* Customer is also failing to enable Network Tap Rule from the portal
23
-
* Inspecting the Neighbor Group shows that certain fields are being set when not specified, for example the customer only specified ipv4 address, but the `ipv6Addresses` field is being set.
19
+
### Immediate Symptoms
20
+
* Neighbor Group resources for NPB are attempted to be created using the portal. Note that the creation of Neighbor Groups is successful when using the az CLI.
21
+
* An authorization error is received: The user does not have access for authorization to perform action `'Microsoft.Resources/deployments/action' over scope '/subscriptions/********-****-****-****-************/providers/Microsoft.Resources/deployments/register' or the scope is invalid. If access was recently granted, please refresh your credentials. (Code: AuthorizationFailed) [ Error code: AuthorizationFailed ]'`.
22
+
* An attempt is made to grant access to the action Microsoft.Resources/deployments/action, but this is not a valid permission in Azure.
23
+
24
+
### Troubleshooting
25
+
* Enabling Network Tap Rule from the portal is also failing.
26
+
* Upon inspection, the Neighbor Group shows that certain fields are being set when not specified. For example, only the IPv4 address was specified, but the `ipv6Addresses` field is also being set.
24
27
25
28
## Mitigation steps
26
29
27
30
Follow these steps for mitigation.
28
31
29
32
### Use Az CLI to deploy the resource
33
+
* Inspect the existing deployment and locate the template used
0 commit comments