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/4] 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/4] 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 49809d1af69cf59b14c6a627ac5a6e8539095cb6 Mon Sep 17 00:00:00 2001 From: Rahul Rajan Date: Mon, 16 Dec 2024 19:14:36 +0530 Subject: [PATCH 3/4] 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 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 4/4] 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*.