Skip to content

Commit d8785a2

Browse files
committed
refresh permissions
1 parent 9f8f9d2 commit d8785a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

articles/virtual-wan/about-nva-hub.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,24 @@ NVA Partners may create different resources depending on their appliance deploym
8484

8585
:::image type="content" source="./media/about-nva-hub/managed-app.png" alt-text="Managed Application resource groups":::
8686

87+
88+
### Managed resource group permissions
89+
90+
By default, all managed resource groups have an deny-all Azure Active Directory assignment. These deny-all assignments prevent customers from calling write operations on any resources in the managed resource group, including the Network Virtual Appliance resource.
91+
92+
However, partners may create exceptions and whitelist specific actions that customers are allowed to perform on resources deployed in managed resource groups.
93+
94+
Permissions on resources in managed resource groups are not dynamically updated as new permitted actions are added by partners and require manual intervention.
95+
96+
To refresh permissions on the managed resource groups, customers can leverage the [Refresh Permissions REST API ](/rest/api/managedapplications/applications/refresh-permissions).
97+
98+
```http-interactive
99+
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/applications/{applicationName}/refreshPermissions?api-version=2019-07-01
100+
```
101+
102+
103+
104+
87105
### <a name="units"></a>NVA Infrastructure Units
88106

89107
When you create an NVA in a Virtual WAN hub, you must choose the number of NVA Infrastructure Units you want to deploy it with. An **NVA Infrastructure Unit** is a unit of aggregate bandwidth capacity for an NVA in a Virtual WAN hub. An **NVA Infrastructure Unit** is similar to a VPN [Scale Unit](pricing-concepts.md#scale-unit) in terms of the way you think about capacity and sizing.

0 commit comments

Comments
 (0)