From b62719388a364930c4e16872a959ca6bb548207c Mon Sep 17 00:00:00 2001 From: ChristianWeisse Date: Wed, 18 Jun 2025 09:59:52 +0200 Subject: [PATCH] Update ad-fs-requirements.md clarified the wording on SQL SErver Hardware requirements. it was confusing on the use of Azure SQL which was negated just a few lines later --- .../identity/ad-fs/overview/ad-fs-requirements.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WindowsServerDocs/identity/ad-fs/overview/ad-fs-requirements.md b/WindowsServerDocs/identity/ad-fs/overview/ad-fs-requirements.md index b0181f871d..1d738ac83d 100644 --- a/WindowsServerDocs/identity/ad-fs/overview/ad-fs-requirements.md +++ b/WindowsServerDocs/identity/ad-fs/overview/ad-fs-requirements.md @@ -112,7 +112,9 @@ The memory and disk requirements for AD FS are fairly static. The requirements a ### SQL Server Hardware Requirements -If you're using Azure SQL for your AD FS configuration database, size the SQL Server according to the most basic SQL Server recommendations. The AD FS database size is small, and AD FS doesn't put a significant processing load on the database instance. AD FS does, however, connect to the database multiple times during an authentication, so the network connection should be robust. Unfortunately, SQL Azure isn't supported for the AD FS configuration database. +If you're using SQL Server for your AD FS configuration database, size the SQL Server according to the most basic SQL Server recommendations. The AD FS database size is small, and AD FS doesn't put a significant processing load on the database instance. AD FS does, however, connect to the database multiple times during an authentication, so the network connection should be robust. + +Unfortunately, SQL Azure isn't supported for the AD FS configuration database. ## Proxy requirements