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
Getting Started with Network - Create Simple Internet Facing Load Balancer - in Java
Azure Network sample for creating a simple Internet facing load balancer -
Summary ...
- This sample creates a simple Internet facing load balancer that receives network traffic on
port 80 and sends load-balanced traffic to two virtual machines
Details ...
1. Create two virtual machines for the backend...
- in the same availability set
- in the same virtual network
Create an Internet facing load balancer with ...
- A public IP address assigned to an implicitly created frontend
- One backend address pool with the two virtual machines to receive HTTP network traffic from the load balancer
- One load balancing rule for HTTP to map public ports on the load
balancer to ports in the backend address pool
Delete the load balancer
Running this Sample
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-create-simple-internet-facing-load-balancer.git
cd network-java-create-simple-internet-facing-load-balancer
mvn clean compile exec:java
More information
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.