From c81ae3888eba55bba3cfc11d583fe6a8d3f64a09 Mon Sep 17 00:00:00 2001 From: Dan Rediske Date: Mon, 25 Jul 2016 16:25:29 -0700 Subject: [PATCH] Fixed img links --- .../security/azure-active-directory-auth/password/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/features/security/azure-active-directory-auth/password/README.md b/samples/features/security/azure-active-directory-auth/password/README.md index e4488df4..2a9bb243 100644 --- a/samples/features/security/azure-active-directory-auth/password/README.md +++ b/samples/features/security/azure-active-directory-auth/password/README.md @@ -15,8 +15,8 @@ Note: A contained user database must exist and a contained database user represe Please note that builder["Authentication"] method is set to SqlAuthenticationMethod.ActiveDirectoryPassword. -![screenshot of visual studio showing builder fields to change] (/img/vs-authentication-method-pasword.png) +![screenshot of visual studio showing builder fields to change] (/samples/features/security/azure-active-directory-auth/img/vs-authentication-method-integrated.png) -When running this program an execution window a prompt for the Azure AD password request for user bob@cqclinic.onmicrosoft.com will appear. Once the password is entered the message should indicate a successful connection to the database followed by “Please press any key to stop”: +When running this program an execution window a prompt for the Azure AD password request for user bob@cqclinic.onmicrosoft.com will appear. Once the password is entered the message should indicate a successful connection to the database followed by “Please press any key to stop”: -![screenshot of application after successful authentication- "press any key to stop"] (/img/pwd-press-any-key-to-stop.png) +![screenshot of application after successful authentication- "press any key to stop"] (/samples/features/security/azure-active-directory-auth/img/pwd-press-any-key-to-stop.png)