Skip to content

Commit 05eeea1

Browse files
authored
Fix code block indentation
1 parent 3e2ffad commit 05eeea1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ dotnet add package Microsoft.Azure.StackExchangeRedis
6767

6868
1. Include the libraries in your code
6969

70-
```csharp
71-
using Azure.Identity;
72-
using StackExchange.Redis
73-
```
70+
```csharp
71+
using Azure.Identity;
72+
using StackExchange.Redis
73+
```
7474

7575
1. Using the default Azure credentials to authenticate the client connection. This enables your code to use the signed-in user credential when running locally, and an Azure managed identity when running in Azure without code change.
7676

0 commit comments

Comments
 (0)