Skip to content

Commit 099041b

Browse files
20220126 1742 add asa applies to
1 parent 302758a commit 099041b

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

articles/azure-sql/database/authentication-aad-service-principal.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@ ms.subservice: security
66
ms.topic: conceptual
77
author: GithubMirek
88
ms.author: mireks
9-
ms.reviewer: kendralittle, vanto, mathoma
9+
ms.reviewer: kendralittle, vanto, mathoma, wiassaf
1010
ms.date: 12/15/2021
1111
---
1212

1313
# Azure Active Directory service principal with Azure SQL
1414

15-
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]
15+
[!INCLUDE[appliesto-sqldb-sqlmi-asa-formerly-sqldw](../includes/appliesto-sqldb-sqlmi-asa-formerly-sqldw.md)]
1616

17-
Azure Active Directory (Azure AD) supports user creation in Azure SQL Database (SQL DB) on behalf of Azure AD applications (service principals).
18-
19-
> [!NOTE]
20-
> This functionality is already supported for SQL Managed Instance.
17+
Azure Active Directory (Azure AD) supports user creation in Azure SQL Database (SQL DB) on behalf of Azure AD applications (service principals). This is supported for [Azure SQL Database](sql-database-paas-overview.md) and [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md), as well as to both dedicated SQL pools in Azure Synapse workspaces and dedicated SQL pools (formerly SQL DW).
2118

2219
## Service principal (Azure AD applications) support
2320

articles/azure-sql/database/authentication-azure-ad-only-authentication.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ ms.subservice: security
77
ms.topic: conceptual
88
author: GithubMirek
99
ms.author: mireks
10-
ms.reviewer: kendralittle, vanto, mathoma
10+
ms.reviewer: kendralittle, vanto, mathoma, wiassaf
1111
ms.date: 11/03/2021
1212
ms.custom: ignite-fall-2021
1313
---
1414

1515
# Azure AD-only authentication with Azure SQL
1616

17-
[!INCLUDE[appliesto-sqldb-sqlmi](../includes/appliesto-sqldb-sqlmi.md)]
17+
[!INCLUDE[appliesto-sqldb-sqlmi-asa-formerly-sqldw](../includes/appliesto-sqldb-sqlmi-asa-formerly-sqldw.md)]
1818

19-
Azure AD-only authentication is a feature within [Azure SQL](../azure-sql-iaas-vs-paas-what-is-overview.md) that allows the service to only support Azure AD authentication, and is supported for [Azure SQL Database](sql-database-paas-overview.md) and [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md). SQL authentication is disabled when enabling Azure AD-only authentication in the Azure SQL environment, including connections from SQL server administrators, logins, and users. Only users using [Azure AD authentication](authentication-aad-overview.md) are authorized to connect to the server or database.
19+
Azure AD-only authentication is a feature within [Azure SQL](../azure-sql-iaas-vs-paas-what-is-overview.md) that allows the service to only support Azure AD authentication, and is supported for [Azure SQL Database](sql-database-paas-overview.md) and [Azure SQL Managed Instance](../managed-instance/sql-managed-instance-paas-overview.md), as well as to both dedicated SQL pools in Azure Synapse workspaces and dedicated SQL pools (formerly SQL DW).
2020

21-
Azure AD-only authentication can be enabled or disabled using the Azure portal, Azure CLI, PowerShell, or REST API. Azure AD-only authentication can also be configured during server creation with an ARM template.
21+
SQL authentication is disabled when enabling Azure AD-only authentication in the Azure SQL environment, including connections from SQL server administrators, logins, and users. Only users using [Azure AD authentication](authentication-aad-overview.md) are authorized to connect to the server or database.
22+
23+
Azure AD-only authentication can be enabled or disabled using the Azure portal, Azure CLI, PowerShell, or REST API. Azure AD-only authentication can also be configured during server creation with an Azure Resource Manager (ARM) template.
2224

2325
For more information on Azure SQL authentication, see [Authentication and authorization](logins-create-manage.md#authentication-and-authorization).
2426

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
ms.service: sql-database
3+
ms.topic: include
4+
ms.date: 01/26/2022
5+
author: WilliamDAssafMSFT
6+
ms.author: wiassaf
7+
---
8+
9+
**APPLIES TO:** :::image type="icon" source="../media/applies-to/yes.png" border="false":::Azure SQL Database :::image type="icon" source="../media/applies-to/yes.png" border="false":::Azure SQL Managed Instance :::image type="icon" source="../media/applies-to/yes.png" border="false":::Azure Synapse Analytics (dedicated SQL pool (formerly SQL DW) only)
10+

0 commit comments

Comments
 (0)