Skip to content

Commit 0425c00

Browse files
committed
fine-tuning
1 parent 6a99be7 commit 0425c00

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can set up the CPE using the Microsoft Entra admin center or using the Micro
3737

3838
:::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":::
3939

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

4242
![Screenshot of the view configuration details panel.](media/how-to-configure-customer-premises-equipment/view-configuration-details-panel.png)
4343

@@ -66,18 +66,20 @@ Follow these instructions to download the connectivity information for your remo
6666
1. Set the API version to **beta**.
6767
1. Run the following query to list your remote networks and their device links:
6868

69+
``` http
70+
GET https://graph.microsoft.com/beta/networkaccess/connectivity/branches
6971
```
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:
7373
7474
``` http
7575
GET https://graph.microsoft.com/beta/networkAccess/connectivity/branches/{branchSiteId}/deviceLinks/{deviceLinkId}
7676
```
77-
---
7877
7978
The details in the response are similar to the device configuration details found in the Microsoft Entra admin center.
8079
80+
---
81+
82+
8183
[!INCLUDE [Public preview important note](./includes/public-preview-important-note.md)]
8284
8385
## Next steps

0 commit comments

Comments
 (0)