Skip to content

Commit 69c874f

Browse files
committed
api-update
1 parent 0f76b64 commit 69c874f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

articles/global-secure-access/how-to-configure-customer-premises-equipment.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: shlipsey3
55
ms.author: sarahlipsey
66
manager: amycolannino
77
ms.topic: how-to
8-
ms.date: 09/13/2023
8+
ms.date: 09/21/2023
99
ms.service: network-access
1010
ms.custom:
1111

@@ -22,15 +22,12 @@ This article provides the steps to set up the other side of the communication ch
2222
To configure your customer premises equipment (CPE), you must have:
2323

2424
- 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.
2725
- 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.
3027

3128
## How to configure your customer premises equipment
3229

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.
3431

3532
## [Microsoft Entra admin center](#tab/microsoft-entra-admin-center)
3633

@@ -53,10 +50,15 @@ Follow these instructions to download the connectivity information for your remo
5350
1. Sign in to [Graph Explorer](https://aka.ms/ge).
5451
1. Select **GET** as the HTTP method from the dropdown.
5552
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:
5759
58-
```http
59-
https://graph.microsoft.com/beta/networkaccess/branches/{GUID}/downloadConnectivity
60+
``` http
61+
GET https://graph.microsoft.com/beta/networkAccess/connectivity/branches/{branchSiteId}/deviceLinks/{deviceLinkId}
6062
```
6163
---
6264

0 commit comments

Comments
 (0)