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
When deploying P2S VPN in Virtual Wan you can define user groups to allow you to assign address pools to certain groups.
In bicep you can deploy everything correctly, except the configurationPolicyGroupAssociations that links the groups to subnets.
Resource Type
Microsoft.Network/p2sVpnGateways
Api Version
2024-05-01'
Issue Type
Missing property(s)
Other Notes
When deploying P2S VPN in Virtual Wan you can define user groups to allow you to assign address pools to certain groups.
In bicep you can deploy everything correctly, except the configurationPolicyGroupAssociations that links the groups to subnets.
In this example it is visible on line 378:
configurationPolicyGroupAssociations
While configuring the groups in the Azure Portal it is visible in the payload:

In the MS reference it is not visible: https://learn.microsoft.com/en-us/azure/templates/microsoft.network/p2svpngateways?pivots=deployment-language-bicep
Can this be added?
Bicep Repro
No response
Confirm
The text was updated successfully, but these errors were encountered: