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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,40 +5,40 @@ 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 - Create Simple Internet Facing Load Balancer - in Java #
13
13
14
14
15
15
Azure Network sample for creating a simple Internet facing load balancer -
16
-
16
+
<p>
17
17
Summary ...
18
-
18
+
<p>
19
19
- This sample creates a simple Internet facing load balancer that receives network traffic on
20
-
port 80 and sends load-balanced traffic to two virtual machines
21
-
20
+
port 80 and sends load-balanced traffic to two virtual machines
21
+
<p>
22
22
Details ...
23
-
23
+
<p>
24
24
1. Create two virtual machines for the backend...
25
25
- in the same availability set
26
26
- in the same virtual network
27
-
27
+
<p>
28
28
Create an Internet facing load balancer with ...
29
29
- A public IP address assigned to an implicitly created frontend
30
30
- One backend address pool with the two virtual machines to receive HTTP network traffic from the load balancer
31
31
- One load balancing rule for HTTP to map public ports on the load
32
-
balancer to ports in the backend address pool
33
-
32
+
balancer to ports in the backend address pool
33
+
<p>
34
34
Delete the load balancer
35
35
36
36
37
37
## Running this Sample ##
38
38
39
39
To run this sample:
40
40
41
-
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).
41
+
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