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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ You can set up the CPE using the Microsoft Entra admin center or using the Micro
37
37
38
38
:::image type="content" source="media/how-to-configure-customer-premises-equipment/remote-network-view-configuration.png" alt-text="Screenshot of the configuration details with the Microsoft information highlighted." lightbox="media/how-to-configure-customer-premises-equipment/remote-network-view-configuration-expanded.png":::
39
39
40
-
1. Locate and save Microsoft's public IP address from the panel that opens.
40
+
1. Locate and save Microsoft's public IP address `endpoint`from the panel that opens.
41
41
42
42

43
43
@@ -66,18 +66,20 @@ Follow these instructions to download the connectivity information for your remo
66
66
1. Set the API version to **beta**.
67
67
1. Run the following query to list your remote networks and their device links:
68
68
69
+
```http
70
+
GET https://graph.microsoft.com/beta/networkaccess/connectivity/branches
69
71
```
70
-
GET https://graph.microsoft.com/beta/networkaccess/connectivity/branches
71
-
```
72
-
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:
72
+
1. Run the following query to get the connectivity information, replacing `{branchSiteId}` with the ID of your remote network and `{deviceLinkId}` with the ID of your device link:
73
73
74
74
``` http
75
75
GET https://graph.microsoft.com/beta/networkAccess/connectivity/branches/{branchSiteId}/deviceLinks/{deviceLinkId}
76
76
```
77
-
---
78
77
79
78
The details in the response are similar to the device configuration details found in the Microsoft Entra admin center.
80
79
80
+
---
81
+
82
+
81
83
[!INCLUDE [Public preview important note](./includes/public-preview-important-note.md)]
0 commit comments