Skip to content

Commit beb5f45

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

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ IDatabase Database = _newConnection.GetDatabase();
7575
::: zone-end
7676

7777

78-
### To edit the *CacheSecrets.config* file
78+
### To edit the *app.config* file
7979

80-
1. Create a file on your computer named *CacheSecrets.config*. Put it in a location where it won't be checked in with the source code of your sample application. For this quickstart, the *CacheSecrets.config* file is located at *C:\AppSecrets\CacheSecrets.config*.
81-
82-
1. Edit the *app.config* file. Then add the following content:
80+
1. Edit the *app.config* file by adding the following content:
8381

8482
```xml
8583
<appSettings>
@@ -99,11 +97,10 @@ For more information, see [StackExchange.Redis](https://stackexchange.github.io/
9997

10098
::: zone-end
10199

102-
### To edit the *CacheSecrets.config* file
100+
### To edit the *app.config* file
103101

104-
1. Create a file on your computer named *CacheSecrets.config*. Put it in a location where it won't be checked in with the source code of your sample application. For this quickstart, the *CacheSecrets.config* file is located at *C:\AppSecrets\CacheSecrets.config*.
105102

106-
1. Edit the *app.config* file. Then add the following content:
103+
1. Edit the *app.config* file by adding the following content:
107104

108105
```xml
109106
<appSettings>

0 commit comments

Comments
 (0)