From c7433496e4ee7e09a26edb676e855ccf57423f2d Mon Sep 17 00:00:00 2001
From: William Assaf MSFT <74387232+WilliamDAssafMSFT@users.noreply.github.com>
Date: Mon, 21 Oct 2024 18:18:53 -0700
Subject: [PATCH] Update README.md
---
.../security/azure-active-directory-auth/token/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 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 a9060696..5ae1d9d3 100644
--- a/samples/features/security/azure-active-directory-auth/token/README.md
+++ b/samples/features/security/azure-active-directory-auth/token/README.md
@@ -17,8 +17,8 @@ The Token project contains a simple console application that connects to Azure S
+ If the Windows SDK was not installed, you may [download it here](https://learn.microsoft.com/windows/apps/windows-app-sdk/downloads)
+ You can learn more about the `makecert.exe` [utility here](https://msdn.microsoft.com/library/windows/desktop/aa386968.aspx)
2. PowerShell with Azure Active Directory Module
- + To download the latest PowerShell version [see this page](https://azure.microsoft.com/documentation/articles/powershell-install-configure/#Install)
- + [Install the Microsoft Entra ID PowerShell Module](https://msdn.microsoft.com/en-us/library/azure/jj151815.aspx), if it is not already installed in your client machine.
+ + To download the latest PowerShell version [see this page](https://learn.microsoft.com/powershell/azure/install-azure-powershell)
+ + [Install the Microsoft Entra ID PowerShell Module](https://learn.microsoft.com/powershell/entra-powershell/installation), if it is not already installed in your client machine.
## Run this sample
@@ -89,7 +89,7 @@ The Token project contains a simple console application that connects to Azure S

- Make the following changes:
```csharp
- builder["Data Source"] = ".database.windows.net"; // replace with your server name
+ builder["Data Source"] = ".database.windows.net"; // replace with your server name
builder["Initial Catalog"] = "demo"; // replace with your database name
```
6. Run the demo. (Select *Run* or press *F5*)