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
Copy file name to clipboardExpand all lines: README.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,45 +5,45 @@ languages:
5
5
products:
6
6
- azure
7
7
extensions:
8
-
services: virtual-network,load-balancer
8
+
services: Network
9
9
platforms: java
10
10
---
11
11
12
12
# Getting Started with Network - Manage Internet Facing Load Balancer - in Java #
13
13
14
14
15
15
Azure Network sample for managing Internet facing load balancers -
16
-
16
+
<p>
17
17
High-level ...
18
-
18
+
<p>
19
19
- Create an Internet facing load balancer that receives network traffic on
20
-
port 80 & 443 and sends load-balanced traffic to two virtual machines
21
-
20
+
port 80 & 443 and sends load-balanced traffic to two virtual machines
21
+
<p>
22
22
- Create NAT rules for SSH and TELNET access to virtual
23
-
machines behind the load balancer
24
-
23
+
machines behind the load balancer
24
+
<p>
25
25
- Create health probes
26
-
26
+
<p>
27
27
Details ...
28
-
28
+
<p>
29
29
Create an Internet facing load balancer with ...
30
30
- A frontend public IP address
31
31
- Two backend address pools which contain network interfaces for the virtual
32
-
machines to receive HTTP and HTTPS network traffic from the load balancer
32
+
machines to receive HTTP and HTTPS network traffic from the load balancer
33
33
- Two load balancing rules for HTTP and HTTPS to map public ports on the load
34
-
balancer to ports in the backend address pool
34
+
balancer to ports in the backend address pool
35
35
- Two probes which contain HTTP and HTTPS health probes used to check availability
36
-
of virtual machines in the backend address pool
36
+
of virtual machines in the backend address pool
37
37
- Two inbound NAT rules which contain rules that map a public port on the load
38
-
balancer to a port for a specific virtual machine in the backend address pool
38
+
balancer to a port for a specific virtual machine in the backend address pool
39
39
- this provides direct VM connectivity for SSH to port 22 and TELNET to port 23
40
-
40
+
<p>
41
41
Create two network interfaces in the frontend subnet ...
42
42
- And associate network interfaces to backend pools and NAT rules
43
-
43
+
<p>
44
44
Create two virtual machines in the frontend subnet ...
45
45
- And assign network interfaces
46
-
46
+
<p>
47
47
Update an existing load balancer, configure TCP idle timeout
48
48
Create another load balancer
49
49
Remove an existing load balancer
@@ -53,7 +53,7 @@ extensions:
53
53
54
54
To run this sample:
55
55
56
-
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
56
+
See [DefaultAzureCredential](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/identity/azure-identity#defaultazurecredential) and prepare the authentication works best for you. For more details on authentication, please refer to [AUTH.md](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/resourcemanager/docs/AUTH.md).
0 commit comments