Skip to content

Commit 4c5b4d6

Browse files
authored
Update cache-web-app-howto.md
Small fixes post edit pass.
1 parent e280b2d commit 4c5b4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Next, create the cache to use with the app.
3434

3535
### Edit the CacheSecrets.config file
3636

37-
1. On your computer, create a file named *CacheSecrets.config*. Put the file in a location where it isn't checked in with the source code of your sample application. For this quickstart, the *CacheSecrets.config* file is located at *C:\AppSecrets\CacheSecrets.config*.
37+
1. On your computer, create a file named *CacheSecrets.config*. Put the file in a location where it isn't checked in with the source code of your sample application. For this quickstart, the *CacheSecrets.config* file is in the *C:\AppSecrets\\* folder.
3838

39-
1. Edit the *CacheSecrets.config* file to add the following content:
39+
1. Edit the *CacheSecrets.config* file to add the following content.
4040

4141
In the code:
4242

@@ -128,7 +128,7 @@ The home page layout for this sample is stored in the *_Layout.cshtml* file. Fro
128128
@Html.ActionLink("Azure Cache for Redis Test", "RedisCache", "Home", new { area = "" }, new { @class = "navbar-brand" })
129129
```
130130

131-
:::image type="content" source="media/cache-web-app-howto/cache-welcome-page.png" alt-text="Screenshot that shows the welcome page of a webpage.":::
131+
:::image type="content" source="media/cache-web-app-howto/cache-welcome-page.png" alt-text="Screenshot that shows welcome and navigation options on a webpage.":::
132132

133133
### Show data from the cache
134134

0 commit comments

Comments
 (0)