Skip to content

Commit bdcc650

Browse files
committedJul 22, 2024
Refactors get started guide into quickstarts.
1 parent 05754de commit bdcc650

File tree

5 files changed

+50
-103
lines changed

5 files changed

+50
-103
lines changed
 

‎.openpublishing.redirection.json

+5
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,11 @@
966966
"source_path_from_root": "/docs/identity-platform/msal-net-migration-ios-broker.md",
967967
"redirect_url": "/entra/identity-platform/quickstart-mobile-app-android-sign-in",
968968
"redirect_document_id": false
969+
},
970+
{
971+
"source_path_from_root": "/docs/global-secure-access/how-to-get-started-with-global-secure-access.md",
972+
"redirect_url": "/entra/global-secure-access/quickstart-access-admin-center",
973+
"redirect_document_id": false
969974
}
970975
]
971976
}

‎docs/global-secure-access/how-to-get-started-with-global-secure-access.md

-101
This file was deleted.
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: "Quickstart: Access the Global Secure Access area of the Microsoft Entra admin center"
3+
description: Learn how to access the Global Secure Access area of the Microsoft Entra admin center.
4+
author: kenwith
5+
ms.author: kenwith
6+
manager: amycolannino
7+
ms.service: global-secure-access
8+
ms.topic: quickstart
9+
ms.date: 07/22/2024
10+
11+
#customer intent: As a decision maker, I want learn how to access the Global Secure Access area of the Microsoft Entra admin center so that I can understand how to configure and use the product.
12+
13+
---
14+
15+
# Quickstart: Access the Global Secure Access area of the Microsoft Entra admin center
16+
17+
This quickstart shows you where to find the Global Secure Access area of the Microsoft Entra admin center.
18+
19+
Global Secure Access is the unifying term used for both Microsoft Entra Internet Access and Microsoft Entra Private Access. Global Secure Access is the unified location in the Microsoft Entra admin center. Microsoft Entra Internet Access and Microsoft Entra Private Access comprise Microsoft's Security Service Edge (SSE) solution. To learn more about Global Secure Access, see [What is Global Secure Access?](overview-what-is-global-secure-access.md)
20+
21+
## Prerequisites
22+
23+
Administrators who interact with **Global Secure Access** features must have the [Global Secure Access Administrator role](/azure/active-directory/roles/permissions-reference). Some features might also require other roles.
24+
25+
To follow the [Zero Trust principle of least privilege](/security/zero-trust/), consider using [Privileged Identity Management (PIM)](/azure/active-directory/privileged-identity-management/pim-configure) to activate just-in-time privileged role assignments.
26+
27+
The product requires licensing. For details, see the licensing section of [What is Global Secure Access?](overview-what-is-global-secure-access.md). If needed, you can [purchase licenses or get trial licenses](https://aka.ms/azureadlicense). To use the Microsoft traffic forwarding profile, a Microsoft 365 E3 license is recommended.
28+
29+
## Access the Global Secure Access area of the Microsoft Entra admin center
30+
31+
1. Open a web browser and sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a [Global Secure Access Administrator](../identity/role-based-access-control/permissions-reference.md#global-secure-access-administrator).
32+
1. Browse to **Global Secure Access**.
33+
1. The features of Microsoft Entra Internet Access and Microsoft Entra Private Access are found throughout the Global Secure Access area. Many features and settings apply to both Microsoft Entra Private Access and Microsoft Entra Internet Access. Some features are specific to one or the other.
34+
35+
:::image type="content" source="media/quickstart-access-admin-center/admin-center.png" alt-text="The Global Secure Access area of the Microsoft Entra admin center." lightbox="media/quickstart-access-admin-center/admin-center.png":::
36+
37+
If you encounter access issues, refer to this [FAQ regarding tenant restrictions](resource-faq.yml).
38+
39+
## Next step
40+
- [Related article title](link.md)

‎docs/global-secure-access/toc.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ items:
66
items:
77
- name: What is Global Secure Access?
88
href: overview-what-is-global-secure-access.md
9-
- name: Get started with Global Secure Access
10-
href: how-to-get-started-with-global-secure-access.md
119
- name: Global Secure Access dashboard
1210
href: concept-traffic-dashboard.md
1311
- name: Role-based administrator roles
1412
href: reference-role-based-permissions.md
13+
- name: Quickstarts
14+
expanded: true
15+
items:
16+
- name: Access Global Secure Access in the admin center
17+
href: quickstart-access-admin-center.md
1518
- name: Samples
1619
expanded: false
1720
items:

0 commit comments

Comments
 (0)
Please sign in to comment.