1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Updated Prerequisites

This commit is contained in:
Dan Rediske
2016-07-26 08:07:37 -07:00
parent 83e5010834
commit 3bb63f4287

View File

@ -35,15 +35,16 @@ To run this sample, you need the following prerequisites:
+ 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
+ ADALSQL.DLL is automatically downloaded with Visual Studio 2015 Update 2, SQL Server Management Studio, and the newest version of SQL Server Data tools
**Azure prerequisites:**
1. Azure Active Directory (AD)
2. Permission to create an Azure SQL Database
3. ???
1. Create Azure Active Directory (AD), or federate your domain with existing Azure AD
This allows either to use managed or federated accounts associated with a specific Azure AD
2. Create Azure AD administrator for Azure SQL DB using Azure portal, PowerShell command or Rest API
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
**Other Prerequisites**
1. For Azure Active Directory integrated authentication, a Computer joined to a domain that is federated with Azure Active Directory.
2. A contained database user representing your Azure AD principal (or one of the groups you belong to) must exist in the database and must have at least the CONNECT permission.
1. For Azure AD integrated authentication a computer joined to a domain that is federated with Azure Active Directory is required
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
<a name=run-this-sample></a>