Updates from: 06/29/2024 01:21:56
Category Microsoft Docs article Related commit history on GitHub Change details
admin Ai Assistance https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/admin/adoption/ai-assistance.md
In this section, you can upload Copilot survey results to have them displayed in
Use this feature to provide your organizational leaders with a centralized location for insights on how users feel about the AI assistance they receive from Copilot.
+This feature is only available for Global administrators. Users without this role cannot see it in the Microsoft 365 admin center.
+ ### Upload survey data
+To access the Sentiment survey upload feature in the Microsoft 365 admin center, follow these steps:
+
+1. In the Microsoft 365 admin center, go to **Reports** > **Adoption Score**.
+2. Navigate to AI assistance and select **View details**.
+3. On the AI assistance page, navigate to **Assess Copilot sentiment for your org** and select **Record survey results**.
+ :::image type="content" source="../../media/as-upload-survey.png" alt-text="Screenshot showing the dashboard to upload survey data for Copilot sentiment" lightbox="../../media/as-upload-survey.png"::: :::image type="content" source="../../media/as-survey-results.png" alt-text="Screenshot showing the pop-up pane for survey results for Copilot sentiment":::
admin Ownerless Groups Teams https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/admin/create-groups/ownerless-groups-teams.md
Title: "Manage ownerless Microsoft 365 groups and teams" Previously updated : 04/04/2022 Last updated : 06/27/2024 f1.keywords: NOCSH
description: "Learn how to automatically invite members to become owners in an o
A team in Microsoft Teams or a Microsoft 365 group and its related services can become ownerless if an owner's account is deleted in Microsoft 365. Groups and teams require an owner to add or remove members and change group settings.
-A Global Administrator, Exchange Administrator, or Groups Administrator can create a policy that automatically asks the most active members of an ownerless group or team if they'll accept ownership. When a member accepts the invitation to become an owner, the action is logged in the compliance portal audit log. Guests are never invited to be owners.
+An Exchange Administrator or Groups Administrator can create a policy that automatically asks the most active members of an ownerless group or team if they'll accept ownership. When a member accepts the invitation to become an owner, the action is logged in the compliance portal audit log. Guests are never invited to be owners.
When creating the policy, you can specify: - If you want to limit who can be invited to be an owner by specifying a security group
admin Create Litigation Hold Mac https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/admin/misc/create-litigation-hold-mac.md
+
+ Title: "Place a mailbox on Litigation Hold"
+description: "Learn how to place a mailbox on Litigation hold, retaining all the mailbox content during an investigation."
+f1.keywords:
+- NOCSH
+++ Last updated : 06/27/2024
+audience: Admin
++
+ms.localizationpriority: medium
+
+- admindeeplinkCOMPLIANCE
+
+- tier1
+- purview-compliance
+- ediscovery
++
+# Place a mailbox on Litigation Hold
+
+You can place a mailbox on Litigation hold to retain all mailbox content, including deleted items and the original versions of modified items. When you place a user mailbox on Litigation hold, content in the user's archive mailbox (if it's enabled) is also retained. When you create a hold, you can specify a hold duration (also called a *time-based hold*) so that deleted and modified items are retained for a specified period and then permanently deleted from the mailbox. Or you can just retain content indefinitely (called an *infinite hold*) or until the Litigation hold is removed. If you do specify a hold duration period, it's calculated from the date a message is received or a mailbox item is created.
+
+Here's what happens when you create a Litigation hold.
+
+- Items that are permanently deleted by the user are retained in the Recoverable Items folder in the user's mailbox for the duration of the hold.
+- Items that are purged from the Recoverable Items folder by the user are retained for the duration of the hold.
+- The storage quota for the Recoverable Items folder is increased from 30 GB to 110 GB.
+- Items in the user's primary and the archive mailboxes are retained
+
+## Assign an Exchange Online Plan 2 license
+
+To place an Exchange Online mailbox on Litigation hold, it must be assigned an Exchange Online Plan 2 license. If a mailbox is assigned an Exchange Online Plan 1 license, you would have to assign it a separate Exchange Online Archiving license to place it on hold.
+
+## Place a mailbox on Litigation hold
+
+Here are the steps to place a mailbox on Litigation hold using the Microsoft 365 admin center.
+
+1. Go to the <a href="https://go.microsoft.com/fwlink/p/?linkid=834822" target="_blank">Microsoft 365 admin center</a> and then select **Users** > **Active users**.
+
+2. Select the user that you want to place on Litigation hold.
+
+3. On the properties flyout page, select the **Mail** tab, and then under **More actions**, select **Manage litigation hold**.
+
+4. On the **Manage litigation hold** flyout page, select the **Turn on litigation hold** checkbox and then enter the following optional information:
+
+ 1. **Hold duration (days)**: Use this box to create a time-based hold and specify how long mailbox items are held when the mailbox is placed on Litigation hold. The duration is calculated from the date a mailbox item is received or created. When the hold duration expires for a specific item, that item will no longer be preserved. If you leave this box blank, items are preserved indefinitely or until the hold is removed. Use days to specify the duration.
+
+ 2. **Note visible to the user**: Use this box to inform the user their mailbox is on Litigation hold. The note will appear on the Account Information page in the user's mailbox if they're using Outlook 2010 or later. To access this page, users can select **File** in Outlook.
+
+ 3. **Web page with more information for the user**: Use this box to direct the user to a website for more information about Litigation hold. This URL appears on the Account Information page in the user's mailbox if they're using Outlook 2010 or later. To access this page, users can select **File** in Outlook.
+
+5. Select **Save changes** on the **Litigation hold** flyout page to create the hold.
+
+ The system displays a banner saying it might take up to 240 minutes for the change to take effect.
+
+### Create a Litigation hold using PowerShell
+
+You can also create a Litigation hold by running the following command in [Exchange Online PowerShell](/powershell/exchange/connect-to-exchange-online-powershell):
+
+```powershell
+Set-Mailbox <username> -LitigationHoldEnabled $true
+```
+
+The previous command preserves items indefinitely because the hold duration isn't specified. To create a time-based hold, using the following command:
+
+```powershell
+Set-Mailbox <username> -LitigationHoldEnabled $true -LitigationHoldDuration <number of days>
+```
+
+You can also run the following command to verify if the mailbox is placed on Litigation hold:
+
+```powershell
+Get-Mailbox <username> | FL LitigationHoldEnabled
+```
+
+A value of *True* indicates that the mailbox is on litigation hold.
+
+For more information, see [Set-Mailbox](/powershell/module/exchange/set-mailbox).
+
+## How does Litigation hold work?
+
+In the normal deleted item workflow, a mailbox item is moved to the Deletions subfolder in the Recoverable Items folder when a user permanently deletes it (Shift + Delete) or deletes it from the Deleted Items folder. A deletion policy (which is a retention tag configured with a Delete retention action) also moves items to the Deletions subfolder when the retention period expires. When a user purges an item in the Recoverable Items folder or when the deleted item retention period expires for an item, it's moved to the Purges subfolder in the Recoverable Items folder and marked for permanent deletion. It will be purged from Exchange the next time the mailbox is processed by the Managed Folder Assistant (MFA).
+
+When a mailbox is placed on Litigation hold, items in the Purges subfolder are preserved for the hold duration specified by the Litigation hold. The hold duration is calculated from the original date an item was received or created, and defines how long items in the Purges subfolder are held. When the hold duration expires for an item in the Purges subfolder, the item is marked for permanent deletion and will be purged from Exchange the next time the mailbox is processed by the MFA. If an indefinite hold is placed on a mailbox, items will never be purged from the Purges subfolder.
+
+The following illustration shows the subfolders in the Recoverable Items folders and the hold workflow process.
++
+> [!NOTE]
+> If a hold associated with an eDiscovery case is placed on a mailbox, purged items are moved from the Deletions subfolder to the DiscoveryHolds subfolder and are preserved until the mailbox is released from the eDiscovery hold.
backup Backup 3P Billing https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/backup/storage/backup-3p-billing.md
Once you have the information on this list, you're ready to perform the followin
4. On the **Use content AI with Microsoft Syntex** page, select **Set up billing**.
-> [!NOTE]
-> To set up pay-as-you-go billing for Microsoft 365 Backup, you must be an owner or contribution role on the Azure subscription to be used.
+ > [!NOTE]
+ > To set up pay-as-you-go billing for Microsoft 365 Backup, you must be an owner or contribution role on the Azure subscription to be used.
5. If you *don't* have an Azure subscription or resource group, follow these steps. If you have an Azure subscription and resource group, go directly to step 6.
Once you have the information on this list, you're ready to perform the followin
2. Or, you can follow steps in [Manage Azure resource groups by using the Azure portal](/azure/azure-resource-manager/management/manage-resource-groups-portal) to create a resource group.
-> [!NOTE]
-> The resource group should be mapped to the Azure subscription you provided when you set up pay-as-you-go.
+ > [!NOTE]
+ > The resource group should be mapped to the Azure subscription you provided when you set up pay-as-you-go.
6. If you ***have*** an Azure subscription, follow these steps:+ 1. On the **Set up pay-as-you-go billing** panel, under **Azure subscription**, select the subscription from the dropdown list. 2. Under **Resource group**, select the resource group from the dropdown list. 3. Under **Region**, select the region from the dropdown list. 4. Review and accept the terms of service, and then select **Save**.
-> [!NOTE]
-> The subscription dropdown list will not populate if you are not an owner or contributor on the subscription.
+ > [!NOTE]
+ > The subscription dropdown list will not populate if you are not an owner or contributor on the subscription.
You have successfully set up pay-as-you-go billing.
To create a Billing Policy for your application and the pay-as-you-go billing co
1. Review the [Microsoft 365 Backup Storage - Third-Party public preview terms of service and conditions](../backup-preview-terms-third-party.md). 2. Email *M365Backup3PBilling@microsoft.com* with the following information: We'll reply back to this email once the request is complete.+ - Subject line containing your **Microsoft Entra tenant ID**. - Message body containing your **Microsoft Entra tenant ID** and **Application Id** of your Microsoft 365 Backup Storage application. - Screenshot of your **application registration details** in [Microsoft Azure > App registrations](https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps) for example: [https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Overview/appId/{ApplicationId}](https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Overview/appId/{ApplicationId}).
For details on how to find your Microsoft Entra tenant ID, refer to [How to find
> Submitting a request to Microsoft indicates that you have accepted the [Microsoft 365 Backup Storage - Third Party public preview terms of service and conditions](../backup-preview-terms-third-party.md). > [!WARNING]
-> The domain of the email address from which you email Microsoft must be registered in the same tenant where you configured the pay-as-you-go billing in the previous step. That is, your email domain must be listed in [Microsoft 365 admin center > Domains](https://admin.microsoft.com/Adminportal/?#/Domains). Failure to do so will mean that your request to create a Billing Policy will be rejected.
+> The domain of the email address from which you send email to Microsoft must be registered in the same tenant where you configured the pay-as-you-go billing in the previous step. That is, your email domain must be listed in [Microsoft 365 admin center > Domains](https://admin.microsoft.com/Adminportal/?#/Domains). Failure to do so will mean that your request to create a Billing Policy will be rejected.
> [!NOTE] > - All requests are processed on a "first come, first served" basis and can take 3 to 5 business days to be processed.
bookings Bookings Overview https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/bookings/bookings-overview.md
description: "An overview of the Microsoft Bookings app, which includes a web-ba
# Microsoft Bookings Microsoft Bookings makes scheduling and managing appointments a breeze. It helps you schedule and manage appointments with your customers, clients, or colleagues. Whether you need to book time to meet people or set aside time for different meetings, Bookings makes it easy and convenient for both you and your attendees. Bookings includes a web-based booking page, which is integrated with Outlook to optimize your calendar and give your customers the flexibility to book a time that works best for them. Email and SMS text notifications reduce no-shows and enhance customer satisfaction. Your organization saves time with a reduction in repetitive scheduling tasks. With built-in flexibility and ability to customize, Bookings can be designed to fit the situation and needs of many different parts of an organization. + Bookings is also available as an app in Teams and Outlook, which allows you to create Booking pages, declare your availability, add team members, and both schedule new and manage existing appointments. ## Watch: Introducing Microsoft Bookings > [!VIDEO https://www.youtube.com/embed/G2HOsM767Sw]
-Bookings makes it easier for small businesses to schedule and manage appointments with their customers.
- ## Microsoft Bookings lets you conduct virtual meetings
-Use Bookings to make your organizationΓÇÖs meetings virtual with online meetings via [Microsoft Teams](https://support.microsoft.com/office/overview-of-the-bookings-app-in-teams-7b8569e1-0c8a-444e-b712-d9968b05110b) and Skype for Business. Each appointment booked as an online meeting creates a unique meeting link that is sent to attendees so they can join via a web browser, phone dial-in, or the Skype or Teams app. Bookings is also available as an [app in Teams](https://support.microsoft.com/office/overview-of-the-bookings-app-in-teams-7b8569e1-0c8a-444e-b712-d9968b05110b), which allows you to create Booking pages, declare your availability, add team members, and both schedule new and manage existing appointments.
+Use Bookings to make your organizationΓÇÖs meetings virtual with online meetings via [Microsoft Teams](https://support.microsoft.com/office/overview-of-the-bookings-app-in-teams-7b8569e1-0c8a-444e-b712-d9968b05110b) Each appointment booked as an online meeting creates a unique meeting link that is sent to attendees so they can join via a web browser, phone dial-in, or the Skype or Teams app.
:::image type="content" source="../media/Bookings-overview-homepage.png" alt-text="Screenshot showing the homepage for Microsoft Bookings." lightbox="../media/Bookings-overview-homepage.png"::: ## Personal Bookings
-Personal bookings is how you manage your own appointment timeslots, it allows you to easily configure and share your availability with your customers, clients, or colleagues. You can be in charge of your own time and avoid the back and forth of scheduling. You can also set aside time for specific activities by creating meeting types. Once you create a personal booking page, you can share a link with anyone who can then see your availability and easily schedule a time when you're free and is convenient for them.
+Personal bookings is how you manage your own appointment timeslots, it allows you to easily configure and share your availability with your customers, clients, or colleagues. You can be in charge of your own time and avoid the back and forth of scheduling. You can also set aside time for specific activities by creating meeting types. Once you publish your personal booking page, you can share the link with anyone who can then see your availability and easily schedule a time when you're free and is convenient for them.
## Shared Bookings
-Shared bookings are booking pages that you create and manage for your team. They allow you to invite your team members to let your customers book time with you and your team.
-
-It's made up of these components:
-
-A booking page where your customers and clients can schedule appointments with the staff members who should provide the service or run the appointment. This web-based booking page can be shared via a direct link, your Facebook page, and even through link embedding within your website.
-
-A web app that contains a set of web-based, business-facing pages where Booking page owners and administrators within an organization can define appointment types and details, manage staff schedules and availability, set business hours, and customize how appointments are scheduled. These pages allow for versatility and the ability to customize a booking page to fit the diverse needs of the person or organization.
+Shared bookings allows you to invite your team members and create booking pages and let your customers book time with you and your team. It contains various settings to define services, manage staff members, configure schedules and availability, business hours and customize how appointments are scheduled. These pages can be customized to fit the diverse needs of your organization.
## Bookings data and compliance
enterprise Planportallaunchroll Out https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/Planportallaunchroll-out.md
Title: "Planning your portal launch roll-out plan in SharePoint in Microsoft 365
Previously updated : 08/10/2020 Last updated : 06/27/2024 audience: Admin
- scotvorg - Ent_O365 - SPO_Content
+- must-keep
f1.keywords: - CSH
A portal is a SharePoint site on your intranet with many site viewers who consum
This article describes how to plan your deployment and roll-out plan to SharePoint in Microsoft 365. It also provides approaches to follow as traditional load testing isn't permitted on SharePoint in Microsoft 365. SharePoint in Microsoft 365 is a cloud service and the load capabilities, health, and overall balance of load in the service are managed by Microsoft.
-To help in creating a successful portal, follow the basic principles, practices, and recommendations detailed in the [Creating, launching, and maintaining a healthy portal](/sharepoint/portal-health)
+To help in creating a successful portal, follow the basic principles, practices, and recommendations detailed in [Creating, launching, and maintaining a healthy portal](/sharepoint/portal-health).
## Portal Launch Scheduler
A key part of a successful launch is the "wave" or "phased roll-out" approach.
## Can I load test SharePoint in Microsoft 365?
-SharePoint in Microsoft 365 is a shared multi-tenanted environment that is balanced across farms and scale is adjusted in an on-going basis. Load testing an environment, like SharePoint in Microsoft 365, whose scale changes continuously won't only give you unexpected results but it isn't permitted.
+SharePoint in Microsoft 365 is a shared multi-tenanted environment that is balanced across farms and scale is adjusted in an ongoing basis. Load testing an environment, like SharePoint in Microsoft 365, whose scale changes continuously won't only give you unexpected results but it isn't permitted.
Learn more: [Capacity planning and load testing SharePoint in Microsoft 365](capacity-planning-and-load-testing-sharepoint-online.md)
A few basic factors should be considered:
- For all site pages in SharePoint, use the [Page Diagnostics tool](./page-diagnostics-for-spo.md), which is a Chromium extension that assists with analyzing and providing guidance. This tool can be used by site owners, editors, administrators, and developers as it is designed to be a starting point for analysis and optimization. - Developers should also use development tools like F12 browser developer tool and CTRL-F12 in the browser on modern pages. [Fiddler](https://www.telerik.com/download/fiddler) can also be used to review the size weight (how large the page is in megabytes) of the page and the number of calls and elements impacting the overall page load.
-This section was a brief summary for optimizing pages. To learn more, see: [Creating, launching, and maintaining a healthy portal](/sharepoint/portal-health).
+This section was a brief summary for optimizing pages. To learn more, see: [Creating, launching, and maintaining a healthy portal](/sharepoint/portal-health).
## Follow a Wave / Phased roll-out approach
During each of the waves, gather user feedback around the features and the perfo
**What to do**: - Decide on the timing of each phase and ensure that you have a contingency / pause opportunity, should you need to make adjustments before continuing-- Plan your first group of users that you want to enable, to ensure you receive the feedback you need to move forward. Where possible, select an active group of users that will provide feedback in a timely fashion
+- Plan your first group of users that you want to enable, to ensure you receive the feedback you need to move forward. Where possible, select an active group of users that will provide feedback in a timely fashion
- As you plan each wave, try to start with a small user base (less than 5,000 users). Increase the group sizes as you proceed with each wave. By creating a staggered approach, it allows for easier pause opportunities as needed.
enterprise Capacity Planning And Load Testing Sharepoint Online https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/capacity-planning-and-load-testing-sharepoint-online.md
Title: "Capacity planning and load testing SharePoint Online"
+ Title: "Capacity planning and load testing SharePoint in Microsoft 365"
Previously updated : 04/10/2019 Last updated : 06/28/2024 audience: Admin
- scotvorg - Ent_O365 - SPO_Content
+- must-keep
f1.keywords: - CSH
search.appverid:
- SPO160 - MET150 ms.assetid: c932bd9b-fb9a-47ab-a330-6979d03688c0
-description: "This article describes how you can deploy to SharePoint Online without performing traditional load testing since it isn't permitted."
+description: "This article describes how you can deploy to SharePoint in Microsoft 365 without performing traditional load testing since it isn't permitted."
-# Capacity planning and load testing SharePoint Online
-This article describes how you can deploy to SharePoint Online without traditional load testing, since load-testing isn't permitted on SharePoint Online. SharePoint Online is a cloud service and Microsoft manages the load capabilities, health, and overall balance of load in the service.
+# Capacity planning and load testing SharePoint in Microsoft 365
+This article describes how you can deploy to SharePoint in Microsoft 365 without traditional load testing, since load-testing isn't permitted on SharePoint in Microsoft 365. SharePoint in Microsoft 365 is a cloud service and Microsoft manages the load capabilities, health, and overall balance of load in the service.
The best approach to ensuring the success of launching your site is to follow basic principles, practices, and recommendations that are highlighted in the [plan your portal launch roll-out](planportallaunchroll-out.md).
-## Overview of how SharePoint Online performs Capacity planning
-One of the main benefits of SharePoint Online over an on-premises deployment is the elasticity of the cloud and optimizations for users in distributed regions. Our large-scale environment is set up to service millions of users on a daily basis. So it's important that we handle capacity effectively by balancing and expanding farms.
+## Overview of how SharePoint in Microsoft 365 performs Capacity planning
+
+One of the main benefits of SharePoint in Microsoft 365 over an on-premises deployment is the elasticity of the cloud and optimizations for users in distributed regions. Our large-scale environment is set up to service millions of users on a daily basis. So it's important that we handle capacity effectively by balancing and expanding farms.
-While the growth is often unpredictable for any one tenant in any one farm, the aggregated sum of requests is predictable over time. By identifying the growth trends in SharePoint Online, we can plan for future expansion.
+While the growth is often unpredictable for any one tenant in any one farm, the aggregated sum of requests is predictable over time. By identifying the growth trends in SharePoint in Microsoft 365, we can plan for future expansion.
-In order to efficiently use capacity and deal with unexpected growth, in any farm, we have automation that tracks and monitors various elements of the service. Multiple metrics are utilized, with one of the main ones being CPU load, which is used as a signal to scale-up front-end servers. Additionally, we recommend a [phased / wave approach](planportallaunchroll-out.md), as SQL environments will scale according to load and growth over time. Following the phases and waves allows for the correct distribution of that load and growth.
+In order to efficiently use capacity and deal with unexpected growth, in any farm, we have automation that tracks and monitors various elements of the service. Multiple metrics are utilized, with one of the main ones being CPU load, which is used as a signal to scale-up front-end servers. Additionally, we recommend a [phased / wave approach](planportallaunchroll-out.md), as SQL environments will scale according to load and growth over time. Following the phases and waves allows for the correct distribution of that load and growth.
Capacity is more than just about adding more hardware on a continuous basis but it also pertains to managing and controlling that capacity to ensure it's servicing valid load requests. We recommend that customers follow the recommended guidance to ensure they have the best experience. It also means that we have throttling patterns and controls in place to ensure we don't allow "abusive" behavior in the service. While not all "bad" behavior is intentional, we do have to ensure that we limit the effect of that behavior. For further information on throttling and how to avoid it, review the [how to avoid being throttled guidance](/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online) article.
-## Why you cannot load test SharePoint Online
-With on-premises environments, load testing is used to validate scale assumption and ultimately find the breaking point of a farm; by saturating it with load.
+## Why you can't load test SharePoint in Microsoft 365
+
+With on-premises environments, load testing is used to validate scale assumption and ultimately find the breaking point of a farm; by saturating it with load.
+
+With SharePoint in Microsoft 365, we need to do things differently because the scale is relatively fluid and adjusts, throttles, and controls load, based on certain heuristics. Being such a large-scale multitenant environment, we must protect all tenants in the same farm, so we automatically throttle any load tests.
-With SharePoint Online, we need to do things differently because the scale is relatively fluid and adjusts, throttles, and controls load, based on certain heuristics. Being such a large-scale multi-tenant environment, we must protect all tenants in the same farm, so we automatically throttle any load tests.
-If you do however attempt to load test, besides being throttled, you could receive disappointing and potentially misleading results. The reason it could happen is because the farm you tested today could have scale changes during the testing window or within hours after testing, as scale and farm balancing actions are performed on an on-going basis.
+If you do however attempt to load test, besides being throttled, you could receive disappointing and potentially misleading results. The reason it could happen is because the farm you tested today could have scale changes during the testing window or within hours after testing, as scale and farm balancing actions are performed on an ongoing basis.
-Instead of trying to load test SharePoint as a service, rather focus on following the recommended practices and follow the [Creating, launching, and maintaining a healthy portal](/sharepoint/portal-health) guidance.
+Instead of trying to load test SharePoint as a service, rather focus on following the recommended practices and follow the [Creating, launching, and maintaining a healthy portal](/sharepoint/portal-health) guidance.
enterprise Cloud Microsoft Domain https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/cloud-microsoft-domain.md
Since 2023, *.cloud.microsoft and other domains related to the domain unificatio
|Microsoft Admin Center| [admin.cloud.microsoft](https://admin.cloud.microsoft)| |Microsoft Loop | [loop.cloud.microsoft](https://loop.cloud.microsoft)| |Microsoft Mesh | [mesh.cloud.microsoft](https://mesh.cloud.microsoft)|
+|Microsoft Planner | [planner.cloud.microsoft](https://planner.cloud.microsoft)|
|Microsoft Setup | [setup.cloud.microsoft](https://setup.cloud.microsoft)| |Microsoft Sway | [sway.cloud.microsoft](https://sway.cloud.microsoft)| |Microsoft Viva Engage | [engage.cloud.microsoft](https://engage.cloud.microsoft)|
enterprise Cmdlet References For Microsoft 365 Services https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/cmdlet-references-for-microsoft-365-services.md
Title: "Cmdlet references for Microsoft 365 services"
Previously updated : 07/16/2020 Last updated : 06/27/2024 audience: ITPro
ms.localizationpriority: medium
- scotvorg - Ent_O365
+- must-keep
f1.keywords: - CSH
- has-azure-ad-ps-ref - azure-ad-ref-level-one-done ms.assetid: 3a1ea1a6-edbd-4922-9ad3-0b075f7f9009
-description: Find Microsoft 365 PowerShell cmdlet references for Microsoft Entra ID, Exchange Online, SharePoint Online, Skype for Business Online, and Security & Compliance.
+description: Find Microsoft 365 PowerShell cmdlet references for Microsoft Graph, Exchange Online, SharePoint Online, Skype for Business Online, and Security & Compliance.
# Cmdlet references for Microsoft 365 services
enterprise Configure Services And Applications https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/configure-services-and-applications.md
Title: Configure Microsoft 365 Enterprise services and applications
Previously updated : 08/10/2020 Last updated : 06/28/2024 audience: ITPro
- scotvorg - Ent_O365 - M365-subscription-management
+- must-keep
search.appverid: - MET150 - MOE150
enterprise Cross Tenant Sharepoint Migration Step5 https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/cross-tenant-sharepoint-migration-step5.md
Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostURL https://m365x12
|Warning|Yes| |Incompatible|No|
-> [!NOTE]
+> [!IMPORTANT]
> We recommend waiting a period of **48 hours**. If your tenants are still reporting as *incompatible*, contact support. > > We recommend performing the compatibility status check on a frequent basis and prior to starting ANY instances of cross tenant migrations. If the tenants are not compatible, this can result in cross-tenant migrations failing.
enterprise Microsoft 365 Isolation In Azure Active Directory https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/microsoft-365-isolation-in-azure-active-directory.md
Title: "Microsoft 365 Isolation and Access Control in Microsoft Entra ID"
Previously updated : 08/10/2020 Last updated : 06/28/2024 audience: ITPro
- scotvorg - Strat_O365_IP - M365-security-compliance
+- must-keep
f1.keywords: - NOCSH description: In this article, learn how Isolation and Access Control work to keep data for multiple tenants isolated from each other within Microsoft Entra ID.
Microsoft Entra ID was designed to host multiple tenants in a highly secure way
No application, user, server, or service can access Microsoft Entra ID without the proper authentication and token or certificate. Requests are rejected if they aren't accompanied by proper credentials. Effectively, Microsoft Entra ID hosts each tenant in its own protected container, with policies and permissions to and within the container solely owned and managed by the tenant.
-
+ ![Azure container.](../media/office-365-isolation-azure-container.png) The concept of tenant containers is deeply ingrained in the directory service at all layers, from portals all the way to persistent storage. Even when multiple Microsoft Entra tenant metadata is stored on the same physical disk, there's no relationship between the containers other than what is defined by the directory service, which in turn is dictated by the tenant administrator. There can be no direct connections to Microsoft Entra storage from any requesting application or service without first going through the authorization layer. In the following example, Contoso and Fabrikam both have separate, dedicated containers, and even though those containers can share some of the same underlying infrastructure, such as servers and storage, they remain separate and isolated from each other, and gated by layers of authorization and access control.
-
+ ![Azure dedicated containers.](../media/office-365-isolation-azure-dedicated-containers.png) In addition, there are no application components that can execute from within Microsoft Entra ID, and it isn't possible for one tenant to forcibly breach the integrity of another tenant, access encryption keys of another tenant, or read raw data from the server.
enterprise Modern Page Weight Optimization https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/modern-page-weight-optimization.md
Title: "Optimize page weight in SharePoint modern site pages"
Previously updated : 03/11/2020 Last updated : 06/28/2024 audience: ITPro
- Ent_O365 - Strat_O365_Enterprise - SPO_Content
+- must-keep
f1.keywords: - CSH
This article will help you understand how to reduce page weight in your modern s
The Page Diagnostics for SharePoint tool is a browser extension for the new Microsoft Edge (https://www.microsoft.com/edge) and Chrome browsers that analyzes both SharePoint modern portal and classic publishing site pages. The tool provides a report for each analyzed page showing how the page performs against a defined set of performance criteria. To install and learn about the Page Diagnostics for SharePoint tool, visit [Use the Page Diagnostics tool for SharePoint](page-diagnostics-for-spo.md). >[!NOTE]
->The Page Diagnostics tool only works for SharePoint, and cannot be used on a SharePoint system page.
+>The Page Diagnostics tool only works for SharePoint in Microsoft 365, and cannot be used on a SharePoint system page.
When you analyze a SharePoint site page with the Page Diagnostics for SharePoint tool, you can see information about page in the **Page weight under 500KB** result of the _Diagnostic tests_ pane. The result will appear in green if the page weight is under the baseline value, and red if the page weight exceeds the baseline value.
Before you make page revisions to remediate performance issues, make a note of t
[Content delivery networks](content-delivery-networks.md)
-[Use the Office 365 Content Delivery Network (CDN) with SharePoint](use-microsoft-365-cdn-with-spo.md)
+[Use the Office 365 Content Delivery Network (CDN) with SharePoint](use-microsoft-365-cdn-with-spo.md)
enterprise Modern Portal Limits https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/modern-portal-limits.md
Title: "SharePoint modern portal site limits"
Previously updated : 10/9/2019 Last updated : 06/27/2024 audience: Admin
- scotvorg - Strat_O365_Enterprise - SPO_Content
+- must-keep
f1.keywords: - CSH
enterprise Setup Overview For Enterprises https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/enterprise/setup-overview-for-enterprises.md
Title: "Deploy Microsoft 365 Enterprise for your organization"
Previously updated : 11/19/2019 Last updated : 06/28/2024 audience: ITPro
- Strat_O365_Enterprise - M365-subscription-management - essentials-overview
+- must-keep
f1.keywords: - CSH
This article describes two deployment options, whether you want help or are doin
## Guided Microsoft 365 Enterprise setup process with FastTrack
-**[FastTrack for Microsoft 365](https://www.microsoft.com/fasttrack/microsoft-365)** is the best method for deploying Microsoft 365. FastTrack guides you through the most common deployment configurations and can answer questions along the way.
+**[FastTrack for Microsoft 365](https://www.microsoft.com/fasttrack/microsoft-365)** is the best method for deploying Microsoft 365. FastTrack guides you through the most common deployment configurations and can answer questions along the way.
To access a series of setup guides, sign in to your Microsoft 365 subscription, and then go to [Setup guidance](https://aka.ms/o365fasttrack).
To deploy Microsoft 365 Enterprise on your own after completing your planning, t
Includes short videos that help your users get the most out of Microsoft 365 quickly. > [!NOTE]
-> These steps are also for businesses and [nonprofits](https://go.microsoft.com/fwlink/?LinkId=627221) that want to start with a custom deployment of Microsoft 365 Enterprise.
+> These steps are also for businesses and [nonprofits](https://go.microsoft.com/fwlink/?LinkId=627221) that want to start with a custom deployment of Microsoft 365 Enterprise.
includes Office 365 U.S. Government Dod Endpoints https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/includes/office-365-u.s.-government-dod-endpoints.md
<!--THIS FILE IS AUTOMATICALLY GENERATED. MANUAL CHANGES WILL BE OVERWRITTEN.--> <!--Please contact the Office 365 Endpoints team with any questions.-->
-<!--USGovDoD endpoints version 2024053000-->
-<!--File generated 2024-05-30 08:00:18.9732-->
+<!--USGovDoD endpoints version 2024062800-->
+<!--File generated 2024-06-28 08:00:02.1157-->
## Exchange Online
ID | Category | ER | Addresses | Ports
## SharePoint Online and OneDrive for Business ID | Category | ER | Addresses | Ports | -- | | | -
-9 | Optimize<BR>Required | Yes | `*.dps.mil, *.sharepoint-mil.us`<BR>`20.34.12.0/22, 104.212.48.0/23, 2001:489a:2204::/63, 2001:489a:2204:c00::/54` | **TCP:** 443, 80
+-- | -- | | -- | -
+9 | Optimize<BR>Required | Yes | `*.dps.mil, *.sharepoint-mil.us`<BR>`20.34.12.0/22, 2001:489a:2204:902::/63, 2001:489a:2204:c00::/63` | **TCP:** 443, 80
10 | Default<BR>Required | No | `*.wns.windows.com, g.live.com, oneclient.sfx.ms` | **TCP:** 443, 80 19 | Allow<BR>Required | Yes | `*.od.apps.mil, od.apps.mil` | **TCP:** 443, 80 20 | Default<BR>Required | No | `*.svc.ms, az741266.vo.msecnd.net, spoprod-a.akamaihd.net, static.sharepointonline.com` | **TCP:** 443, 80
includes Office 365 U.S. Government Gcc High Endpoints https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/includes/office-365-u.s.-government-gcc-high-endpoints.md
<!--THIS FILE IS AUTOMATICALLY GENERATED. MANUAL CHANGES WILL BE OVERWRITTEN.--> <!--Please contact the Office 365 Endpoints team with any questions.-->
-<!--USGovGCCHigh endpoints version 2023120100-->
-<!--File generated 2023-11-30 17:00:13.6631-->
+<!--USGovGCCHigh endpoints version 2024062800-->
+<!--File generated 2024-06-28 08:00:03.9264-->
## Exchange Online ID | Category | ER | Addresses | Ports -- | -- | | - | - 1 | Optimize<BR>Required | Yes | `outlook.office365.us`<BR>`20.35.208.0/20, 20.35.240.0/21, 40.66.16.0/21, 2001:489a:2200:100::/56, 2001:489a:2200:400::/56, 2001:489a:2200:600::/56` | **TCP:** 443, 80
-4 | Default<BR>Required | Yes | `attachments.office365-net.us, autodiscover.<tenant>.mail.onmicrosoft.com, autodiscover.<tenant>.mail.onmicrosoft.us, autodiscover.<tenant>.onmicrosoft.com, autodiscover.<tenant>.onmicrosoft.us, autodiscover-s.office365.us` | **TCP:** 443, 80
+4 | Default<BR>Required | Yes | `attachments.office365-net.us, autodiscover-s.office365.us, autodiscover.<tenant>.mail.onmicrosoft.com, autodiscover.<tenant>.mail.onmicrosoft.us, autodiscover.<tenant>.onmicrosoft.com, autodiscover.<tenant>.onmicrosoft.us` | **TCP:** 443, 80
5 | Default<BR>Required | Yes | `outlook.office365.us` | **TCP:** 143, 25, 587, 993, 995 6 | Allow<BR>Required | Yes | `*.manage.office365.us, *.protection.office365.us, *.scc.office365.us, manage.office365.us, scc.office365.us`<BR>`23.103.191.0/24, 23.103.199.128/25, 23.103.208.0/22, 52.227.182.149/32, 52.238.74.212/32, 52.244.65.13/32, 2001:489a:2202:4::/62, 2001:489a:2202:c::/62, 2001:489a:2202:2000::/63` | **TCP:** 25, 443 ## SharePoint Online and OneDrive for Business ID | Category | ER | Addresses | Ports | -- | | - | -
-9 | Optimize<BR>Required | Yes | `*.sharepoint.us`<BR>`20.34.8.0/22, 104.212.50.0/23, 2001:489a:2204:2::/63, 2001:489a:2204:800::/54` | **TCP:** 443, 80
+-- | -- | | | -
+9 | Optimize<BR>Required | Yes | `*.sharepoint.us`<BR>`20.34.8.0/22, 2001:489a:2204:800::/63, 2001:489a:2204:900::/63` | **TCP:** 443, 80
10 | Default<BR>Required | No | `*.wns.windows.com, admin.onedrive.us, g.live.com, oneclient.sfx.ms` | **TCP:** 443, 80 20 | Default<BR>Required | No | `*.svc.ms, az741266.vo.msecnd.net, spoprod-a.akamaihd.net, static.sharepointonline.com` | **TCP:** 443, 80
ID | Category | ER | Addresses | Ports
-- | - | | -- | - 11 | Allow<BR>Required | Yes | `*.gov.online.office365.us`<BR>`52.127.37.0/24, 52.127.82.0/23, 2001:489a:2208::/49` | **TCP:** 443 13 | Allow<BR>Required | Yes | `*.auth.microsoft.us, *.gov.us.microsoftonline.com, graph.microsoft.us, graph.microsoftazure.us, login.microsoftonline.us`<BR>`20.140.232.0/23, 52.126.194.0/23, 2001:489a:3500::/50` | **TCP:** 443
-14 | Default<BR>Required | No | `*.msauth.net, *.msauthimages.us, *.msftauth.net, *.msftauthimages.us, clientconfig.microsoftonline-p.net, graph.windows.net, login.microsoftonline.com, login.microsoftonline-p.com, login.windows.net, loginex.microsoftonline.com, login-us.microsoftonline.com, mscrl.microsoft.com, nexus.microsoftonline-p.com, secure.aadcdn.microsoftonline-p.com` | **TCP:** 443
+14 | Default<BR>Required | No | `*.msauth.net, *.msauthimages.us, *.msftauth.net, *.msftauthimages.us, clientconfig.microsoftonline-p.net, graph.windows.net, login-us.microsoftonline.com, login.microsoftonline-p.com, login.microsoftonline.com, login.windows.net, loginex.microsoftonline.com, mscrl.microsoft.com, nexus.microsoftonline-p.com, secure.aadcdn.microsoftonline-p.com` | **TCP:** 443
15 | Default<BR>Required | No | `officehome.msocdn.us, prod.msocdn.us` | **TCP:** 443, 80 16 | Allow<BR>Required | Yes | `www.office365.us`<BR>`52.227.170.242/32` | **TCP:** 443, 80 17 | Allow<BR>Required | Yes | `*.osi.office365.us, gcchigh.loki.office365.us, tasks.office365.us`<BR>`52.127.240.0/20, 2001:489a:2206::/48` | **TCP:** 443
loop Loop Compliance Summary https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/loop/loop-compliance-summary.md
Last updated 06/14/2024 Title: "Summary of governance, lifecycle, and compliance capabilities for Loop experiences" ---+++ recommendations: true audience: Admin f1.keywords:
search.appverid: - SPO160 - MET150
-description: "Learn about the governance, data lifecycle management and compliance capabilities for Loop experiences."
+description: "Learn about the governance, data lifecycle management, and compliance capabilities for Loop experiences."
# Summary of governance, lifecycle, and compliance capabilities for Loop
Where the Loop content was originally created determines its storage location:
|--|--|--| | |This column applies to Loop content: <ul><li>Created in all other places that don't have tightly associated collaborative storage (e.g. Teams chat, Outlook email, Word for the web, Whiteboard) ➡️️ in the creator's OneDrive <li>Created in places that have dedicated shared storage (e.g. Teams channels) ➡️️ SharePoint </ul>|This column applies to Loop content: <ul><li>Created inside the Loop app: Workspaces, Ideas ➡️ in SharePoint Embedded, one container per Loop workspace </ul>| |***Foundations***|||
-|Admin toggles |**[Admin Toggles](/microsoft-365/loop/loop-components-configuration#available-policy-settings)** exist to turn on or off creation of and live rendering of Loop components in the Microsoft 365 ecosystem. If you enable Loop components in the Microsoft 365 ecosystem via the primary toggle, there are additional separate toggles to turn on or off Loop components in Outlook or Teams chats and channels. There is also an additional toggle to turn on or off Loop components for collaborative meeting notes. <br><br>Organizations with eCommunication regulations can choose to leave Loop components on across the Microsoft 365 ecosystem while using the independent toggles for communication tools during evaluation of Loop's data lifecycle, governance, and compliance capabilities.|**[Admin Toggle](/microsoft-365/loop/loop-workspaces-configuration)** exists to turn on or off creation of content stored in SharePoint Embedded. This includes controlling creation of Loop Ideas and creation of new workspaces.|
+|Admin toggles |**[Admin Toggles](/microsoft-365/loop/loop-components-configuration#available-policy-settings)** exist to turn on or off creation of and live rendering of Loop components in the Microsoft 365 ecosystem. If you enable Loop components in the Microsoft 365 ecosystem via the primary toggle, there are additional separate toggles to turn on or off Loop components in Outlook or Teams chats and channels. There's also an additional toggle to turn on or off Loop components for collaborative meeting notes. <br><br>Organizations with eCommunication regulations can choose to leave Loop components on across the Microsoft 365 ecosystem while using the independent toggles for communication tools during evaluation of Loop's data lifecycle, governance, and compliance capabilities.|**[Admin Toggle](/microsoft-365/loop/loop-workspaces-configuration)** exists to turn on or off creation of content stored in SharePoint Embedded. This includes controlling creation of Loop Ideas and creation of new workspaces.|
|GDPR |**GDPR** data subject requests can be serviced as part of the [Microsoft Purview portal](/compliance/regulatory/gdpr-data-subject-requests#data-subject-request-admin-tools) and [Purview eDiscovery workflows](/purview/ediscovery)|**GDPR** data subject requests can be serviced as part of the [Microsoft Purview portal](/compliance/regulatory/gdpr-data-subject-requests#data-subject-request-admin-tools) and [Purview eDiscovery workflows](/purview/ediscovery)| |EUDB |**EUDB** compliant - [What is the EU Data Boundary?](/privacy/eudb/eu-data-boundary-learn)|**EUDB** compliant - [What is the EU Data Boundary?](/privacy/eudb/eu-data-boundary-learn)| |***Data Security, Devices***|||
The following sections detail capabilities that are **not yet available** for Mi
- When users delete an entire Loop workspace, that Loop workspace isn't available in an **end-user visible Recycle bin**. Furthermore, restoring the Loop workspace using admin tooling doesn't update in the Loop app user experience. The user would need to visit a saved page link for a workspace that's restored in order to see it again. - When an **admin deletes** a Loop workspace, it **will not be removed from the user's view** of Loop workspaces. When users click on the deleted Loop workspace, it displays an error. - **Individual controls for guest or external sharing** of a specific Loop workspace isn't available.-- Get and set **conditional access policy** and **block download policy** tenant defaults are available. Individual controls per Loop workspace for these capabilities are not available.
+- Get and set **conditional access policy** and **block download policy** tenant defaults are available. Individual controls per Loop workspace for these capabilities aren't available.
### Records Management not yet available - While Retention policies are enforced if configured at the *all SharePoint site* level, **setting or overriding the *all SharePoint sites* Retention policy on an individual Loop workspace** isn't yet available.
loop Loop Components Configuration https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/loop/loop-components-configuration.md
Last updated 08/21/2023 Title: "Manage Loop components in OneDrive and SharePoint" ---+++ recommendations: true audience: Admin f1.keywords: - NOCSH-+ ms.localizationpriority: medium
As described in this topic, you can control the ability for users in your enviro
If configured to Disabled, the settings in this article will prevent creation of new Loop files. However, when Disabled, there are still a few places that Loop experiences can appear.
-Because Loop experiences create files in SharePoint and OneDrive, files that were created before IT admins disable new creation can still appear in places such as Microsoft365.com, the Loop component viewer and editor (loop.microsoft.com), and links to Loop components shared in messages or documents. The files themselves are not removed and access to these files is determined by the permissions set on them. Therefore, someone with edit access to a Loop file can still open it and edit it after you have disabled creation of new Loop files. This would be similar to a txt file or any other file in OneDrive or SharePoint.
+Because Loop experiences create files in SharePoint and OneDrive, files that were created before IT admins disable new creation can still appear in places such as Microsoft365.com, the Loop component viewer and editor (loop.microsoft.com), and links to Loop components shared in messages or documents. The files themselves aren't removed and access to these files is determined by the permissions set on them. Therefore, someone with edit access to a Loop file can still open it and edit it after you have disabled creation of new Loop files. This would be similar to a txt file or any other file in OneDrive or SharePoint.
In addition, because there are no separate licensing requirements for the Loop component viewer and editor, only the requirement that users have access to OneDrive, users will still be able to access the Loop component viewer and editor by visiting loop.microsoft.com and via Loop in the All apps view in Microsoft365.com. The presence of the Loop app in the All apps view is dependent on the user having a license to OneDrive; if you wish to prevent users from seeing the Loop app, you can disable their access to OneDrive, or configure a conditional access policy for loop.microsoft.com so that visits to the page fail to load.
loop Loop Components Teams https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/loop/loop-components-teams.md
Title: Overview of Loop components in the Microsoft 365 ecosystem---+++ audience: Admin
The .loop files can only be opened as links in your browser, such as in Loop, an
If you disable these experiences as outlined in the [Settings management](loop-components-configuration.md#settings-management-in-cloud-policy) section, the following experience-changes apply: - The create/insert entry point within Teams messaging and Outlook email is hidden. The users won't be able to create new .loop files. - Existing messages will no longer render as an interactive Loop component, instead they render as a hyperlink. No interactive content will be displayed within the app that Loop components are disabled.-- When you click on the hyperlink or browse to a .loop file in OneDrive and click it to open, it opens in a separate browser tab in the Loop component viewer and editor. You will still be able to edit the file.
+- When you click on the hyperlink or browse to a .loop file in OneDrive and click it to open, it opens in a separate browser tab in the Loop component viewer and editor. You'll still be able to edit the file.
## Known issues
loop Loop Data Integrations Configuration https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/loop/loop-data-integrations-configuration.md
Last updated 02/22/2024 Title: "Configuring external data integrations for Loop experiences" ---+++ recommendations: true audience: Admin f1.keywords:
Microsoft enabled Jira, Trello, and GitHub integration experiences within [Micro
When data integrations are Enabled, data from external sources synchronize into the Loop data file. Integration options appear in the Discover '/' menu. Integrations synchronize data when the user views or edits the Loop component in apps that support Loop such as Teams, Outlook, Loop app, etc.
-When data integrations are Disabled, data from these disabled external sources don't synchronize. No connections to these external sources can be established. All existing data stops synchronizing, and becomes read-only everywhere. The integration options still appear in the Discover '/' menu but users cannot activate or create new external data integrations.
+When data integrations are Disabled, data from these disabled external sources don't synchronize. No connections to these external sources can be established. All existing data stops synchronizing, and becomes read-only everywhere. The integration options still appear in the Discover '/' menu but users can't activate nor create new external data integrations.
## Example policy configurations and user experience result
loop Loop Preview Configuration https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/loop/loop-preview-configuration.md
Last updated 02/29/2024
Title: "Manage Loop app preview" ---+++ recommendations: true audience: Admin f1.keywords: - NOCSH-+ ms.localizationpriority: medium
If you prefer, you can also create other types of groups to use with Cloud Polic
## Configuring preview user accounts in Cloud Policy
-The Loop app oreview gate checks the following [Cloud Policy](/deployoffice/admincenter/overview-cloud-policy) setting:
+The Loop app preview gate checks the following [Cloud Policy](/deployoffice/admincenter/overview-cloud-policy) setting:
- **Enable preview features for Loop**
loop Loop Workspaces Configuration https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/loop/loop-workspaces-configuration.md
Last updated 06/14/2024 Title: "Manage Loop workspaces in SharePoint Embedded" ---+++ recommendations: true audience: Admin f1.keywords: - NOCSH-+ ms.localizationpriority: medium
As described in this topic, you can control the ability for users in your enviro
If configured to Disabled, the settings in this article will prevent creation of new Loop files. However, when Disabled, there are still a few places that Loop experiences can appear.
-Because Loop app creates files in SharePoint Embedded, files and workspaces that were created before IT admins disable new creation can still appear in places such as Microsoft365.com, the Loop component viewer and editor (loop.microsoft.com), and links to Loop components shared in messages or documents. The files themselves are not removed and access to these files is determined by the permissions set on them. Therefore, someone with edit access to a Loop file can still open it and edit it after you have disabled creation of new Loop files. This would be similar to a txt file or any other file in OneDrive or SharePoint.
+Because Loop app creates files in SharePoint Embedded, files and workspaces that were created before IT admins disable new creation can still appear in places such as Microsoft365.com, the Loop component viewer and editor (loop.microsoft.com), and links to Loop components shared in messages or documents. The files themselves aren't removed and access to these files is determined by the permissions set on them. Therefore, someone with edit access to a Loop file can still open it and edit it after you have disabled creation of new Loop files. This would be similar to a txt file or any other file in OneDrive or SharePoint.
In addition, because there are no separate licensing requirements for the Loop component viewer and editor, only the requirement that users have access to OneDrive, users will still be able to access the Loop component viewer and editor by visiting loop.microsoft.com and via Loop in the All apps view in Microsoft365.com. The presence of the Loop app in the All apps view is dependent on the user having a license to OneDrive; if you wish to prevent users from seeing the Loop app, you can disable their access to OneDrive, or configure a conditional access policy for loop.microsoft.com so that visits to the page fail to load.
loop Loop Workspaces Storage Permission https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/loop/loop-workspaces-storage-permission.md
You can share Loop workspaces, pages, and components with users external to your
- The user you're sharing with must have a guest account in your tenant or [Business-to-Business Invitation Manager is enabled](/entra/external-id/what-is-b2b). - Your organization doesn't have sensitivity labels configured. Loop external sharing won't work for companies with sensitivity labels configured. Once sensitivity labels for Loop workspaces, pages, and components are generally available, then external sharing for companies with sensitivity labels configured will function.
-Workspaces can only be shared with users that have an existing guest account in your tenant. If Business-to-business Invitation Manager is enabled, users can share a page or component with a guest user which will enable the flow to create a guest account for the user.
+Workspaces can only be shared with users that have an existing guest account in your tenant. If Business-to-business Invitation Manager is enabled, users can share a page or component with a guest user, which will enable the flow to create a guest account for the user.
If the above conditions are met, then you can share with guest users by:
If the above conditions are met, then you can share with guest users by:
Sharing with external participants is done through "Share with specific people" links. Company-wide share links won't work with external participants. You must designate the guest user explicitly in the share dialog.
-When a guest user accesses the Loop workspace, page, or component from the link from your organization, they sign in and access the shared content using their guest account. They'll need to utilize the share link again to access the Loop workspace, page, or component in the future, as the content from your organization will not be accessible via their standard account.
+When a guest user accesses the Loop workspace, page, or component from the link from your organization, they sign in and access the shared content using their guest account. They'll need to utilize the share link again to access the Loop workspace, page, or component in the future, as the content from your organization won't be accessible via their standard account.
## Loop workspace membership and Microsoft 365 groups
solutions Allow Direct Connect With All Organizations https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/solutions/allow-direct-connect-with-all-organizations.md
Title: Enable shared channels with all external organizations
Previously updated : 12/08/2023 Last updated : 06/26/2024 audience: ITPro
If your organization doesn't have a requirement to restrict collaboration with o
You can allow your users to invite people from other organizations to use shared resources - such as shared channels in Teams - by default. To allow users to invite B2B direct connect participants by default
-1. Sign in to [Microsoft Entra ID](https://entra.microsoft.com) using a Global Administrator or Security Administrator account.
+1. Sign in to [Microsoft Entra ID](https://entra.microsoft.com) using a Security Administrator account.
+ 1. Expand **External Identities**, and then select **Cross-tenant access settings**. 1. On the **Default settings** tab, under **Inbound access settings**, select **Edit inbound defaults**. 1. Select the **B2B direct connect** tab.
solutions Collaborate Guests Cross Cloud https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/solutions/collaborate-guests-cross-cloud.md
If you're setting up guest sharing with a tenant that's in a different Microsoft
Enable the Microsoft Azure cloud environment you want to collaborate with in Microsoft Entra cross tenant access settings.
-1. Sign in to [Microsoft Entra ID](https://aad.portal.azure.com) using a Global administrator or Security administrator account.
+1. Sign in to [Microsoft Entra ID](https://aad.portal.azure.com) using a Security administrator account.
1. Select **External Identities**, and then select **Cross-tenant access settings**. 1. Select **Microsoft cloud settings**. 1. Select the checkboxes next to the external Microsoft Azure cloud environments you want to enable.
Once you've enabled the cloud environments you want to collaborate with, you nee
To add an organization
-1. Sign in to [Microsoft Entra ID](https://aad.portal.azure.com) using a Global administrator or Security administrator account.
+1. Sign in to [Microsoft Entra ID](https://aad.portal.azure.com) using a Security administrator account.
1. Select **External Identities**, and then select **Cross-tenant access settings**. 1. Select **Organizational settings**. 1. Select **Add organization**.
solutions Collaborate Teams Direct Connect https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/solutions/collaborate-teams-direct-connect.md
As part of this configuration, we enable the **Office 365** application, which i
Add each organization with which you want to participate in shared channels. To add an organization
-1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/) using a Global administrator or Security administrator account.
+1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com/) using a Security administrator account.
1. Select **External Identities**, and then select **Cross-tenant access settings**. 1. Select **Organizational settings**. 1. Select **Add organization**.
solutions Trust Conditional Access From Other Organizations https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/solutions/trust-conditional-access-from-other-organizations.md
You can choose to trust conditional access settings from all other Microsoft 365
If you want to trust conditional access settings from all organizations, follow this procedure. To trust conditional access settings from all Microsoft Entra organizations
-1. Sign in to [Microsoft Entra ID](https://entra.microsoft.com) using a Global Administrator or Security Administrator account.
+1. Sign in to [Microsoft Entra ID](https://entra.microsoft.com) using a Security Administrator account.
1. Expand **External Identities**, and then select **Cross-tenant access settings**. 1. Select the **Default settings** tab. 1. Under **Inbound access settings**, select **Edit inbound defaults**.
To trust conditional access settings from all Microsoft Entra organizations
If you want to trust conditional access settings from a specific organization, follow this procedure. To trust conditional access settings from a specific organization
-1. Sign in to [Microsoft Entra ID](https://entra.microsoft.com) using a Global Administrator or Security Administrator account.
+1. Sign in to [Microsoft Entra ID](https://entra.microsoft.com) using a Security Administrator account.
1. Expand **External Identities**, and then select **Cross-tenant access settings**. 1. Select the **Inbound access** settings for the organization where you want to trust conditional access settings. 1. Select the **Trust settings** tab.
syntex Create Syntex Model https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/create-syntex-model.md
Previously updated : 03/25/2024 Last updated : 06/28/2024 audience: admin
On the **Options for model creation** page, there are two sections:
- [**Set up a prebuilt model**](#set-up-a-prebuilt-model)
-![Screenshot of the Options for model creation page showing the custom models and prebuilt models.](../media/content-understanding/options-for-model-creation-2.png)
+![Screenshot of the Options for model creation page showing the custom models and prebuilt models.](../media/content-understanding/options-for-model-creation-3.png)
> [!NOTE] > All model options might not be available. These options are configured by your Microsoft 365 admin.
Use the **Layout method** to create a [structured document processing model](for
The **Set up a prebuilt model** section shows the types of prebuilt models you can use.
-![Screenshot of the Use a prebuilt model section on the Set up a prebuilt model page.](../media/content-understanding/use-a-trained-model-section-2.png)
+![Screenshot of the Use a prebuilt model section on the Set up a prebuilt model page.](../media/content-understanding/use-a-trained-model-section-2.png)
+
+- Contract processing
+- Invoice processing
+- Receipt processing
+- Sensitive information processing
-- **Contract processing**-- **Invoice processing**-- **Receipt processing**
-
Select one of the following tabs to continue with the prebuilt model you want to use. # [Contract processing](#tab/contract-processing)
Select one of the following tabs to continue with the prebuilt model you want to
- **Description** ΓÇô Enter information about how this model will be used. ![Screenshot of the right panel of the Create a contract processing model page.](../media/content-understanding/create-a-model-panel.png)
-
+ 4. Under **Advanced settings**: - In the **Content type** section, choose whether to create a new content type or to use an existing one.
Select one of the following tabs to continue with the prebuilt model you want to
- **Description** ΓÇô Enter information about how this model will be used. ![Screenshot of the right panel of the Create an invoice processing model page.](../media/content-understanding/create-a-model-panel.png)
-
+ 4. Under **Advanced settings**: - In the **Content type** section, choose whether to create a new content type or to use an existing one.
Select one of the following tabs to continue with the prebuilt model you want to
- **Description** ΓÇô Enter information about how this model will be used. ![Screenshot of the right panel of the Create a model to process receipts page.](../media/content-understanding/create-a-model-panel.png)
-
+ 4. Under **Advanced settings**: - In the **Content type** section, choose whether to create a new content type or to use an existing one.
- - In the **Compliance** section, under **Retention labels**, select the retention label you want to add. If a retention label has been already applied to the library where the file is stored, it will be selected.
-
- > [!NOTE]
- > Sensitivity labels are not available for prebuilt models at this time.
+ - In the **Compliance** section, under **Retention labels**, select the retention label you want to add. If a retention label has been already applied to the library where the file is stored, it will be selected.
5. When you're ready to create the model, select **Create**. 6. You're now ready to [complete setting up the model](prebuilt-model-receipt.md).
+# [Sensitive information processing](#tab/sensitive-information-processing)
+
+1. Select **Sensitive information processing**.
+
+2. On the **Sensitive information processing: Details** page, you find information about the model and can see examples of a document library looks with entities detected and entities extracted. If you want to proceed with using the model, select **Next**.
+
+ ![Screenshot of the Sensitive information processing: Details page.](../media/content-understanding/create-a-model-sensitive-info-details.png)
+
+3. On the **Create a sensitive information processing model** page, enter the following information.
+
+ - **Model name** ΓÇô Enter the name of the model, for example *Contact numbers*.
+
+ - **Description** ΓÇô Enter information about how this model will be used.
+
+ ![Screenshot of the right panel of the Create a sensitive information processing model page.](../media/content-understanding/create-a-model-panel-sensitive-info.png)
+
+ > [!NOTE]
+ > Unlike other prebuilt models, there isn't an **Advanced settings** section because the options to select a content type or to apply sensitivity or retention labels aren't available for this model. If you need a model where you must specify a content type, you'll need to use a [different model type](model-types-overview.md). The option to apply security labels will be available in a future release of this model.
+
+4. When you're ready to create the model, select **Create**.
+
+5. You're now ready to [complete setting up the model](prebuilt-model-sensitive-info.md#set-up-a-sensitive-information-model).
+
syntex Model Types Overview https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/model-types-overview.md
When applied to a SharePoint document library, the model is associated with a co
Syntex uses [custom models](#custom-models) and [prebuilt models](#prebuilt-models).
-![Diagram showing the types of Syntex custom and prebuilt models.](../media/content-understanding/syntex-model-types-diagram-3.png)
+![Diagram showing the types of Syntex custom and prebuilt models.](../media/content-understanding/syntex-model-types-diagram-4.png)
Models can be either *enterprise models*, which are created in a [content center](create-a-content-center.md), or *local models*, which are created on your [local SharePoint site](create-local-model.md).
Prebuilt models include:
- [Contract processing](#contract-processing) - [Invoice processing](#invoice-processing) - [Receipt processing](#receipt-processing)
+- [Sensitive information processing](#sensitive-information-processing)
-![Screenshot of the Options for model creation page showing the prebuilt model options.](../media/content-understanding/model-options-prebuilt.png)
+![Screenshot of the Options for model creation page showing the prebuilt model options.](../media/content-understanding/use-a-trained-model-section-2.png)
Prebuilt models are pretrained to recognize documents and the structured information in the documents. Instead of having to create a new custom model from scratch, you can iterate on an existing pretrained model to add specific fields that fit the needs of your organization. ### Contract processing
-The contract processing model analyzes and extracts key information from contract documents. The API analyzes contracts in various formats and extracts key contract information such as client or party name, billing address, jurisdiction, and expiration date.
+The prebuilt contract processing model analyzes and extracts key information from contract documents. The API analyzes contracts in various formats and extracts key contract information such as client or party name, billing address, jurisdiction, and expiration date.
-For more information about prebuilt contract processing models, see [Use a prebuilt model to extract information from contracts](prebuilt-model-contract.md).
+For more information about contract processing models, see [Use a prebuilt model to extract information from contracts](prebuilt-model-contract.md).
### Invoice processing
-The invoice processing model analyzes and extracts key information from sales invoices. The API analyzes invoices in various formats and extracts key invoice information such as customer name, billing address, due date, and amount due.
+The prebuilt invoice processing model analyzes and extracts key information from sales invoices. The API analyzes invoices in various formats and extracts key invoice information such as customer name, billing address, due date, and amount due.
-For more information about prebuilt invoice processing models, see [Use a prebuilt model to extract information from invoices](prebuilt-model-invoice.md).
+For more information about invoice processing models, see [Use a prebuilt model to extract information from invoices](prebuilt-model-invoice.md).
### Receipt processing The prebuilt receipt processing model analyzes and extracts key information from sales receipts. The API analyzes printed and handwritten receipts and extracts key receipt information such as merchant name, merchant phone number, transaction date, tax, and transaction total.
-For more information about prebuilt receipt processing models, see [Use a prebuilt model to extract information from receipts](prebuilt-model-receipt.md).
+For more information about receipt processing models, see [Use a prebuilt model to extract information from receipts](prebuilt-model-receipt.md).
+### Sensitive information processing
+
+The prebuilt sensitive information processing model analyzes, detects, and extracts key information from documents. The API analyzes contracts in various formats and extracts key sensitive information such as social security numbers, financial account numbers, driver license identification numbers, and other personal information.
+
+For more information about sensitive information processing models, see [Use a prebuilt model to detect sensitive information from documents](prebuilt-model-sensitive-info.md).
syntex Page Range https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/page-range.md
+
+ Title: Set a page range to extract information from specific pages in Microsoft Syntex
++++ Last updated : 07/01/2024
+audience: admin
++
+search.appverid:
+
+ - enabler-strategic
+ - m365initiative-syntex
+ms.localizationpriority: medium
+
+description: Learn how to specify a page range for extracting information from documents in a SharePoint document library with Microsoft Syntex.
++
+# Set a page range to extract information from specific pages in Microsoft Syntex
+
+<sup>**Applies to:** &ensp; &#10003; Structured and freeform models &ensp; | &ensp; &#10003; Contracts, Invoices, and Receipts prebuilt models</sup>
+
+You can set a page range to specify which pages in a document you want to extract information from when using a document processing model. This setting can be used to process a range of pages for files rather than the entire file. Processing fewer pages can lead to cost savings, because model services are billed based on the number of pages processed. It can also be more efficient by reducing processing time.
+
+> [!NOTE]
+> By default, the page range setting is empty. If no page range is provided, the entire document will be processed.
+
+<!
+> [!NOTE]
+> This setting is not available for unstructured document processing models or sensitive information prebuilt models.
+>
+
+## Set a page range when you train a prebuilt model
+
+When you select extractors for a prebuilt contracts, invoices, or receipts model, you can specify the pages from which you want to extract the information.
+
+1. On the **Extractors** panel, in the **Page range** section, enter the page or range of pages you want to process. For help in understanding format options, see [Tips for setting a page range](#tips-for-setting-a-page-range).
+
+ ![Screenshot of the Extractors panel showing the Page range option.](../media/content-understanding/page-range-extractors-panel.png)
+
+2. The **Page** column on the **Extractors** panel shows the page that an extractor is on. To try other page ranges, enter a page range in the box, and then select **Refresh** (![Screenshot of the Refresh icon.](../media/content-understanding/refresh-icon.png)).
+
+3. Continue selecting distractors and then apply the model as usual.
+
+## Set or update a page range on an existing model
+
+For structured and freeform models, and for prebuilt contracts, invoices, and receipts models, you can specify a page range or modify a page range of an existing of a model that has already been trained.
+
+1. On the model home page, select **Model settings**.
+
+2. On the **Model settings** panel, in the **Page range** section, enter the page range of the pages you want to process. For help in understanding format options, see [Tips for setting a page range](#tips-for-setting-a-page-range).
+
+ ![Screenshot of the Model settings panel showing the Page range option.](../media/content-understanding/page-range-model-settings.png)
+
+3. Select **Save**.
+
+ > [!IMPORTANT]
+ > When you save a new page range from the **Model settings** panel, the files in libraries where the model is applied are reprocessed.
+
+## Tips for setting a page range
+
+The following table shows format options for setting a page range.
+
+|Page range |Example range |Result |
+||||
+|Single pages | 1, 5, 9 | Pages 1, 5, and 9 will be processed. |
+|Finite ranges | 2-5 | Pages 2 to 5 will be processed. |
+|Open-ended ranges | 5- | All pages from page 5 to the end of file will be processed. |
+
+- **Cumulative ranges**: Range options are cumulative and can be combined, even with overlapping segments. For example, specifying ΓÇ£-5, 1, 3, 5-10ΓÇ¥ results in processing pages 1 through 10.
+
+- **Specified range processing**: Pages falling within the specified range are processed and incur charges. For example, a five-page document with a range of ΓÇ£5-100ΓÇ¥ will only have page 5 processed.
+
+- **Excluded range non-processing**: Pages outside the designated range are neither processed nor charged. For example, a five-page document with a range of ΓÇ£45, 48-50ΓÇ¥ will result in no pages being processed.
+
+<!-
+These range options are cumulative and can be mixed or with overlapping ranges. For example, for the range ΓÇ£-5, 1, 3, 5-10," pages 1 to 10 will be processed.
+
+Pages within the specified range will be processed and charged. For example, for a five-page document with a page setting of "5-100," only page 5 will be processed.
+
+Pages outside the set range won't be processed or charged. For example, a five-page document with a page setting of "45, 48-50" won't have any pages processed.
++
+## See whether a model has a page range set
+
+To see if a model has a range set on it,
+++
+ > [!NOTE]
+ > By default, the page range setting is empty. If no page range is provided, the entire document will be processed.
+
+ |Page range |Example range |Result |
+ ||||
+ |Single pages | "1, 5, 9" | Pages 1, 5, and 9 will be processed. |
+ |Finite ranges | ΓÇ£2-5ΓÇ¥ | Pages 2 to 5 will be processed. |
+ |Open-ended ranges | "5-" | All pages from page 5 to the end of file will be processed. |
+
+ These range options are cumulative and can be mixed or with overlapping ranges. For example, for the range ΓÇ£-5, 1, 3, 5-10," pages 1 to 10 will be processed.
+
+ Pages within the specified range will be processed and charged. For example, for a five-page document with a page setting of "5-100," only page 5 will be processed.
+
+ Pages outside the set range won't be processed or charged. For example, for a five-page document with a page setting of "45, 48-50" won't have any pages processed.
+>
syntex Prebuilt Model Contract https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/prebuilt-model-contract.md
description: Learn how to use a prebuilt contracts model in Microsoft Syntex.
# Use a prebuilt model to extract information from contracts in Microsoft Syntex
-The prebuilt *contracts model* analyzes and extracts key information from contract documents. The model recognizes contracts in various formats and extracts key contract information, such as client name and address, contract duration, and renewal date.
+The *contracts prbuilt model* analyzes and extracts key information from contract documents. The model recognizes contracts in various formats and extracts key contract information, such as client name and address, contract duration, and renewal date.
> [!NOTE] > Currently, this model is available only for .pdf and image file types. More file types will be added in future releases.
To use a contracts model, follow these steps:
## Step 1: Create a contracts model
-Follow the instructions in [Create a model in Syntex](create-syntex-model.md#set-up-a-prebuilt-model) to create a prebuilt contracts model. Then continue with the following steps to complete your model.
+Follow the instructions in [Create a model in Syntex](create-syntex-model.md#set-up-a-prebuilt-model) to create a contracts prebuilt model. Then continue with the following steps to complete your model.
## Step 2: Upload an example file to analyze
syntex Prebuilt Model Invoice https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/prebuilt-model-invoice.md
description: Learn how to use a prebuilt invoices model in Microsoft Syntex.
# Use a prebuilt model to extract information from invoices in Microsoft Syntex
-The prebuilt *invoices model* analyzes and extracts key information from sales invoices. The API recognizes invoices in various formats and [extracts key invoice information](/azure/applied-ai-services/form-recognizer/concept-invoice#field-extraction), such as customer name, billing address, due date, and amount due.
+The *invoices prebuilt model* analyzes and extracts key information from sales invoices. The API recognizes invoices in various formats and [extracts key invoice information](/azure/applied-ai-services/form-recognizer/concept-invoice#field-extraction), such as customer name, billing address, due date, and amount due.
To use an invoices model, follow these steps:
To use an invoices model, follow these steps:
## Step 1: Create an invoices model
-Follow the instructions in [Create a model in Syntex](create-syntex-model.md#set-up-a-prebuilt-model) to create a prebuilt invoices model. Then continue with the following steps to complete your model.
+Follow the instructions in [Create a model in Syntex](create-syntex-model.md#set-up-a-prebuilt-model) to create an invoices prebuilt model. Then continue with the following steps to complete your model.
## Step 2: Upload an example file to analyze
syntex Prebuilt Model Receipt https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/prebuilt-model-receipt.md
description: Learn how to use a prebuilt receipts model in Microsoft Syntex.
# Use a prebuilt model to extract information from receipts in Microsoft Syntex
-The prebuilt *receipts model* in Microsoft Syntex analyzes and extracts key information from sales receipts. The API recognizes printed and handwritten receipts and [extracts key receipt information](/azure/applied-ai-services/form-recognizer/concept-receipt#field-extraction), such as merchant name, merchant phone number, transaction date, tax, and transaction total. Receipts can be of various formats and quality including printed and handwritten receipts.
+The *receipts prebuilt model* in Microsoft Syntex analyzes and extracts key information from sales receipts. The API recognizes printed and handwritten receipts and [extracts key receipt information](/azure/applied-ai-services/form-recognizer/concept-receipt#field-extraction), such as merchant name, merchant phone number, transaction date, tax, and transaction total. Receipts can be of various formats and quality including printed and handwritten receipts.
To use a receipts model, follow these steps:
To use a receipts model, follow these steps:
## Step 1: Create a receipts model
-Follow the instructions in [Create a model in Syntex](create-syntex-model.md#set-up-a-prebuilt-model) to create a prebuilt receipts model. Then continue with the following steps to complete your model.
+Follow the instructions in [Create a model in Syntex](create-syntex-model.md#set-up-a-prebuilt-model) to create a receipts prebuilt model. Then continue with the following steps to complete your model.
## Step 2: Upload an example file to analyze
syntex Prebuilt Model Sensitive Info Entities https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/prebuilt-model-sensitive-info-entities.md
+
+ Title: Supported entity categories for the sensitive information prebuilt model in Microsoft Syntex
++++ Last updated : 06/28/2024
+audience: admin
+++
+search.appverid:
+
+ - enabler-strategic
+ - m365initiative-syntex
+ms.localizationpriority: medium
+
+description: Learn about the entity categories used in the prebuilt sensitive information model in Microsoft Syntex.
+++
+# Supported entity categories for the sensitive information prebuilt model in Microsoft Syntex
+
+The following list shows the entity categories that can be returned by the prebuilt sensitive information model.
+
+### A
+
+|Entity |Supported document languages |
+|||
+|Azure Cosmos DB account access key |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure IAAS database and Azure SQL connection strings |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure IoT connection string |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure publish setting password |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure Redis cache connection string |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure SAS |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure service bus connection string |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure storage account key |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Azure storage account key (generic) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|ABA routing number |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|Age |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|Argentina national identity (DNI) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Australia bank account number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Australia business number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Australia company number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Australia driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Australia medical account number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Australia passport number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Australia tax file number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Austria identity card |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Austria tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Austria value added tax |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### B
+
+|Entity |Supported document languages |
+|-|--|
+|Belgium national number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Belgium value added tax number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Brazil CPF number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Brazil legal entity number (CNPJ) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Brazil national identification card (RG) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### C
+
+|Entity |Supported document languages |
+|-|--|
+|Canada bank account number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Canada driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Canada health service number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Canada passport number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Canada personal health identification number (PHIN) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Canada social insurance number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Chile identity card number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|China resident identity card (PRC) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Credit card |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+
+### D
+
+|Entity |Supported document languages |
+|-|--|
+|Dates |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|DateTimes |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|Drug Enforcement Agency (DEA) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### E
+
+|Entity |Supported document languages |
+|-|--|
+|Email |`en, es, fr, de, it, pt-pt, pt-br, zh, ja, ko, nl, sv, tr, hi` |
+|EU debit card number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|EU driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|EU GPS coordinates |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|EU national identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|EU passport number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|EU social security number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|EU Tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### F
+
+|Entity |Supported document languages |
+|-|--|
+|France driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|France health insurance number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|France national ID card (CNI) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|France passport number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|France social security number (INSEE) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|France tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|France value added tax number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### G
+
+|Entity |Supported document languages |
+|-|--|
+|Germany driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Germany identity card number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Germany passport number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Germany tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Germany value added tax number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### H
+
+|Entity |Supported document languages |
+|-|--|
+|Hong Kong identity card (HKID) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Hungary personal identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Hungary tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Hungary value added tax number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### I
+
+|Entity |Supported document languages |
+|-|--|
+|India permanent account number (PAN) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|India unique identification (Aadhaar) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Indonesia identity card (KTP) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|International Banking Account Number |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|IP Address |`en, es, fr, de, it, pt-pt, pt-br, zh, ja, ko, nl, sv, tr, hi` |
+|Ireland personal public service (PPS) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Israel bank account number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Israel national identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Italy driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Italy fiscal code |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Italy value added tax number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### J
+
+|Entity |Supported document languages |
+|-|--|
+|Japan bank account number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Japan driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Japan My Number - Corporate |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Japan My Number - Personal |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Japan Passport Number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Japan residence card number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Japan social insurance number (SIN) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### L
+
+|Entity |Supported document languages |
+|-|--|
+|Luxembourg national identification number (natural persons) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Luxembourg national identification number (non-natural persons) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### M
+
+|Entity |Supported document languages |
+|-|--|
+|Malta identity card number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Malta tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### N
+
+|Entity |Supported document languages |
+|-|--|
+|New Zealand bank account number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|New Zealand driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|New Zealand inland revenue number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|New Zealand ministry of health number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|New Zealand social welfare number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### O
+
+|Entity |Supported document languages |
+|-|--|
+|Organization |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+
+### P
+
+|Entity |Supported document languages |
+|-|--|
+|Person name |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|Person Type |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|Philippines unified multi-purpose identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Phone Number |`en, es, fr, de, it, pt-pt, pt-br, zh, ja, ko, nl, sv, tr, hi` |
+|Physical address |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|Portugal citizen card number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Portugal tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### S
+
+|Entity |Supported document languages |
+|-|--|
+|South Africa identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|South Korea resident registration number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Spain DNI |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Spain social security number (SSN) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Spain tax identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|SQL Server connection string |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|SWIFT code |`af, ca, da, de, en, es, el, fr, ga, gl, it, ku, nl, no, ss, pt-pt, pt-br, ro, sq, sv, ur, ar, bg, bs, cy, fa, hi, hr, id, mg, mk, ms, ps, ru, sl, so, sr, sw, am, as, cs, et, eu, fi, he, hu, ja, km, lo, lt, lv, mr, my, ne, or, pa, pl, sk, th, uk, zh-hans, zh-hant, az, bn, gu, hy, ka, kk, kn, ko, ky, ml, mn, ta, te, ug, uz, vi, tr` |
+|Switzerland SSN AHV number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### T
+
+|Entity |Supported document languages |
+|-|--|
+|Taiwan national identification number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Taiwan passport number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|Taiwan-resident certificate (ARC/TARC) number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+
+### U
+
+|Entity |Supported document languages |
+|-|--|
+|U.K. driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.K. national health service number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.K. national insurance number (NINO) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.K. unique taxpayer reference number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.S. bank account number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.S. driver's license number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.S. individual taxpayer identification number (ITIN) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.S. social security number (SSN) |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|U.S./U.K. passport number |`en, es, fr, de, it, zh-hans, zh-hant, ja, ko, pt-pt, pt-br, nl, ar, cs, da, fi, hi, hu, he, no, pl, ru, sv, tr, uk, th, sl, sk, ro, ms, lt, lv, et, el, hr, bg` |
+|URLs |`en, es, fr, de, it, pt-pt, pt-br, zh, ja, ko, nl, sv, tr, hi` |
syntex Prebuilt Model Sensitive Info https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/prebuilt-model-sensitive-info.md
Title: Use a prebuilt model to detect sensitive information from documents in Mi
- Previously updated : 05/01/2024+ Last updated : 06/28/2024 audience: admin
- enabler-strategic - m365initiative-syntex ms.localizationpriority: medium- description: Learn how to use a prebuilt sensitive information model in Microsoft Syntex. # Use a prebuilt model to detect sensitive information from documents in Microsoft Syntex
-The prebuilt *sensitive information model* analyzes and detects key information from documents, and then optionally extracts the information. The model recognizes documents in various formats and [detects sensitive information](/azure/ai-services/language-service/personally-identifiable-information/concepts/entity-categories), such as personal identification numbers, personal physical and email addresses, phone numbers, and personal financial or health information.
+The *sensitive information prebuilt model* analyzes and detects key information from documents, and then optionally extracts the information. The model recognizes documents in various formats and [detects sensitive information](prebuilt-model-sensitive-info-entities.md), such as personal and financial identification numbers, physical and email addresses, and phone numbers.
+
+<![detects sensitive information](/azure/ai-services/language-service/personally-identifiable-information/concepts/entity-categories)>
## Set up a sensitive information model To create and configure a sensitive information model, follow these steps:
-1. Follow the instructions in [Create a model in Syntex](create-syntex-model.md#set-up-a-prebuilt-model) to create a prebuilt sensitive information model. Then continue with the following steps to complete your model.
+1. Follow the instructions in [Create a model in Syntex](create-syntex-model.md?tabs=layout-method%2Csensitive-information-processing#tabpanel_2_sensitive-information-processing) to create a sensitive information model. Then continue with the following steps to complete your model.
> [!NOTE]
- > When you create a sensitive information model, you will notice that, unlike other models, you don't have the options to select a content type or to apply sensitivity or retention labels. If you need to associate a content type, you'll need to create a different model type. The ability to apply security labels will be provided in future releases.
+ > When you create a sensitive information model, you will notice that, unlike other models, you don't have the options to select a content type or to apply sensitivity or retention labels. If you need to associate a content type, you'll need to create a different model type. The ability to apply security labels will be provided in a future release.
2. On the **Models** page, in the **Add entities to detect** section, select **Add entities**.
To create and configure a sensitive information model, follow these steps:
3. On the **Configure detection** page:
- - Select the language you want to use for this model. Only one language can be selected for each model. This model supports languages for both [handwritten text](/azure/ai-services/computer-vision/language-support#handwritten-text) and [print text](/azure/ai-services/computer-vision/language-support#print-text).
+ - Select the language you want to use for this model. Only one language can be selected for each model.
+
+ > [!NOTE]
+ > This model supports [multiple languages](/azure/ai-services/language-service/personally-identifiable-information/language-support?tabs=documents) and provides OCR language support for both [handwritten text](/azure/ai-services/computer-vision/language-support#handwritten-text) and [printed text](/azure/ai-services/language-service/personally-identifiable-information/language-support?tabs=documents#pii-language-support).
- From the list of supported entities, select the sensitive information entity or entities you want to detect, and then select **Next**.
To create and configure a sensitive information model, follow these steps:
![Screenshot of the library showing entities detected.](../media/content-understanding/prebuilt-sensitive-entities-extracted.png)
-For information about file types, languages, optical character recognition, and other considerations for this model, see [Requirements and limitations for models in Microsoft Syntex](requirements-and-limitations.md#prebuilt-models).
+For information about file types, languages, optical character recognition, and other considerations for this model, see [Requirements and limitations for models in Microsoft Syntex](requirements-and-limitations.md#sensitive-information-processing).
<! ## Create a rule to apply a sensitivity label
syntex Prebuilt Overview https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/prebuilt-overview.md
Previously updated : 03/11/2024 Last updated : 06/28/2024 audience: admin
After publishing your model, use the content center to apply it to any SharePoin
## Available prebuilt models
-Currently, there are three prebuilt models available: [contracts](prebuilt-model-contract.md), [invoices](prebuilt-model-invoice.md), and [receipts](prebuilt-model-receipt.md).
+Currently, there are four prebuilt models available: [contracts](prebuilt-model-contract.md), [invoices](prebuilt-model-invoice.md), [receipts](prebuilt-model-receipt.md), and [sensitive information](prebuilt-model-sensitive-info.md).
-- **Contracts.** The prebuilt *contracts model* analyzes and extracts key information from contract documents. The model recognizes contracts in various formats and extracts key contract information, such as client name and address, contract duration, and renewal date.
+- **Contracts.** The prebuilt *contracts model* analyzes and extracts key information from contract documents. The API analyzes contracts in various formats and extracts key contract information, such as client name and address, contract duration, and renewal date.
-- **Invoices.** The prebuilt *invoices model* analyzes and extracts key information from sales invoices. The API analyzes invoices in various formats and [extracts key invoice information](/azure/applied-ai-services/form-recognizer/concept-invoice#field-extraction) such as customer name, billing address, due date, and amount due.
+- **Invoices.** The *invoices prebuilt model* analyzes and extracts key information from sales invoices. The API analyzes invoices in various formats and [extracts key invoice information](/azure/applied-ai-services/form-recognizer/concept-invoice#field-extraction) such as customer name, billing address, due date, and amount due.
+
+- **Receipts.** The *receipts prebuilt model* analyzes and extracts key information from sales receipts. The API analyzes printed and handwritten receipts and [extracts key receipt information](/azure/applied-ai-services/form-recognizer/concept-receipt#field-extraction) such as merchant name, merchant phone number, transaction date, tax, and transaction total.
+
+- **Sensitive information.** The *sensitive information prebuilt model* analyzes, detects, and extracts key information from documents. The API analyzes documents in various formats and [detects and extracts key sensitive information](prebuilt-model-sensitive-info-entities.md), such as personal and financial identification numbers, physical and email addresses, and phone numbers.
+
+<![detects sensitive information](/azure/ai-services/language-service/personally-identifiable-information/concepts/entity-categories)>
-- **Receipts.** The prebuilt *receipts model* analyzes and extracts key information from sales receipts. The API analyzes printed and handwritten receipts and [extracts key receipt information](/azure/applied-ai-services/form-recognizer/concept-receipt#field-extraction) such as merchant name, merchant phone number, transaction date, tax, and transaction total.
-
Additional prebuilt models will be available in future releases. ## Requirements and limitations
syntex Requirements And Limitations https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/requirements-and-limitations.md
Prebuilt models:
- [Contract processing](#contract-processing) - [Invoice processing](#invoice-processing) - [Receipt processing](#receipt-processing)
+- [Sensitive information processing](#sensitive-information-processing)
## Custom models
Prebuilt models:
| Icon | Description | | - | - | | ![Files symbol.](/office/media/icons/files-blue.png) | **Supported file types** <br>This model supports the following file types: .bmp, .jpeg, .pdf, .png, and .tiff. |
-| ![Conversation symbol.](/office/media/icons/chat-room-conversation-blue.png) | **Supported languages** <br>This model supports sales in English, Croation, Czech, Danish, Dutch, Finnish, German, Hungarian, Italian, Japanese, Latvian, Lithuanian, Norwegian, Portuguese, Spanish, Swedish, and Vietnamese. |
+| ![Conversation symbol.](/office/media/icons/chat-room-conversation-blue.png) | **Supported languages** <br>This model supports receipts in English, Croation, Czech, Danish, Dutch, Finnish, German, Hungarian, Italian, Japanese, Latvian, Lithuanian, Norwegian, Portuguese, Spanish, Swedish, and Vietnamese. |
| ![Paragraph symbol.](/office/media/icons/paragraph-writing-blue.png) | **OCR considerations** <br>This model uses optical character recognition (OCR) technology to scan .pdf files, image files, and .tiff files. OCR processing works best on documents that meet the following requirements: <br> - File format of .jpg, .png, or .pdf (text or scanned). Text-embedded .pdf files are better, because there won't be any errors in character extraction and location. <br> - For .pdf and .tiff files, up to 2,000 pages can be processed. <br> - The file size must be less than 50 MB. <br> - For images, dimensions must be between 50 x 50 and 10,000 x 10,000 pixels. <br> - For .pdf files, dimensions must be at most 11 x 17 inches, corresponding to Legal or A3 paper sizes and smaller. <br> - The total size of the training data is 500 pages or less. | | ![Globe symbol.](/office/media/icons/globe-internet.png) | **Multi-Geo environments** <br>When setting up Syntex in a [Microsoft 365 Multi-Geo](/microsoft-365/enterprise/microsoft-365-multi-geo) environment, you can only configure it to use the model type in the central location. If you want to use this model type in a satellite location, contact Microsoft support. | | ![Objects symbol.](/office/media/icons/objects-blue.png) | **Multi-model libraries** <br>If two or more trained models are applied to the same library, the file is classified using the model that has the highest average confidence score. The extracted entities will be from the applied model only. |+
+### Sensitive information processing
+
+| Icon | Description |
+| - | - |
+| ![Files symbol.](/office/medi, .msg, .pdf, .png, .ppt, .pptx, .rtf, .tif, .tiff, .txt, .xls, and .xlsx. |
+| ![Conversation symbol.](/office/media/icons/chat-room-conversation-blue.png) | **Supported languages** <br>This model supports the following languages: see [supported languages](/azure/ai-services/language-service/personally-identifiable-information/language-support?tabs=documents#pii-language-support). <br>This model also supports languages for both [handwritten text](/azure/ai-services/computer-vision/language-support#handwritten-text) and [print text](/azure/ai-services/language-service/personally-identifiable-information/language-support?tabs=documents#pii-language-support). |
+| ![Paragraph symbol.](/office/media/icons/paragraph-writing-blue.png) | **OCR considerations** <br>This model uses optical character recognition (OCR) technology to scan .pdf files, image files, and .tiff files. OCR processing works best on documents that meet the following requirements: <br> - File format of .jpg, .png, or .pdf (text or scanned). Text-embedded .pdf files are better, because there won't be any errors in character extraction and location. <br> - For .pdf and .tiff files, up to 2,000 pages can be processed. <br> - The file size must be less than 50 MB. <br> - For images, dimensions must be between 50 x 50 and 10,000 x 10,000 pixels. <br> - For .pdf files, dimensions must be at most 11 x 17 inches, corresponding to Legal or A3 paper sizes and smaller. <br> - The total size of the training data is 500 pages or less.<br>Supports languages for both [handwritten text](/azure/ai-services/computer-vision/language-support#handwritten-text) and [print text](/azure/ai-services/computer-vision/language-support#print-text). |
+| ![Globe symbol.](/office/media/icons/globe-internet.png) | **Multi-Geo environments** <br>When setting up Syntex in a [Microsoft 365 Multi-Geo](/microsoft-365/enterprise/microsoft-365-multi-geo) environment, you can only configure it to use the model type in the central location. If you want to use this model type in a satellite location, contact Microsoft support. |
+| ![Objects symbol.](/office/media/icons/objects-blue.png) | **Multi-model libraries** <br>If two or more trained models are applied to the same library, the file is classified using the model that has the highest average confidence score. The extracted entities will be from the applied model only. |
syntex Syntex Overview https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/syntex-overview.md
You create *modern templates* based on the business documents you use most. You
![Icon for Receipts model.](../media/content-understanding/trained-receipts-model.png) :::column-end::: :::column span="3":::
- Use a [prebuilt model](prebuilt-overview.md) to save time processing and extracting information from [contracts](prebuilt-model-contract.md), [invoices](prebuilt-model-invoice.md), or [receipts](prebuilt-model-receipt.md). Prebuilt models are pretrained to recognize common business documents and the structured information in the documents.
+ Use a [prebuilt model](prebuilt-overview.md) to save time processing and extracting information from [contracts](prebuilt-model-contract.md), [invoices](prebuilt-model-invoice.md), and [receipts](prebuilt-model-receipt.md), and detecting and extracting [sensitive information](prebuilt-model-contract.md) from documents. Prebuilt models are pretrained to recognize common business documents and the structured information in the documents.
:::column-end::: :::row-end:::
syntex Syntex Pay As You Go Services https://github.com/MicrosoftDocs/microsoft-365-docs/commits/public/microsoft-365/syntex/syntex-pay-as-you-go-services.md
To help your organization in planning for pay-as-you-go services, you can use th
|Optical character recognition |The number of pages processed for images (JPEG, JPG, PNG, or BMP); the number of pages processed for PDF, TIF, or TIFF; or the number of embedded images in Teams chats and email messages. Each of these counts as one transaction. Processing occurs every time the file is edited. |$0.001/transaction| |Microsoft 365 Archive |The number of gigabytes (GB) of data archived. (This meter is only charged when archived storage plus active storage in SharePoint exceeds a tenantΓÇÖs included or licensed allocated SharePoint storage quota limit.) <br>Reactivation of archived data after seven days. |$0.05/GB/month (shows on invoice as $0.00167/GB/day)<br><br><br>$0.60/GB| |Microsoft 365 Backup (Preview) |The number of gigabytes (GB) of data backed up. |$0.15/GB/month (shows on invoice as $0.005/GB/day)|
-|Microsoft 365 Backup Storage (Preview) |The number of gigabytes (GB) of protected data. |$0.07/GB/month|
## Related articles