Skip to content

Commit 0f56a12

Browse files
Merge pull request #290929 from flang-msft/fxl---Fix-formatting-in-cache-web-app-aspnet-core-howto.md
Fxl---fix formatting in cache web app aspnet core howto.md
2 parents e351f31 + f51ef51 commit 0f56a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ In your command window, execute the following command to store a new secret name
6161
```dos
6262
dotnet user-secrets set RedisHostName "<cache-name>.redis.cache.windows.net"
6363
```
64+
6465
For using Azure Managed Redis (preview) instance, store a new secret named RedisHostName as below:
6566

6667
```dos
6768
dotnet user-secrets set RedisHostName "<cache-name>.<region>.redis.azure.net"
69+
```
6870

6971
## Connect to the cache with RedisConnection
7072

0 commit comments

Comments
 (0)