Skip to content

Commit f51ef51

Browse files
committed
Merge branch 'stevenry/amr_quickstart' of
https://github.com/DrEsteban/azure-docs into fxl---Fix-formatting-in-cache-web-app-aspnet-core-howto.md
2 parents e351f31 + a846b3b commit f51ef51

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)