Skip to content

Commit 1c13a0c

Browse files
committed
a few more edits
1 parent 88b2beb commit 1c13a0c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/azure-cache-for-redis/cache-dotnet-core-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Make a note of the values for **HOST NAME** and the **Primary** access key. You
3636

3737
## Add a local secret for the connection string
3838

39-
In your command window, execute the following command to store a new secret named `CacheConnection`. Replace the placeholders (including angle brackets) with your cache name (`<cache name>`) and primary access key (`<primary-access-key>`):
39+
In your Command Prompt window, execute the following command to store a new secret named `CacheConnection`. Replace the placeholders (including angle brackets) with your cache name (`<cache name>`) and primary access key (`<primary-access-key>`):
4040

4141
```dos
4242
dotnet user-secrets set CacheConnection "<cache name>.redis.cache.windows.net,abortConnect=false,ssl=true,allowAdmin=true,password=<primary-access-key>"

articles/azure-cache-for-redis/cache-go-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func main() {
4848
...
4949
```
5050
51-
Then, you establish connection with Azure Cache for Redis. We use [tls.Config](https://go.dev/pkg/crypto/tls/#Config)--Azure Cache for Redis only accepts secure connections with [TLS 1.2 as the minimum required version](cache-remove-tls-10-11.md).
51+
Then, you establish connection with Azure Cache for Redis. We use [tls.Config](https://go.dev/pkg/crypto/tls/#Config). Azure Cache for Redis supports only secure connections, and [TLS 1.2 as the minimum required version](cache-remove-tls-10-11.md).
5252
5353
```go
5454
...

articles/azure-cache-for-redis/cache-java-redisson-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,5 +291,5 @@ Cache Response : Hello! The cache is working from Java! 2023-12-05T15:45:45.7486
291291

292292
## Related content
293293

294-
- [Create an ASP.NET web app that uses an Azure Cache for Redis](./cache-web-app-howto.md)
294+
- [Create an ASP.NET web app that uses Azure Cache for Redis](./cache-web-app-howto.md)
295295
- [Use Java with Azure Cache for Redis on Azure Kubernetes Service](/azure/developer/java/ee/how-to-deploy-java-liberty-jcache)

articles/azure-cache-for-redis/cache-python-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to skip straight to the code, see the [Python quickstart sample](htt
2424

2525
## Prerequisites
2626

27-
- Azure subscription. [Create one for free](https://azure.microsoft.com/free/)
27+
- An Azure subscription. [Create one for free](https://azure.microsoft.com/free/)
2828
- Python 3
2929
- For macOS or Linux, download from [python.org](https://www.python.org/downloads/).
3030
- For Windows 11, use the [Windows Store](https://apps.microsoft.com/search/publisher?name=Python+Software+Foundation&hl=en-us&gl=US).

articles/azure-cache-for-redis/cache-rust-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,4 +344,4 @@ The application accepts connectivity and credentials in the form of environment
344344

345345
## Related content
346346

347-
- [Create a basic ASP.NET web app that uses Azure Cache for Redis](./cache-web-app-howto.md)
347+
* [Create a basic ASP.NET web app that uses Azure Cache for Redis](./cache-web-app-howto.md)

0 commit comments

Comments
 (0)