Back
In able to do that, you need a REST API for authentication and then you need to send request of POST HTTP to:
https://management.core.windows.net/<subscription-id>/services/networking/<virtual-network-name>/gateway/vpnclientpackage
And we need to add payload like:
<VpnClientParameters> <ProcessorArchitecture>architecture-of-processor</ProcessorArchitecture></VpnClientParameters>
<VpnClientParameters>
<ProcessorArchitecture>architecture-of-processor</ProcessorArchitecture>
</VpnClientParameters>
I hope this will help.
Want to become an Azure expert? join Azure Developer Certification now!!
31k questions
32.8k answers
501 comments
693 users