Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)
I want to download client VPN package using a code. For that, I have build an App setting. Can anyone help me how I can able to do that?

1 Answer

0 votes
by (26.7k points)
edited by

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>

I hope this will help.

Want to become an Azure expert? join Azure Developer Certification now!!

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...