Skip to content

Commit ff6c097

Browse files
authored
Update cache-dotnet-how-to-use-azure-redis-cache.md
1 parent a9c6710 commit ff6c097

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/azure-cache-for-redis/cache-dotnet-how-to-use-azure-redis-cache.md

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

4747
The [Azure.StackExchange.Redis](https://www.nuget.org/packages/Microsoft.Azure.StackExchangeRedis) library contains the 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).
4848

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

5359
----
5460

0 commit comments

Comments
 (0)