You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/relational-databases/security/password-policy.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: "Password Policy"
3
3
description: Windows password policy mechanisms apply to a login that uses SQL Server authentication and to a contained database user with a password.
4
4
author: VanMSFT
5
5
ms.author: vanto
6
-
ms.date: "01/25/2023"
6
+
ms.date: "04/11/2023"
7
7
ms.service: sql
8
8
ms.subservice: security
9
9
ms.topic: conceptual
@@ -38,7 +38,9 @@ helpviewer_keywords:
38
38
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] can apply the same complexity and expiration policies used in Windows to passwords used inside [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. This functionality depends on the `NetValidatePasswordPolicy` API.
39
39
40
40
> [!NOTE]
41
-
> Azure SQL Database enforces [password complexity](#password-complexity). The password expiration and policy enforcement sections do not apply to Azure SQL Database.
41
+
> Azure SQL Database enforces [password complexity](#password-complexity). The password expiration and policy enforcement sections do not apply to Azure SQL Database.
42
+
>
43
+
> For information on password policy for Azure SQL Managed Instance, see our [SQL Managed Instance FAQ](/azure/azure-sql/managed-instance/frequently-asked-questions-faq#password-policy-).
0 commit comments