From 5e4c567d864c2ec8dffe2befc9bd0807dd4d8a86 Mon Sep 17 00:00:00 2001 From: Dan Rediske Date: Thu, 28 Jul 2016 11:54:17 -0700 Subject: [PATCH] fixed codeblock --- samples/features/security/contoso-clinic/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/samples/features/security/contoso-clinic/README.md b/samples/features/security/contoso-clinic/README.md index 07ee682d..37d702a1 100644 --- a/samples/features/security/contoso-clinic/README.md +++ b/samples/features/security/contoso-clinic/README.md @@ -44,9 +44,10 @@ TODO: Show img 2. Modify the connection string in the demo web. + Using Solution Explorer, locate and open the web.config file under the ContosoClinic project. + Look for the line that looks like this: -+ - - +```csharp + +``` + Update the value of the *Data Source* key word in the database connection string to denote your server (either your local SQL Server instance of your logical server in Azure SQL Database) + ## Azure SQL Security Features