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
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,27 @@ languages:
5
5
products:
6
6
- azure
7
7
extensions:
8
-
services: virtual-network
8
+
services: Network
9
9
platforms: java
10
10
---
11
11
12
12
# Getting Started with Network - Manage Express Route - in Java #
13
13
14
14
15
15
Azure Network sample for managing express route circuits.
16
-
- Create Express Route circuit
17
-
- Create Express Route circuit peering. Please note: express route circuit should be provisioned by connectivity provider before this step.
18
-
- Adding authorization to express route circuit
19
-
- Create virtual network to be associated with virtual network gateway
20
-
- Create virtual network gateway
21
-
- Create virtual network gateway connection
16
+
- Create Express Route circuit
17
+
- Create Express Route circuit peering. Please note: express route circuit should be provisioned by connectivity provider before this step.
18
+
- Adding authorization to express route circuit
19
+
- Create virtual network to be associated with virtual network gateway
20
+
- Create virtual network gateway
21
+
- Create virtual network gateway connection
22
22
23
23
24
24
## Running this Sample ##
25
25
26
26
To run this sample:
27
27
28
-
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).
28
+
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