Skip to content

Commit a9c6710

Browse files
authored
Update cache-web-app-howto.md
1 parent aa59940 commit a9c6710

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/azure-cache-for-redis/cache-web-app-howto.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@ Clone the repo [https://github.com/Azure-Samples/azure-cache-redis-samples/tree/
4747

4848
The [Azure.StackExchange.Redis](https://www.nuget.org/packages/Microsoft.Azure.StackExchangeRedis) library contains the Microsoft using Microsoft Entra ID authentication method for connecting to Azure Redis services using Microsoft Entra ID. It's applicable to all Azure Cache for Redis, Azure Cache for Redis Enterprise, and Azure Managed Redis (Preview).
4949

50-
```cli
51-
dotnet add package Microsoft.Azure.StackExchangeRedis
52-
```
50+
1. Open your project in Visual Studio
51+
52+
1. Right click on the project, choose **Manage NuGet Packages...**
53+
54+
1. Search for `Microsoft.Azure.StackExchangeRedis`
55+
56+
1. Click **Install** button to install
57+
58+
1. Accept all prompted content to finish installation
5359

5460
### Connect to the cache using Microsoft Entra ID
5561

0 commit comments

Comments
 (0)