Hello @All IT Ian ,
In order to configure a VPN client to connect to a virtual network using Point-to-Site VPN and Azure Active Directory authentication with OpenVPN protocol, you need to download the Azure VPN Client and configure a VPN client profile on every computer that wants to connect to the VNet. You can create a client profile on a computer, export it, and then import it to additional computers. The Server Secret can be exported in the P2S VPN client profile. Instructions on how to export a client profile can be found here.
In the AzureVPN folder, the azurevpnconfig.xml file contains information that is necessary to configure a VPN connection. When you add a connection, you need to use the information such as Audience, Issuer, Tenant, FQDN & ServerSecret etc on the VPN profile details page as shown here. The ServerSecret is nothing but the VPN gateway's preshared key. The VPN client's shared secret must match the Server Shared Secret. If not, the connection would fail in the initial Open VPN Packet itself.
Kindly let us know if the above helps or you need further assistance on this issue.
----------------------------------------------------------------------------------------------------------------
Please don’t forget to "Accept the answer" wherever the information provided helps you, this can be beneficial to other community members.