Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reviewing your remote networks is an important part of managing your Global Secure Access deployment. As your organization grows, you add more remote networks. You use the Microsoft Entra admin center or the Microsoft Graph API.
Prerequisites
- A Global Secure Access Administrator role in Microsoft Entra ID.
- The product requires licensing. For details, see the licensing section of What is Global Secure Access. If needed, you can purchase licenses or get trial licenses.
List all remote networks using the Microsoft Entra admin center
- Sign in to the Microsoft Entra admin center.
- Browse to Global Secure Access > Connect > Remote networks. All remote networks are listed.
- To view the details, select a remote network.
List all remote networks using the Microsoft Graph API
- Sign in to Graph Explorer.
- Select
GET
as the HTTP method from the dropdown. - Set the API version to beta.
- Enter the following query.
GET https://graph.microsoft.com/beta/networkaccess/connectivity/branches
- Select the Run query button to list the remote networks.