From bf34b3a1406b86f0cfb2efdc930c64498131c8f7 Mon Sep 17 00:00:00 2001 From: William Assaf MSFT <74387232+WilliamDAssafMSFT@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:24:57 -0700 Subject: [PATCH] Update README.md --- .../security/azure-active-directory-auth/token/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/features/security/azure-active-directory-auth/token/README.md b/samples/features/security/azure-active-directory-auth/token/README.md index de0f77a6..5a97951d 100644 --- a/samples/features/security/azure-active-directory-auth/token/README.md +++ b/samples/features/security/azure-active-directory-auth/token/README.md @@ -90,5 +90,4 @@ The Token project contains a simple console application that connects to Azure S builder["Initial Catalog"] = "demo"; // replace with your database name ``` 6. Run the demo. (Select *Run* or press *F5*) - + A successful authorization should result in a message that states "Connected to the database" similar to the following: - ![succesful auth](../img/token-press-any-key-to-stop.png) + + A successful authorization should result in a message that includes "The access token obtained" and states "Connected to the database" and "Please press any key to stop".