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
description: Learn how to troubleshoot Neighbor Group creation issues.
4
4
author: benhurj
5
5
ms.author: bejohnson
@@ -12,14 +12,14 @@ ms.date: 11/12/2024
12
12
13
13
# Overview
14
14
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.
15
+
During the creation of 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
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.
20
+
*An attempt is made to create Neighbor Group resources for Network Packet Broker (NPB) using the portal. The creation of Neighbor Groups is successful when using the az CLI.
21
+
* An authorization error is received: The user doesn't 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 permission isn't valid in Azure.
23
23
24
24
### Troubleshooting
25
25
* Enabling Network Tap Rule from the portal is also failing.
@@ -31,7 +31,7 @@ Follow these steps for mitigation.
31
31
32
32
### Use Az CLI to deploy the resource
33
33
* Inspect the existing deployment and locate the template used
34
-
* Copy it into a ARM template file
34
+
* Copy it into an ARM template file
35
35
* Remove empty IPv6 address array from it
36
36
* Leave parameters as they are before
37
37
@@ -44,7 +44,7 @@ Follow these steps for mitigation.
44
44
45
45
## Verification
46
46
47
-
Check the portal to see whether the resource has been created as expected.
47
+
Check the portal to see whether the resource was created as expected.
0 commit comments