From 83e501083458c5252966b6c402ccea417833f602 Mon Sep 17 00:00:00 2001 From: Dan Rediske Date: Mon, 25 Jul 2016 16:31:37 -0700 Subject: [PATCH] Update README.md --- .../security/azure-active-directory-auth/integrated/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/features/security/azure-active-directory-auth/integrated/README.md b/samples/features/security/azure-active-directory-auth/integrated/README.md index 4352fc4e..8ca09dc7 100644 --- a/samples/features/security/azure-active-directory-auth/integrated/README.md +++ b/samples/features/security/azure-active-directory-auth/integrated/README.md @@ -1,7 +1,8 @@ ## Run this sample -Note: Run this project on a machine joined to a domain that is federated with Azure Active Directory. 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 the CONNECT permission. +Note: Run this project on a machine joined to a domain that is federated with Azure Active Directory. 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 the CONNECT permission. 1. Before building and running the Integrated project: + + In Program.cs, locate the following lines of code and replace the server/database name with your server/database name. ``` builder["Data Source"] = "aad-managed-demo.database.windows.net "; // replace 'aad-managed-demo' with your server name