Skip to content

Commit 826e0fe

Browse files
authored
Merge branch 'main' into docs-editor/mac-support-perf-1750192612
2 parents 3cc528b + 3caea54 commit 826e0fe

File tree

83 files changed

+529
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+529
-193
lines changed

CloudAppSecurityDocs/cas-compliance-trust.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Microsoft Defender for Cloud Apps – privacy
33
description: Learn about how Microsoft Defender for Cloud Apps manages user privacy.
4-
ms.date: 11/24/2024
4+
ms.date: 06/17/2025
55
ms.topic: concept-article
66
---
77
# Privacy with Microsoft Defender for Cloud Apps
@@ -22,7 +22,7 @@ Microsoft Defender for Cloud Apps collects information from your configured clou
2222
- User and group configurations
2323

2424
> [!NOTE]
25-
> The data collected from the various applications is dependent on the customer-provided data from the various applications and may include personal information.
25+
> The data collected from the various applications is dependent on the customer-provided data from the various applications and might include personal information.
2626
2727
## Data storage location
2828

@@ -31,7 +31,7 @@ Defender for Cloud Apps operates in the Microsoft Azure data centers in the foll
3131
|Customer provisioning location |Data storage location |
3232
|---------|---------|
3333
|**Customers whose tenants are provisioned in the United States** | United States |
34-
|**Customers whose tenants are provisioned in the European Union or the United Kingdom** | Either the European Union and/or the United Kingdom |
34+
|**Customers whose tenants are provisioned in the European Union or the United Kingdom** | The European Union or the United Kingdom, depending on service availability. |
3535
|**Customers whose tenants are provisioned in any other region** | The United States and/or a data center in the region that's nearest to the location of where the customer's Microsoft Entra tenant has been provisioned. |
3636

3737
In addition to the locations above, the App Governance features within Defender for Cloud Apps operate in the Microsoft Azure data centers in the following geographical regions listed below. Customer with App Governance enabled will have data stored within the data storage location the customer provisions in above, and in a second data storage location as described below:
@@ -52,7 +52,13 @@ In addition to the locations above, the App Governance features within Defender
5252

5353
Customer data collected by Defender for Cloud Apps is either stored in your tenant location, as described in the previous tables, or in the geographic location of another online service that Defender for Cloud Apps shares data with, as defined by the data storage rules of that online service.
5454

55-
If Defender for Cloud Apps data is stored in your tenant location, your tenant isn't movable after having been created. To view your Defender for Cloud Apps tenant location in the Microsoft Defender portal, go to **Settings > Cloud Apps > About > Region**.
55+
56+
### View your data storage location
57+
58+
To view your Defender for Cloud Apps tenant location in the Microsoft Defender portal, go to **Settings > Cloud Apps > About > Region**.
59+
60+
> [!NOTE]
61+
> If Defender for Cloud Apps data is stored in your tenant location, your tenant isn't movable after having been created.
5662
5763
## Data retention
5864

@@ -62,7 +68,7 @@ Your data is kept and is available to you while the license is under grace perio
6268

6369
## Data sharing for Microsoft Defender for Cloud Apps
6470

65-
Defender for Cloud Apps shares data, including customer data, among the following Microsoft products also licensed by the customer. For customers in the Government Community Cloud (GCC), data sharing between government and commercial cloud environments may occur, depending on the location of the service offering.
71+
Defender for Cloud Apps shares data, including customer data, among the following Microsoft products also licensed by the customer. For customers in the Government Community Cloud (GCC), data sharing between government and commercial cloud environments might occur, depending on the location of the service offering.
6672

6773
- Microsoft Defender XDR
6874
- Microsoft Defender for Cloud

CloudAppSecurityDocs/cloud-discovery-anonymizer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ Key points:
1717
- Resolving usernames is done ad-hoc, per-username by deciphering a given encrypted username.
1818
- Anonymization capabilities aren't supported when using the "Defender for Cloud Apps Proxy" stream.
1919

