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: articles/global-secure-access/how-to-configure-customer-premises-equipment.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: shlipsey3
5
5
ms.author: sarahlipsey
6
6
manager: amycolannino
7
7
ms.topic: how-to
8
-
ms.date: 09/13/2023
8
+
ms.date: 09/21/2023
9
9
ms.service: network-access
10
10
ms.custom:
11
11
@@ -22,15 +22,12 @@ This article provides the steps to set up the other side of the communication ch
22
22
To configure your customer premises equipment (CPE), you must have:
23
23
24
24
- A **Global Secure Access Administrator** role in Microsoft Entra ID.
25
-
- Sent an email to Global Secure Access onboarding according to the onboarding process in the **Remote network** area of Global Secure Access.
26
-
- Received the connectivity information from Global Secure Access onboarding.
27
25
- The preview requires a Microsoft Entra ID P1 license. If needed, you can [purchase licenses or get trial licenses](https://aka.ms/azureadlicense).
28
-
29
-
To onboard to Global Secure Access remote network connectivity, you must have completed the [onboarding process](how-to-create-remote-networks.md#onboard-your-tenant-for-remote-networks). In order to configure your CPE, you need the connectivity information provided by the Global Secure Access onboarding team.
26
+
- To configure your CPE, you must have completed the Global Secure Access onboarding process.
30
27
31
28
## How to configure your customer premises equipment
32
29
33
-
You can set up the CPE using the Microsoft Entra admin center or using the Microsoft Graph API.
30
+
You can set up the CPE using the Microsoft Entra admin center or using the Microsoft Graph API. When you create a remote network and add your device link information, configuration details are generated. These details are needed to configure your CPE.
@@ -53,10 +50,15 @@ Follow these instructions to download the connectivity information for your remo
53
50
1. Sign in to [Graph Explorer](https://aka.ms/ge).
54
51
1. Select **GET** as the HTTP method from the dropdown.
55
52
1. Set the API version to **beta**.
56
-
1. Run the following query to use get the connectivity information, replacing `{GUID}` with the ID of the remote network you want to configure:
53
+
1. Run the following query to list your remote networks and their device links:
54
+
55
+
```
56
+
GET https://graph.microsoft.com/beta/networkaccess/connectivity/branches
57
+
```
58
+
1. Run the following query to use get the connectivity information, replacing `{branchSiteId}` with the ID of your remote network and `{deviceLinkId}` with the ID of your device link:
0 commit comments