Skip to content

Commit 33284aa

Browse files
authored
Merge pull request #238090 from shlipsey3/support-access-requests-051423
support-access-requests-051423
2 parents 37ca77a + 84ad869 commit 33284aa

17 files changed

+251
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Support access requests in Microsoft Entra ID
3+
description: Learn how Microsoft Support engineers can access identity diagnostic information in Microsoft Entra ID.
4+
services: active-directory
5+
author: shlipsey3
6+
manager: amycolannino
7+
ms.author: sarahlipsey
8+
ms.reviewer: jeffsta
9+
ms.service: active-directory
10+
ms.topic: troubleshooting
11+
ms.subservice: fundamentals
12+
ms.workload: identity
13+
ms.date: 07/31/2023
14+
ms.collection: M365-identity-device-management
15+
16+
---
17+
# About Microsoft Support access requests (preview)
18+
19+
Microsoft Support requests are automatically assigned to a support engineer with expertise in solving similar problems. To expedite solution delivery, our support engineers use diagnostic tooling to read [identity diagnostic data](/troubleshoot/azure/active-directory/support-data-collection-diagnostic-logs) for your tenant.
20+
21+
Microsoft Support's access to your identity diagnostic data is granted only with your approval, is read-only, and lasts only as long as we are actively working with you to solve your problem.
22+
23+
For many support requests created in the Microsoft Entra admin center, you can manage the access to your identity diagnostic data by enabling the "Allow collection of advanced diagnostic information" property. If this setting is set to "no" our support engineers must ask *you* to collect the data needed to solve your problem, which could slow down your problem resolution.
24+
25+
## Microsoft Support access requests
26+
27+
Sometimes support engineers need additional approval from you to access identity diagnostic data to solve your problem. For example, if a support engineer needs to access identity diagnostic data in a different Microsoft Entra tenant than the one in which you created the support request, the engineer must ask you to grant them access to that data.
28+
29+
Microsoft Support access requests (preview) enable you to manage Microsoft Support's access to your identity diagnostic data for support requests where you cannot manage that access in the Microsoft Entra admin center's support request management experience.
30+
31+
## Support access role permissions
32+
33+
To manage Microsoft Support access requests, you must be assigned to a role that has full permission to manage Microsoft Entra support tickets for the tenant. This role permission is included in Azure Active Directory (Azure AD) built-in roles with the action `microsoft.azure.supportTickets/allEntities/allTasks`. You can see which Azure AD roles have this permission in the [Azure AD built-in roles](../roles/permissions-reference.md) article.
34+
35+
Azure Active Directory is being renamed to Microsoft Entra ID. For more information see [New name for Azure Active Directory](../fundamentals/new-name.md).
36+
37+
## Next steps
38+
39+
- [Approve Microsoft Support access requests](how-to-approve-support-access-requests.md)
40+
- [Manage Microsoft Support access requests](how-to-manage-support-access-requests.md)
41+
- [View Microsoft Support access request logs](how-to-view-support-access-request-logs.md)
42+
- [Learn how Microsoft uses data for Azure support](https://azure.microsoft.com/support/legal/support-diagnostic-information-collection/)
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
title: Approve Microsoft Support access requests (preview)
3+
description: How to approve Microsoft Support access requests to Azure Active Directory identity data
4+
services: active-directory
5+
author: shlipsey3
6+
manager: amycolannino
7+
ms.author: sarahlipsey
8+
ms.reviewer: jeffsta
9+
ms.service: active-directory
10+
ms.topic: troubleshooting
11+
ms.subservice: fundamentals
12+
ms.workload: identity
13+
ms.date: 08/10/2023
14+
ms.collection: M365-identity-device-management
15+
16+
---
17+
# Approving Microsoft Support access requests (preview)
18+
19+
In many situations, enabling the collection of **Advanced diagnostic information** during the creation of a support access request is sufficient for Microsoft Support to troubleshoot your issue. In some situations though, a separate approval may be needed to allow Microsoft Support to access your identity diagnostic data.
20+
21+
Microsoft Support access requests (preview) enable you to [give Microsoft Support engineers access to diagnostic data](concept-support-access-requests.md) in your identity service to help solve support requests you submitted to Microsoft. You can use the Microsoft Entra admin center and the Azure Active Directory (Azure AD) portal to manage Microsoft Support access requests (preview).
22+
23+
This article describes how the process works and how to approve Microsoft Support access requests.
24+
25+
## Prerequisites
26+
27+
Only authorized users in your tenant can view and manage Microsoft Support access requests. To view, approve, and reject Microsoft Support access requests, a role must have the permission `microsoft.azure.supportTickets/allEntities/allTasks`. To see which Azure AD roles have this permission, search the [Azure AD built-in roles](../roles/permissions-reference.md) for the required permission.
28+
29+
## Scenarios and workflow
30+
31+
A support access request may be needed when a support request is submitted to Microsoft Support from a tenant that is different from the tenant where the issue is occurring. This scenario is known as a *cross-tenant* scenario. The *resource tenant* is the tenant where the issue is occurring and the tenant where the support request was created is known as the *support request tenant*.
32+
33+
Let's take a closer look at the workflow for this scenario:
34+
35+
- A support request is submitted from a tenant that is different from the tenant where the issue is occurring.
36+
- A Microsoft Support engineer creates a support access request to access identity diagnostic data for the *resource tenant*.
37+
- An administrator of *both* tenants approves the Microsoft Support access request.
38+
- With approval, the support engineer has access to the data only in the approved *resource tenant*.
39+
- When the support engineer closes the support request, access to your identity data is automatically revoked.
40+
41+
This cross-tenant scenario is the primary scenario where a support access request is necessary. In these scenarios, Microsoft approved access is visible only in the resource tenant. To preserve cross-tenant privacy, an administrator of the *support request tenant* is unable to see whether an administrator of the *resource tenant* has manually removed this approval.
42+
43+
## View pending requests
44+
45+
When you have a pending support access request, you can view and approve that request from a couple places.
46+
47+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/) and navigate to **Diagnose and solve problems**.
48+
49+
1. Select the link from the banner message at the top of the page...
50+
51+
![Screenshot of the Diagnose and solve problems page with the banner notification highlighted.](media/how-to-approve-support-access-requests/diagnose-solve-problems-banner.png)
52+
53+
... or scroll to the bottom of the page and select **Manage pending requests** from the **Microsoft Support Access Requests** section.
54+
55+
:::image type="content" source="media/how-to-approve-support-access-requests/diagnose-solve-problems-access-requests.png" alt-text="Screenshot of the Diagnose and solve problems page with the Manage pending requests link highlighted." lightbox="media/how-to-approve-support-access-requests/diagnose-solve-problems-access-requests-expanded.png":::
56+
57+
1. Select either the **Support request ID** link or **Review for approval** link for the request you need to approve.
58+
59+
![Screenshot of the pending request with links to view details highlighted.](media/how-to-approve-support-access-requests/pending-request-view-details-links.png)
60+
61+
## Approve or reject a support request
62+
63+
When viewing the details of a pending support access request, you can approve or reject the request.
64+
65+
- To approve the support access request, select the **Approve** button.
66+
- Microsoft Support now has *read-only* access to your identity diagnostic data until your support request is completed.
67+
- To reject the support access request, select the **Reject** button.
68+
- Microsoft Support does *not* have access to your identity diagnostic data.
69+
- A message appears, indicating this choice may result in slower resolution of your support request.
70+
- Your support engineer may ask you for data needed to diagnose the issue, and you must collect and provide that information to your support engineer.
71+
72+
![Screenshot of the Support Access requests details page with the Reject and Approve buttons highlighted](media/how-to-approve-support-access-requests/pending-request-details.png)
73+
74+
75+
## Next steps
76+
77+
- [How to create a support request](how-to-get-support.md)
78+
- [Manage Microsoft Support access requests](how-to-manage-support-access-requests.md)
79+
- [View Microsoft Support access request logs](how-to-view-support-access-request-logs.md)
80+
- [Learn how Microsoft uses data for Azure support](https://azure.microsoft.com/support/legal/support-diagnostic-information-collection/)
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Manage Microsoft Support access requests (preview)
3+
description: How to view and control support access requests to Azure Active Directory identity data
4+
services: active-directory
5+
author: shlipsey3
6+
manager: amycolannino
7+
ms.author: sarahlipsey
8+
ms.reviewer: jeffsta
9+
ms.service: active-directory
10+
ms.topic: troubleshooting
11+
ms.subservice: fundamentals
12+
ms.workload: identity
13+
ms.date: 08/10/2023
14+
ms.collection: M365-identity-device-management
15+
16+
---
17+
# Manage Microsoft Support access requests (preview)
18+
19+
You can use the Microsoft Entra admin center and the Azure Active Directory (Azure AD) portal to manage Microsoft Support access requests (preview). Microsoft Support access requests enable you to [give Microsoft Support engineers access to identity diagnostic data](concept-support-access-requests.md) in your identity service to help solve support requests you submitted to Microsoft.
20+
21+
## Prerequisites
22+
23+
Only certain Azure AD roles are authorized to manage Microsoft Support access requests. To manage Microsoft Support access requests, a role must have the permission `microsoft.azure.supportTickets/allEntities/allTasks`. To see which Azure AD roles have this permission, search the [Azure AD built-in roles](../roles/permissions-reference.md) for the required permission.
24+
25+
## View support access requests
26+
27+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/) and navigate to **Diagnose and solve problems**.
28+
29+
1. Scroll to the bottom of the page and select **Approved access** from the **Microsoft Support Access Requests** section.
30+
31+
:::image type="content" source="media/how-to-manage-support-access-requests/diagnose-solve-problems-access-requests.png" alt-text="Screenshot of the Diagnose and solve problems page with the Manage pending requests link highlighted." lightbox="media/how-to-manage-support-access-requests/diagnose-solve-problems-access-requests-expanded.png":::
32+
33+
1. Select the **Support request ID** link for the request you need to approve.
34+
35+
![Screenshot of the pending request with links to view details highlighted.](media/how-to-manage-support-access-requests/approved-access.png)
36+
37+
## Revoke access to an approved support access request
38+
39+
Closing a support request automatically revokes the support engineer's access to your identity diagnostic data. You can manually revoke Microsoft Support's access to identity diagnostic data for the support request *before* your support request is closed.
40+
41+
Select the **Remove access** button to revoke access to an approved support access request.
42+
43+
![Screenshot of the Support access requests history with the Revoke button highlighted](media/how-to-manage-support-access-requests/remove-approved-access.png)
44+
45+
When your support request is closed, the status of an approved Microsoft Support access request is automatically set to **Completed.** Microsoft Support access requests remain in the **Approved access** list for 30 days.
46+
47+
## Next steps
48+
49+
- [Approve Microsoft Support access requests](how-to-approve-support-access-requests.md)
50+
- [View Microsoft Support access request logs](how-to-view-support-access-request-logs.md)
51+
- [Learn how Microsoft uses data for Azure support](https://azure.microsoft.com/support/legal/support-diagnostic-information-collection/)
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: View activity logs for Microsoft Support access requests (preview)
3+
description: How to view activity logs for Microsoft Support access requests.
4+
services: active-directory
5+
author: shlipsey3
6+
manager: amycolannino
7+
ms.author: sarahlipsey
8+
ms.reviewer: jeffsta
9+
ms.service: active-directory
10+
ms.topic: troubleshooting
11+
ms.subservice: fundamentals
12+
ms.workload: identity
13+
ms.date: 08/10/2023
14+
ms.collection: M365-identity-device-management
15+
16+
---
17+
# View activity logs for Microsoft Support access requests (preview)
18+
19+
All activities related to Microsoft Support access requests are included in the Microsoft Entra ID audit logs. Activities can include requests from users in your tenant or an automated service. This article describes how to view the different types of activity logs.
20+
21+
## Prerequisites
22+
23+
To access the audit logs for a tenant, you must have one of the following roles:
24+
25+
- Reports Reader
26+
- Security Reader
27+
- Security Administrator
28+
- Global Administrator
29+
30+
## How to access the logs
31+
32+
You can access a filtered view of audit logs for your tenant from the Microsoft Support access requests area. Select **Audit logs** from the side menu to view the audit logs with the category pre-selected.
33+
34+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/) and navigate to **Diagnose and solve problems**.
35+
36+
1. Scroll to the bottom of the page and select **Manage pending requests** from the **Microsoft Support Access Requests** section.
37+
38+
1. Select **Audit logs** from the side menu.
39+
40+
You can also access these logs from the Microsoft Entra ID Audit logs. Select **Core Directory** as the service and `MicrosoftSupportAccessManagement` as the category.
41+
42+
## Types of requests
43+
44+
There are some details associated with support access request audit logs that are helpful to understand. Knowing the difference between the types of request may help when exploring the logs.
45+
46+
Activity logs for Microsoft Support access requests fall into two categories: user-initiated activities, and automated activities.
47+
48+
### User-initiated activities
49+
50+
There are three user-initiated activities that you can see in your Azure AD audit logs. These are actions requested by administrators of your tenant.
51+
52+
- Approval of a Microsoft Support access request
53+
- Rejection of a Microsoft Support access request
54+
- Manual removal of Microsoft Support access before your support request is closed
55+
56+
### Automated requests
57+
58+
There are three activities that can be associated with an automated or system-initiated Microsoft Support access request:
59+
60+
- Creation of a Microsoft Support access *request* in the support request tenant
61+
- Creation of a Microsoft Support access *approval* in the resource tenant. This is done automatically after a Microsoft Support access request is approved by a user who is an administrator of both the support request tenant, and the resource tenant
62+
- Removal of Microsoft Support access upon closure of your support request
63+
64+
## Next steps
65+
66+
- [Manage Microsoft Support access requests](how-to-manage-support-access-requests.md)
67+
- [Learn about audit logs](../../active-directory/reports-monitoring/concept-audit-logs.md)
Loading
Loading
Loading
18.8 KB
Loading
7.14 KB
Loading
142 KB
Loading

0 commit comments

Comments
 (0)