20+
## Prerequisites
21+
22+
To resolve (deanonymize) usernames in Cloud Discovery data:
23+
24+
- You must have the [Cloud Discovery global admin](manage-admins.md#built-in-admin-roles-in-defender-for-cloud-apps) role with anonymization permissions enabled during role assignment.
25+
2026
## How data anonymization works
2127

2228
1. There are three ways to apply data anonymization:

CloudAppSecurityDocs/discovered-apps-api-graph.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
title: Work with discovered apps via Graph API | Microsoft Defender for Cloud Apps
33
description: Learn how to work with apps discovered by Microsoft Defender for Cloud Apps via Graph API.
44
ms.topic: how-to #Don't change
5-
ms.date: 06/24/2024
6-
5+
ms.date: 06/18/2025
76
#customer intent: As a security engineer, I want to work with discovered apps via API so that I can customize and automate the Microsoft Defender for Cloud Apps **Discovered apps** page functionality.
8-
97
---
108

119
# Work with discovered apps via Graph API (Preview)
1210

1311
Microsoft Defender for Cloud Apps supports a Microsoft Graph API that you can use to work with discovered cloud apps, to customize and automate the **Discovered apps** page functionality in the Microsoft Defender portal.
1412

15-
This article provides sample procedures for using the [uploadedStreams API](/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta) for common purposes.
13+
This article provides sample procedures for using the [uploadedStreams API](/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta&preserve-view=true&tabs=http) for common purposes.
14+
1615

1716
## Prerequisites
1817

@@ -22,7 +21,7 @@ Before you start using the Graph API, make sure to create an app and get an acce
2221

2322
- Take note of your app secret and copy its value to use later on in your scripts.
2423

25-
You'll also need cloud app data streaming into Microsoft Defender for Cloud Apps.
24+
- You need cloud app data streaming into Microsoft Defender for Cloud Apps.
2625

2726
For more information, see:
2827

@@ -36,7 +35,7 @@ For more information, see:
3635
To get a high level summary of all the data available on your **Discovered apps** page, run the following GET command:
3736

3837
```http
39-
GET https://graph.microsoft.com/beta/dataDiscovery/cloudAppDiscovery/uploadedStreams
38+
GET https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery/uploadedStreams
4039
```
4140

4241
To drill down to data for a specific stream:
@@ -88,4 +87,4 @@ GET  https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery
8887

8988
## Related content
9089

91-
For more information, see [Working with discovered apps](discovered-apps.md) and the [Microsoft Graph API reference](/graph/api/resources/security-cloudappdiscovery-overview?view=graph-rest-beta).
90+
For more information, see [Working with discovered apps](discovered-apps.md) and the [Microsoft Graph API reference](/graph/api/resources/security-cloudappdiscovery-overview?view=graph-rest-beta&preserve-view=true).

CloudAppSecurityDocs/governance-actions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ The following governance actions can be taken for connected apps either on a spe
5959

6060
- **Trash** – Move the file to the trash folder. (Box, Dropbox, Google Drive, OneDrive, SharePoint, Cisco Webex)
6161

62-
![policy_create alerts.](media/policy_create-alerts.png)
62+
:::image type="content" source="media/governance-actions/governance-actions-box.png" alt-text="Screenshot that shows the available file governance actions for Box and Dropbox." lightbox="media/governance-actions/governance-actions-box.png":::
63+
64+
6365

6466
## Malware governance actions (Preview)
6567

@@ -81,7 +83,7 @@ The following governance actions can be taken for connected apps either on a spe
8183

8284
- **Trash** – Move the file to the trash folder. (Box, Dropbox, Google Drive, OneDrive, SharePoint)
8385

84-
:::image type="content" source="media/governance-actions/image1.png" alt-text="Malware governance actions.":::
86+
:::image type="content" source="media/governance-actions/governance-actions-dropbox-google-workspace.png" alt-text="Screenshot that shows malware governance actions." lightbox="media/governance-actions/governance-actions-dropbox-google-workspace.png":::
8587

8688
> [!NOTE]
8789
> In SharePoint and OneDrive, Defender for Cloud Apps supports user quarantine only for files in Shared Documents libraries (SharePoint Online) and files in the Documents library (OneDrive for Business).
245 KB
Loading
File renamed without changes.
-41.7 KB
Binary file not shown.

defender-endpoint/defender-endpoint-subscription-settings.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,16 @@ In Defender for Endpoint, a mixed-licensing scenario is a situation in which an
2828
| *Mixed trial* | Try a premium level subscription for some users. Examples include: <br/>- Defender for Endpoint Plan 1 (purchased for all users), and Defender for Endpoint Plan 2 (a trial subscription has been started for some users)<br/>- Microsoft 365 E3 (purchased for all users), and Microsoft 365 E5 (a trial subscription has been started for some users) |
2929
| *Phased upgrades* | Upgrade user licenses in phases. Examples include:<br/>- Moving groups of users from Defender for Endpoint Plan 1 to Plan 2<br/>- Moving groups of users from Microsoft 365 E3 to E5 |
3030

31-
Until recently, mixed-licensing scenarios weren't supported; in cases of multiple subscriptions, the highest functional subscription would take precedence for your tenant. Now, you can manage your subscription settings to accommodate mixed licensing scenarios across client devices. These capabilities enable you to:
31+
You can manage your subscription settings to accommodate mixed licensing scenarios across client devices. These capabilities enable you to:
3232

3333
- **Set your tenant to mixed mode and tag devices** to determine which client devices will receive features and capabilities from each plan (we call this option *mixed mode*); **OR**,
3434
- **Use the features and capabilities from one plan across all your client devices**.
3535

3636
You can also use a newly added license usage report to track status.
3737

38-
> [!NOTE]
39-
> If you're using Microsoft Defender for Business and you want to switch to Defender for Endpoint Plan 2, contact support. For more information, see [Change your endpoint security subscription](/defender-business/mdb-manage-subscription).
40-
4138
## [**Use mixed mode**](#tab/mixed)
4239

43-
## Set your tenant to mixed mode and tag devices
40+
To set your tenant to mixed mode and tag devices, follow the guidance on this tab.
4441

4542
> [!IMPORTANT]
4643
> - **Mixed-mode settings apply to client endpoints only**. Tagging server devices won't change their subscription state. All server devices running Windows Server or Linux should have appropriate licenses, such as [Defender for Servers](/azure/defender-for-cloud/plan-defender-for-servers-select-plan). See [Options for onboarding servers](onboard-windows-server.md).
@@ -96,10 +93,9 @@ For example, suppose that you want to use a tag called `VIP` for all the devices
9693

9794
2. Set up a dynamic rule using the condition operator `Tag Does not contain VIP`. In this case, all devices that do not have the `VIP` tag will receive the `License MDE P1` tag and Defender for Endpoint Plan 1 capabilities.
9895

99-
10096
## [**Use one plan**](#tab/oneplan)
10197

102-
## Use the features and capabilities from one plan across all your devices
98+
To use the features and capabilities from one plan across all your devices, follow the guidance on this tab.
10399

104100
> [!IMPORTANT]
105101
> To access license information, you must have one of the following roles assigned in Microsoft Entra ID:
@@ -123,6 +119,10 @@ For example, suppose that you want to use a tag called `VIP` for all the devices
123119

124120
---
125121

122+
Microsoft Defender for Business isn't supported for mixed-license scenarios. If you're using Defender for Business and you want to switch to Defender for Endpoint Plan 2, contact support. For more information, see [Change your endpoint security subscription](/defender-business/mdb-manage-subscription).
123+
124+
[!INCLUDE [side-by-side-scenarios](includes/side-by-side-scenarios.md)]
125+
126126
> [!IMPORTANT]
127127
> Microsoft recommends that you use roles with the fewest permissions. This helps improve security for your organization. Global Administrator is a highly privileged role that should be limited to emergency scenarios when you can't use an existing role.
128128

defender-endpoint/defender-endpoint-trial-user-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: deniseb
77
manager: deniseb
88
audience: ITPro
99
ms.topic: how-to
10-
ms.date: 11/11/2024
10+
ms.date: 06/19/2025
1111
ms.collection:
1212
- m365-security
1313
- tier2
@@ -24,6 +24,8 @@ Welcome to the Microsoft Defender for Endpoint Plan 2 trial user guide!
2424

2525
This playbook is a simple guide to help you make the most of your free trial. Using the suggested steps in this article from the Microsoft Defender team, you learn how Defender for Endpoint can help you to prevent, detect, investigate, and respond to advanced threats.
2626

27+
[!INCLUDE [side-by-side-scenarios](includes/side-by-side-scenarios.md)]
28+
2729
## What is Defender for Endpoint?
2830

2931
[Defender for Endpoint](microsoft-defender-endpoint.md) is an enterprise endpoint security platform that uses the following combination of technology built into Windows and Microsoft's robust cloud service:

defender-endpoint/deployment-strategy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ We understand that every enterprise environment is unique, so we've provided sev
3232

3333
:::image type="content" source="/defender/media/defender-endpoint/onboarding-architecture-2.png" alt-text="The deployment flow":::
3434

35+
[!INCLUDE [side-by-side-scenarios](includes/side-by-side-scenarios.md)]
36+
3537
## Step 1: Identify your architecture
3638

3739
Depending on your environment, some tools are better suited for certain architectures. Use the following table to decide which Defender for Endpoint architecture best suits your organization.

0 commit comments

Comments
 (0)