page_type | languages | products | extensions | ||||||
---|---|---|---|---|---|---|---|---|---|
sample |
|
|
|
Azure Network sample for managing virtual network gateway.
- Create a virtual network with subnets
- Create virtual network gateway
- Update virtual network gateway with Point-to-Site connection configuration
- Generate and download VPN client configuration package. Now it can be used to create VPN connection to Azure.
- Revoke a client certificate
Please note: in order to run this sample, you need to have: - pre-generated root certificate and public key exported to $CERT_PATH file For more details please see https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-certificates-point-to-site for PowerShell instructions and https://docs.microsoft.com/azure/vpn-gateway/vpn-gateway-certificates-point-to-site-makecert for Makecert instructions. - client certificate generated for this root certificate installed on your machine. Please see: https://docs.microsoft.com/azure/vpn-gateway/point-to-site-how-to-vpn-client-install-azure-cert - thumbprint for client certificate saved to $CLIENT_CERT_THUMBPRINT
To run this sample:
See DefaultAzureCredential and prepare the authentication works best for you. For more details on authentication, please refer to AUTH.md.
git clone https://github.com/Azure-Samples/network-java-manage-vpn-client-connection.git
cd network-java-manage-vpn-client-connection
mvn clean compile exec:java
For general documentation as well as quickstarts on how to use Azure Management Libraries for Java, please see here.
If you find bug in the sample, please create an issue here.
Start to develop applications with Java on Azure here.
If you don't have a Microsoft Azure subscription you can get a FREE trial account here.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.