Skip to content

Commit c743349

Browse files
Update README.md
1 parent 0784a5f commit c743349

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • samples/features/security/azure-active-directory-auth/token

samples/features/security/azure-active-directory-auth/token/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The Token project contains a simple console application that connects to Azure S
1717
+ If the Windows SDK was not installed, you may [download it here](https://learn.microsoft.com/windows/apps/windows-app-sdk/downloads)
1818
+ You can learn more about the `makecert.exe` [utility here](https://msdn.microsoft.com/library/windows/desktop/aa386968.aspx)
1919
2. PowerShell with Azure Active Directory Module
20-
+ To download the latest PowerShell version [see this page](https://azure.microsoft.com/documentation/articles/powershell-install-configure/#Install)
21-
+ [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.
20+
+ To download the latest PowerShell version [see this page](https://learn.microsoft.com/powershell/azure/install-azure-powershell)
21+
+ [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.
2222

2323
<a name=run-this-sample></a>
2424
## Run this sample
@@ -89,7 +89,7 @@ The Token project contains a simple console application that connects to Azure S
8989
![Program.cs field highlights](../img/program-cs-builder-highlight.png)
9090
- Make the following changes:
9191
```csharp
92-
builder["Data Source"] = "<servername>.database.windows.net"; // replace with your server name
92+
builder["Data Source"] = "<server name>.database.windows.net"; // replace <server name> with your server name
9393
builder["Initial Catalog"] = "demo"; // replace with your database name
9494
```
9595
6. Run the demo. (Select *Run* or press *F5*)

0 commit comments

Comments
 (0)