From ce81d53a0daae14de068783c5e78d0c0ad2dc1e8 Mon Sep 17 00:00:00 2001 From: William Assaf MSFT <74387232+WilliamDAssafMSFT@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:27:46 -0700 Subject: [PATCH] Update README.md --- .../security/azure-active-directory-auth/password/README.md | 2 -- 1 file changed, 2 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 31a76fa1..23b82342 100644 --- a/samples/features/security/azure-active-directory-auth/password/README.md +++ b/samples/features/security/azure-active-directory-auth/password/README.md @@ -14,8 +14,6 @@ Note: A contained user database must exist and a contained database user represe Please note that the `builder["Authentication"]` method is set to `SqlAuthenticationMethod.ActiveDirectoryPassword`. -![screenshot of visual studio showing builder fields to change](../img/vs-authentication-method-password.png) - When running this program an execution window a prompt for the Microsoft Entra ID 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)