page_type | languages | products | extensions | ||||||
---|---|---|---|---|---|---|---|---|---|
sample |
|
|
|
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
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
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.