Skip to content

Commit d3f360d

Browse files
committed
fixed preview
1 parent 7684709 commit d3f360d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/virtual-wan/how-to-nva-hub.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following section describes the steps needed to deploy a Network Virtual App
9090

9191
2. Select **Create network virtual appliance**.
9292

93-
:::image type="content" source="./media/network-virtual-appliance-creation/network-virtual-appliance-create.png"alt-text="Screenshot showing how to create NVA/"lightbox="./media/network-virtual-appliance-creation/network-virtual-appliance-create.png":::
93+
:::image type="content" source="./media/network-virtual-appliance-creation/network-virtual-appliance-create.png"alt-text="Screenshot showing how to create NVA."lightbox="./media/network-virtual-appliance-creation/network-virtual-appliance-create.png":::
9494

9595
3. Choose the NVA vendor. In this example, "fortinet-ngfw" is selected and select **Create**. At this point, you're redirected to the NVA partner's Azure Marketplace managed application.
9696

@@ -102,12 +102,15 @@ The following section describes the steps needed to deploy a Network Virtual App
102102

103103
### Permission errors
104104

105-
* If you see an error message with error code **LinkeAuthorizationFailed**, the user-assigned identity supplied as part of the Managed Application deployment didn't have the proper permissions assigned. The exact permissions that are missing are described in the error message. In the following example, double-check that the user-assigned managed identity has READ permissions over the Virtual WAN hub you're trying to deploy the NVA into.
105+
>[!NOTE]
106+
> The error message associated with a **LinkedAuthorizationFailed** only displays one missing permission. As a result, you may see a different missing permission after you update the permissions assigned to your service principal, managed identity or user.
107+
108+
* If you see an error message with error code **LinkedAuthorizationFailed**, the user-assigned identity supplied as part of the Managed Application deployment didn't have the proper permissions assigned. The exact permissions that are missing are described in the error message. In the following example, double-check that the user-assigned managed identity has READ permissions over the Virtual WAN hub you're trying to deploy the NVA into.
106109

107110
```
108-
The client with object id '<>>' does not have authorization to perform action 'Microsoft.Network/virtualHubs/read' over scope '/subscriptions/<>/resourceGroups/<>/providers/Microsoft.Network/virtualHubs/<>' or the scope is invalid. If access was recently granted, please refresh your credentials
111+
The client with object id '<>' does not have authorization to perform action 'Microsoft.Network/virtualHubs/read' over scope '/subscriptions/<>/resourceGroups/<>/providers/Microsoft.Network/virtualHubs/<>' or the scope is invalid. If access was recently granted, please refresh your credentials
109112
```
110-
113+
111114
## Next steps
112115

113116
* To learn more about Virtual WAN, see [What is Virtual WAN?](virtual-wan-about.md)

0 commit comments

Comments
 (0)