Skip to content

Commit 5b1bbf4

Browse files
committed
Correct blocking and non-blocking issues
1 parent d3144a7 commit 5b1bbf4

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

articles/cosmos-db/cli-samples-cassandra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure CLI Samples for Azure Cosmos DB Cassandra API
3-
description: Azure CLI Samples for Azure Cosmos DB Cassandra API
2+
title: Azure CLI samples for Azure Cosmos DB Cassandra API
3+
description: Azure CLI samples for Azure Cosmos DB Cassandra API
44
author: markjbrown
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-cassandra

articles/cosmos-db/cli-samples-gremlin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure CLI Samples for Azure Cosmos DB Gremlin API
3-
description: Azure CLI Samples for Azure Cosmos DB Gremlin API
2+
title: Azure CLI samples for Azure Cosmos DB Gremlin API
3+
description: Azure CLI samples for Azure Cosmos DB Gremlin API
44
author: markjbrown
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-graph

articles/cosmos-db/cli-samples-mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure CLI Samples for Azure Cosmos DB MongoDB API
3-
description: Azure CLI Samples for Azure Cosmos DB MongoDB API
2+
title: Azure CLI samples for Azure Cosmos DB MongoDB API
3+
description: Azure CLI samples for Azure Cosmos DB MongoDB API
44
author: markjbrown
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-mongo

articles/cosmos-db/cli-samples-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure CLI Samples for Azure Cosmos DB Table API
3-
description: Azure CLI Samples for Azure Cosmos DB Table API
2+
title: Azure CLI samples for Azure Cosmos DB Table API
3+
description: Azure CLI samples for Azure Cosmos DB Table API
44
author: markjbrown
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-table

articles/cosmos-db/scripts/cli/common/ipfirewall.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create an Azure Cosmos Account with IP Firewall
3-
description: Create an Azure Cosmos Account with IP Firewall
2+
title: Create an Azure Cosmos account with IP firewall
3+
description: Create an Azure Cosmos account with IP firewall
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
@@ -9,7 +9,7 @@ ms.topic: sample
99
ms.date: 9/25/2019
1010
---
1111

12-
# Create an Azure Cosmos Account with IP Firewall using Azure CLI
12+
# Create an Azure Cosmos account with IP Firewall using Azure CLI
1313

1414
[!INCLUDE [cloud-shell-try-it.md](../../../../../includes/cloud-shell-try-it.md)]
1515

@@ -18,7 +18,7 @@ If you choose to install and use the CLI locally, this topic requires that you a
1818
## Sample script
1919

2020
> [!NOTE]
21-
> This sample demonstrates using a SQL (Core) API account. To use this sample for other APIs, apply the `ip-range-filter` parameter in the script below to the related namespace for your API specific script.
21+
> This sample demonstrates using a SQL (Core) API account. To use this sample for other APIs, apply the `ip-range-filter` parameter in the script below to `az cosmosdb account create` command for your API specific script.
2222
2323
[!code-azurecli-interactive[main](../../../../../cli_scripts/cosmosdb/common/ipfirewall.sh "Create an Azure Cosmos account with ip firewall.")]
2424

articles/cosmos-db/scripts/cli/common/keys.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Work with account keys and connection strings for an Azure Cosmos Account
3-
description: Work with account keys and connection strings for an Azure Cosmos Account
2+
title: Work with account keys and connection strings for an Azure Cosmos account
3+
description: Work with account keys and connection strings for an Azure Cosmos account
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
@@ -9,7 +9,7 @@ ms.topic: sample
99
ms.date: 9/25/2019
1010
---
1111

12-
# Work with account keys and connection strings for an Azure Cosmos Account using Azure CLI
12+
# Work with account keys and connection strings for an Azure Cosmos account using Azure CLI
1313

1414
[!INCLUDE [cloud-shell-try-it.md](../../../../../includes/cloud-shell-try-it.md)]
1515

articles/cosmos-db/scripts/cli/common/regions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add regions, change failover priority, trigger failover for an Azure Cosmos Account
3-
description: Add regions, change failover priority, trigger failover for an Azure Cosmos Account
2+
title: Add regions, change failover priority, trigger failover for an Azure Cosmos account
3+
description: Add regions, change failover priority, trigger failover for an Azure Cosmos account
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
@@ -9,7 +9,7 @@ ms.topic: sample
99
ms.date: 9/25/2019
1010
---
1111

12-
# Add regions, change failover priority, trigger failover for an Azure Cosmos Account using Azure CLI
12+
# Add regions, change failover priority, trigger failover for an Azure Cosmos account using Azure CLI
1313

1414
[!INCLUDE [cloud-shell-try-it.md](../../../../../includes/cloud-shell-try-it.md)]
1515

articles/cosmos-db/scripts/cli/common/service-endpoints-ignore-missing-vnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect an existing Azure Cosmos Account with Virtual Network Service Endpoints
3-
description: Connect an existing Azure Cosmos Account with Virtual Network Service Endpoints
2+
title: Connect an existing Azure Cosmos account with virtual network service endpoints
3+
description: Connect an existing Azure Cosmos account with virtual network service endpoints
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
@@ -9,7 +9,7 @@ ms.topic: sample
99
ms.date: 9/25/2019
1010
---
1111

12-
# Connect an existing Azure Cosmos Account with Virtual Network Service Endpoints using Azure CLI
12+
# Connect an existing Azure Cosmos account with virtual network service endpoints using Azure CLI
1313

1414
[!INCLUDE [cloud-shell-try-it.md](../../../../../includes/cloud-shell-try-it.md)]
1515

articles/cosmos-db/scripts/cli/common/service-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create an Azure Cosmos Account with Virtual Network Service Endpoints
3-
description: Create an Azure Cosmos Account with Virtual Network Service Endpoints
2+
title: Create an Azure Cosmos account with virtual network service endpoints
3+
description: Create an Azure Cosmos account with virtual network service endpoints
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
@@ -9,7 +9,7 @@ ms.topic: sample
99
ms.date: 9/25/2019
1010
---
1111

12-
# Create an Azure Cosmos Account with VNet Service Endpoints using Azure CLI
12+
# Create an Azure Cosmos account with virtual network service endpoints using Azure CLI
1313

1414
[!INCLUDE [cloud-shell-try-it.md](../../../../../includes/cloud-shell-try-it.md)]
1515

0 commit comments

Comments
 (0)