Skip to content

Commit aa59940

Browse files
committed
Linter fixes
1 parent ca8be09 commit aa59940

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,19 @@ IDatabase Database = _newConnection.GetDatabase();
7171

7272
::: zone pivot="azure-managed-redis"
7373

74-
7574
::: zone-end
7675

76+
### To edit the _app.config_ file
7777

78-
### To edit the *app.config* file
79-
80-
1. Edit the *app.config* file by adding the following content:
78+
1. Edit the _app.config_ file by adding the following content:
8179

8280
```xml
8381
<appSettings>
8482
<add key="RedisHostName" value="<cache-hostname-with-portnumber>"/>
8583
</appSettings>
8684
```
8785

88-
1. Replace `<cache-hostname>` with your cache host name as it appears in the Overview from the Resource menu in Azure portal.
86+
1. Replace `<cache-hostname>` with your cache host name as it appears in the Overview from the Resource menu in Azure portal.
8987

9088
For example, with Azure Managed Redis or the Enterprise tiers: _my-redis.eastus.azure.net:10000_
9189

@@ -97,10 +95,9 @@ For more information, see [StackExchange.Redis](https://stackexchange.github.io/
9795

9896
::: zone-end
9997

100-
### To edit the *app.config* file
101-
98+
### To edit the _app.config_ file
10299

103-
1. Edit the *app.config* file by adding the following content:
100+
1. Edit the _app.config_ file by adding the following content:
104101

105102
```xml
106103
<appSettings>

0 commit comments

Comments
 (0)