Skip to content

Commit 99cd783

Browse files
Update readme.md
1 parent 680615b commit 99cd783

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

  • samples/features/security/azure-active-directory-auth

samples/features/security/azure-active-directory-auth/readme.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,15 @@ To run this sample, you need the following prerequisites:
3535
+ ADALSQL.DLL enables applications to authenticate to Microsoft Azure SQL Database using Azure Active Directory. The ADALSQL.DLL is not installed with Visual Studio so download the DLL at http://www.microsoft.com/en-us/download/details.aspx?id=48742
3636
+ ADALSQL.DLL is automatically downloaded with Visual Studio 2015 Update 2, SQL Server Management Studio, and the newest version of SQL Server Data tools
3737

38-
1. Create Azure Active Directory (AD), or federate your domain with existing Azure AD
39-
This allows either to use managed or federated accounts associated with a specific Azure AD
40-
2. Create Azure AD administrator for Azure SQL DB using Azure portal, PowerShell command or Rest API
41-
3. With help from T-SQL query interface (i.e. SSMS query editor), using Azure AD admin credentials for SQL DB & SQL DW, create an Azure AD user in a designated database. The database user represents your Azure AD principal (or one of the groups you belong to) and must exist in the database having CONNECT permission prior to executing a connection attempt
38+
1. Create Microsoft Entra tenant (formerly known as Azure Active Directory), or federate your domain with existing Microsoft Entra ID. This allows either to use managed or federated accounts associated with a specific Microsoft Entra ID.
39+
2. Create Microsoft Entra ID administrator for Azure SQL Database using the Azure portal, PowerShell command, or Rest API.
40+
3. With help from T-SQL query interface (i.e. SSMS query editor), using Microsoft Entra ID admin credentials for Azure SQL Database and dedicated SQL pools in Azure Synapse, create an Microsoft Entra ID user in a designated database. The database user represents your Microsoft Entra ID principal (or one of the groups you belong to) and must exist in the database having CONNECT permission prior to executing a connection attempt.
4241

4342

4443
**Other Prerequisites**
4544

46-
1. For Azure AD integrated authentication a computer joined to a domain that is federated with Azure Active Directory is required
47-
2. An existing database created before a connection attempt is required. The database can be created using credentials for SQL administrator, or Azure AD SQL administrator
45+
1. For Microsoft Entra ID integrated authentication a computer joined to a domain that is federated with Azure Active Directory is required.
46+
2. An existing database created before a connection attempt is required. The database can be created using credentials for SQL administrator, or Microsoft Entra SQL administrator.
4847

4948
<a name=run-this-sample></a>
5049

@@ -62,7 +61,7 @@ To run this sample, you need the following prerequisites:
6261

6362
## Sample details
6463

65-
This demo provides a simple tool for exploring Azure Active Directory authentication to Azure SQL DB or Azure SQL DW.
64+
This demo provides a simple tool for exploring Azure Active Directory authentication to Azure SQL Database and dedicated SQL pools in Azure Synapse.
6665

6766
Azure Active Directory authentication with Azure SQL Database V12 supports the following authentication methods:
6867
- User/password authentication

0 commit comments

Comments
 (0)