Skip to content

Commit 37c4cce

Browse files
author
Dileep Rao
committed
Updated case.
1 parent 0b96848 commit 37c4cce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/self-serve-minimum-tls-enforcement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Self-Serve minimum tls version enforcement in Azure Cosmos DB
2+
title: Self-serve minimum tls version enforcement in Azure Cosmos DB
33
titleSuffix: Azure Cosmos DB
44
description: Learn how to self-serve minimum TLS version enforcement for your Azure Cosmos DB account to improve your security posture.
55
author: dileepraotv-github
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.date: 01/18/2023
1010
---
1111

12-
# Self-Serve minimum TLS version enforcement in Azure Cosmos DB
12+
# Self-serve minimum TLS version enforcement in Azure Cosmos DB
1313

1414
[!INCLUDE[NoSQL, MongoDB, Cassandra, Gremlin, Table](includes/appliesto-nosql-mongodb-cassandra-gremlin-table.md)]
1515

@@ -65,7 +65,7 @@ $patchParameters = @{
6565
Invoke-AzRestMethod @patchParameters
6666
```
6767

68-
### Set via ARM Template
68+
### Set via ARM template
6969

7070
To set this property using an ARM template, update your existing template or export a new template for your current deployment, then add `"minimalTlsVersion"` to the properties for the `databaseAccounts` resources, with the desired minimum TLS version value. Below is a basic example of an Azure Resource Manager template with this property setting, using a parameter.
7171

0 commit comments

Comments
 (0)