Skip to content

Commit 39aa50b

Browse files
committed
clarity
1 parent d92b2d8 commit 39aa50b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/operator-nexus/troubleshoot-neighbor-group-creation-error.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Azure Operator Nexus: Cannot create Neighbor Group(s)"
2+
title: "Azure Operator Nexus: Can't create Neighbor Groups"
33
description: Learn how to troubleshoot Neighbor Group creation issues.
44
author: benhurj
55
ms.author: bejohnson
@@ -12,14 +12,14 @@ ms.date: 11/12/2024
1212

1313
# Overview
1414

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.
1616

1717
## Diagnosis
1818

1919
### 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.
2323

2424
### Troubleshooting
2525
* Enabling Network Tap Rule from the portal is also failing.
@@ -31,7 +31,7 @@ Follow these steps for mitigation.
3131

3232
### Use Az CLI to deploy the resource
3333
* 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
3535
* Remove empty IPv6 address array from it
3636
* Leave parameters as they are before
3737

@@ -44,7 +44,7 @@ Follow these steps for mitigation.
4444

4545
## Verification
4646

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.
4848

4949
## Related content
5050

0 commit comments

Comments
 (0)