From d7bef9d3fb165af1fce6dbe7d5f1d2e86c6292b5 Mon Sep 17 00:00:00 2001 From: Andre Mess <105236682+andre-mess@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:23:38 +0100 Subject: [PATCH 1/7] Update toc.yml Updated uniFLOW Online product name in Provisioning Tutorial TOC --- docs/identity/saas-apps/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/saas-apps/toc.yml b/docs/identity/saas-apps/toc.yml index ae51e544a8e..9b4f7fcc2d5 100644 --- a/docs/identity/saas-apps/toc.yml +++ b/docs/identity/saas-apps/toc.yml @@ -3914,7 +3914,7 @@ href: uber-provisioning-tutorial.md - name: UNIFI href: unifi-provisioning-tutorial.md - - name: uniFlow Online + - name: uniFLOW Online href: uniflow-online-provisioning-tutorial.md - name: Uni-tel A/S href: uni-tel-as-provisioning-tutorial.md From 8c0e9de6a5b79421df76d5eb737e676be83149ec Mon Sep 17 00:00:00 2001 From: Rahul Rajan Date: Mon, 16 Dec 2024 16:24:32 +0530 Subject: [PATCH 2/7] Add SQL memory best practices --- .../hybrid/connect/how-to-connect-install-prerequisites.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md b/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md index 533e48cbb6a..069124faac0 100644 --- a/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md +++ b/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md @@ -105,6 +105,10 @@ We recommend that you harden your Microsoft Entra Connect server to decrease the * You can have only one sync engine per SQL instance. Sharing a SQL instance with MIM Sync, DirSync, or Azure AD Sync *isn't supported*. * Maintain ODBC Driver for SQL Server version 17 and OLE DB Driver for SQL Server version 18 that are bundled with Microsoft Entra Connect. Upgrading ODBC/OLE DB drivers’s major or minor version aren't supported. Microsoft Entra Connect product group team will include new ODBC/OLE DB drivers as these become available and have a requirement to be updated. +> [!NOTE] +> If your are installing SQL on the same server as Microsoft Entra Connect, we recommend to configure SQL to limit the maximum memory that it can use from the system. +> Follow [SQL best practices](https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/server-memory-server-configuration-options?view=sql-server-ver16#recommendations) for memory configuration. + ### Accounts * You must have a Microsoft Entra Global Administrator account or Hybrid Identity Administrator account for the Microsoft Entra tenant you want to integrate with. This account must be a *school or organization account* and can't be a *Microsoft account*. * If you use [express settings](reference-connect-accounts-permissions.md#express-settings-installation) or upgrade from DirSync, you must have an Enterprise Administrator account for your on-premises Active Directory. From a058a1be117b3ba3eae6e1f092850844b2e1c881 Mon Sep 17 00:00:00 2001 From: Chris Werner <59959532+cilwerner@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:58:44 +0000 Subject: [PATCH 3/7] api.powerplatform, Office 365 groups GUIDs --- .docutune/dictionaries/known-guids.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.docutune/dictionaries/known-guids.json b/.docutune/dictionaries/known-guids.json index e23c4f1d765..4e26de2e26b 100644 --- a/.docutune/dictionaries/known-guids.json +++ b/.docutune/dictionaries/known-guids.json @@ -3854,5 +3854,7 @@ "1P Microsoft Entra application" : "4e1f8dc5-5a42-45ce-a096-700fa485ba20", "View ID for import data in model-driven apps" : "a2927069-e4dc-4e8f-8fb1-d2f6c40c427e", "Azure Storage" : "e406a681-f3d4-42a8-90b6-c2b029497af1", - "Power Platform API" : "8578e004-a5c6-46e7-913e-12f58912df43" + "Power Platform API" : "8578e004-a5c6-46e7-913e-12f58912df43", + "api.powerplatform.com" : "49676daf-ff23-4aac-adcc-55472d4e2ce0", + "Office 365 Groups" : "2f17f077-4175-4d82-b82b-17cd8950b74f" } From 7ed887ed911a12d0025f3e9ddcfed152a5cbdf2d Mon Sep 17 00:00:00 2001 From: ManoharLakkoju-MSFT <110587558+ManoharLakkoju-MSFT@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:40:23 +0530 Subject: [PATCH 4/7] (AzureCXP) fixes MicrosoftDocs/Entra-docs#351236 Updated line number 194 --- .../identity/enterprise-apps/migrate-ad-fs-application-howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/enterprise-apps/migrate-ad-fs-application-howto.md b/docs/identity/enterprise-apps/migrate-ad-fs-application-howto.md index b03cc368847..f769074300a 100644 --- a/docs/identity/enterprise-apps/migrate-ad-fs-application-howto.md +++ b/docs/identity/enterprise-apps/migrate-ad-fs-application-howto.md @@ -191,7 +191,7 @@ These are the users and groups you can view on the configuration wizard. This is This tab shows the basic SAML properties that are used for the Single sign-on settings of the Microsoft Entra application. Currently, only required properties are mapped which are Identifier and Reply URL only. -These settings are directly implemented from your AD FS relying party application and can't be modified from this tab. However, after configuring application, you can modify these from the Microsoft Entra admin center's Single sing-on pane of your enterprise application. +These settings are directly implemented from your AD FS relying party application and can't be modified from this tab. However, after configuring application, you can modify these from the Microsoft Entra admin center's Single sign-on pane of your enterprise application. :::image type="content" source="media/migrate-ad-fs-application-howto/saml-configurations-on-premises.png" alt-text="Screenshot of the AD FS SAML configurations pane."::: From 49809d1af69cf59b14c6a627ac5a6e8539095cb6 Mon Sep 17 00:00:00 2001 From: Rahul Rajan Date: Mon, 16 Dec 2024 19:14:36 +0530 Subject: [PATCH 5/7] Add SQL memory best practices remove en-us from language --- .../hybrid/connect/how-to-connect-install-prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md b/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md index 069124faac0..ebab48d79f9 100644 --- a/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md +++ b/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md @@ -107,7 +107,7 @@ We recommend that you harden your Microsoft Entra Connect server to decrease the > [!NOTE] > If your are installing SQL on the same server as Microsoft Entra Connect, we recommend to configure SQL to limit the maximum memory that it can use from the system. -> Follow [SQL best practices](https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/server-memory-server-configuration-options?view=sql-server-ver16#recommendations) for memory configuration. +> Follow [SQL best practices](https://learn.microsoft.com/sql/database-engine/configure-windows/server-memory-server-configuration-options?view=sql-server-ver16#recommendations) for memory configuration. ### Accounts * You must have a Microsoft Entra Global Administrator account or Hybrid Identity Administrator account for the Microsoft Entra tenant you want to integrate with. This account must be a *school or organization account* and can't be a *Microsoft account*. From 4d45e075625dd97195e62b44240d754f6610a2a6 Mon Sep 17 00:00:00 2001 From: John Flores Date: Mon, 16 Dec 2024 11:13:15 -0500 Subject: [PATCH 6/7] Update policy-all-users-device-registration.md --- .../conditional-access/policy-all-users-device-registration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/identity/conditional-access/policy-all-users-device-registration.md b/docs/identity/conditional-access/policy-all-users-device-registration.md index c7c34d3f276..f6e7d0305c6 100644 --- a/docs/identity/conditional-access/policy-all-users-device-registration.md +++ b/docs/identity/conditional-access/policy-all-users-device-registration.md @@ -45,6 +45,7 @@ After administrators confirm the settings using [report-only mode](howto-conditi > > :::image type="content" source="media/policy-all-users-device-registration/device-settings-require-mfa-to-register-or-join.png" alt-text="Screenshot of the Require Multifactor Authentication to register or join devices with Microsoft Entra control to be disabled." lightbox="media/policy-all-users-device-registration/device-settings-require-mfa-to-register-or-join.png"::: + + ## Related content - [Conditional Access authentication strength](../authentication/concept-authentication-strengths.md) From 218ceb787000d07ac529521912a72149766ecd76 Mon Sep 17 00:00:00 2001 From: Courtney Wales <62625502+Court72@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:13:57 -0700 Subject: [PATCH 7/7] Apply suggestions from PR review --- .../hybrid/connect/how-to-connect-install-prerequisites.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md b/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md index ebab48d79f9..f8d7c41e468 100644 --- a/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md +++ b/docs/identity/hybrid/connect/how-to-connect-install-prerequisites.md @@ -106,8 +106,8 @@ We recommend that you harden your Microsoft Entra Connect server to decrease the * Maintain ODBC Driver for SQL Server version 17 and OLE DB Driver for SQL Server version 18 that are bundled with Microsoft Entra Connect. Upgrading ODBC/OLE DB drivers’s major or minor version aren't supported. Microsoft Entra Connect product group team will include new ODBC/OLE DB drivers as these become available and have a requirement to be updated. > [!NOTE] -> If your are installing SQL on the same server as Microsoft Entra Connect, we recommend to configure SQL to limit the maximum memory that it can use from the system. -> Follow [SQL best practices](https://learn.microsoft.com/sql/database-engine/configure-windows/server-memory-server-configuration-options?view=sql-server-ver16#recommendations) for memory configuration. +> If you're installing SQL on the same server as Microsoft Entra Connect, we recommend to configure SQL to limit the maximum memory that it can use from the system. +> Follow [SQL best practices](/sql/database-engine/configure-windows/server-memory-server-configuration-options?view=sql-server-ver16#recommendations) for memory configuration. ### Accounts * You must have a Microsoft Entra Global Administrator account or Hybrid Identity Administrator account for the Microsoft Entra tenant you want to integrate with. This account must be a *school or organization account* and can't be a *Microsoft account*.