Skip to content

Commit 8b85547

Browse files
authored
Merge pull request #97773 from SnehaGunda/monitoring
1602448 SEO OKR: Cosmos DB short meta description issue
2 parents 74f8330 + cd23ace commit 8b85547

File tree

88 files changed

+150
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+150
-148
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12442,6 +12442,11 @@
1244212442
"redirect_url": "/azure/cosmos-db/monitor-cosmos-db",
1244312443
"redirect_document_id": false
1244412444
},
12445+
{
12446+
"source_path": "articles/cosmos-db/create-firewall-cli.md",
12447+
"redirect_url": "/azure/cosmos-db/scripts/cli/common/ipfirewall",
12448+
"redirect_document_id": false
12449+
},
1244512450
{
1244612451
"source_path": "articles/iot-suite/iot-suite-v1-connecting-devices-linux.md",
1244712452
"redirect_url": "https://docs.microsoft.com/previous-versions/azure/iot-suite/iot-suite-v1-connecting-devices-linux",

articles/cosmos-db/account-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Working with Azure Cosmos DB accounts
3-
description: This article describes how create and use Azure Cosmos DB accounts
3+
description: This article describes how create and use Azure Cosmos accounts. It also shows the hierarchy of elements in an Azure Cosmos account
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db

articles/cosmos-db/change-feed-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: How to use Azure Cosmos DB change feed with Azure Functions
3-
description: Use Azure Cosmos DB change feed with Azure Functions
3+
description: Use Azure Functions to connect to Azure Cosmos DB change feed. Later you can create reactive Azure functions that are triggered on every new event.
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
77
ms.topic: conceptual
8-
ms.date: 07/23/2019
8+
ms.date: 12/03/2019
99
ms.reviewer: sngun
1010
---
1111

articles/cosmos-db/change-feed-processor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Working with the change feed processor library in Azure Cosmos DB
3-
description: Using the Azure Cosmos DB change feed processor library.
3+
description: Learn how to use the Azure Cosmos DB change feed processor library to read the change feed, the components of the change feed processor, and the implementation life cycle
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
77
ms.devlang: dotnet
88
ms.topic: conceptual
9-
ms.date: 07/23/2019
9+
ms.date: 12/03/2019
1010
ms.reviewer: sngun
1111
---
1212

articles/cosmos-db/compliance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure Cosmos DB compliance
33
description: This article describes certification coverage for Azure Cosmos DB compliance offerings.
4-
author: dharmas-cosmos
4+
author: SnehaGunda
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 10/15/2019
8-
ms.author: dharmas
7+
ms.date: 12/02/2019
8+
ms.author: sngun
99
ms.reviewer: sngun
1010

1111
---

articles/cosmos-db/connect-mongodb-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Connect a MongoDB application to Azure Cosmos DB
3-
description: Learn how to connect your MongoDB app to Azure Cosmos DB.
3+
description: Learn how to connect a MongoDB app to Azure Cosmos DB by getting the connection string from Azure portal
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-mongo
88
ms.topic: conceptual
9-
ms.date: 05/21/2019
9+
ms.date: 12/02/2019
1010
ms.reviewer: sngun
1111

1212
---

articles/cosmos-db/consistency-levels-across-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Consistency levels and Azure Cosmos DB APIs
3-
description: Understanding the consistency levels across APIs in Azure Cosmos DB.
3+
description: Understanding the consistency level mapping between different APIs in Azure Cosmos DB and Apache Cassandra, MongoDB
44
author: markjbrown
55
ms.author: mjbrown
66
ms.service: cosmos-db

articles/cosmos-db/cosmos-db-security-controls.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
title: Security controls for Azure Cosmos DB
3-
description: A checklist of security controls for evaluating Azure Cosmos DB
3+
description: Get a checklist of security controls such as network, monitoring, identity, and data protection to evaluate Azure Cosmos DB
44
services: cosmos-db
5-
documentationcenter: ''
6-
author: msmbaldwin
7-
manager: rkarlin
5+
author: SnehaGunda
86
ms.service: cosmos-db
9-
107
ms.topic: conceptual
11-
ms.date: 09/04/2019
12-
ms.author: mbaldwin
8+
ms.date: 12/02/2019
9+
ms.author: sngun
1310

1411
---
1512
# Security controls for Azure Cosmos DB
@@ -23,8 +20,8 @@ This article documents the security controls built into Azure Cosmos DB.
2320
| Security control | Yes/no | Notes |
2421
|---|---|--|
2522
| Service endpoint support| Yes | |
26-
| VNet injection support| Yes | With VNet service endpoint, you can configure an Azure Cosmos DB account to allow access only from a specific subnet of a virtual network (VNet). You can also combine VNet access with firewall rules. See [Access Azure Cosmos DB from virtual networks](VNet-service-endpoint.md). |
27-
| Network Isolation and Firewalling support| Yes | With firewall support, you can configure your Azure Cosmos account to allow access only from an approved set of IP addresses, a range of IP addresses and/or cloud services. See [Configure IP firewall in Azure Cosmos DB](how-to-configure-firewall.md).|
23+
| VNet injection support| Yes | With VNet service endpoint, you can configure an Azure Cosmos DB account to allow access only from a specific subnet of a virtual network (VNet). You can also combine VNet access with firewall rules. To learn more, see [Access Azure Cosmos DB from virtual networks](VNet-service-endpoint.md). |
24+
| Network Isolation and Firewall support| Yes | With firewall support, you can configure your Azure Cosmos account to allow access only from an approved set of IP addresses, a range of IP addresses and/or cloud services. To learn more, see [Configure IP firewall in Azure Cosmos DB](how-to-configure-firewall.md).|
2825
| Forced tunneling support| Yes | Can be configured at the client side on the VNet where the virtual machines are located. |
2926

3027
## Monitoring & logging
@@ -46,7 +43,7 @@ This article documents the security controls built into Azure Cosmos DB.
4643

4744
| Security control | Yes/no | Notes |
4845
|---|---|--|
49-
| Server-side encryption at rest: Microsoft-managed keys | Yes | All Cosmos databases and backups are encrypted by default; see [Data encryption in Azure Cosmos DB](database-encryption-at-rest.md). Server-side encryption with customer-managed keys is not supported. |
46+
| Server-side encryption at rest: Microsoft-managed keys | Yes | All Azure Cosmos databases and backups are encrypted by default; see [Data encryption in Azure Cosmos DB](database-encryption-at-rest.md). Server-side encryption with customer-managed keys is not supported. |
5047
| Server-side encryption at rest: customer-managed keys (BYOK) | No | |
5148
| Column level encryption (Azure Data Services)| Yes | Only in the Tables API Premium. Not all APIs support this feature. See [Introduction to Azure Cosmos DB: Table API](table-introduction.md). |
5249
| Encryption in transit (such as ExpressRoute encryption, in VNet encryption, and VNet-VNet encryption )| Yes | All Azure Cosmos DB data is encrypted at transit. |

articles/cosmos-db/create-cosmosdb-resources-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: cosmosdb-sql
88
ms.devlang: dotnet
99
ms.topic: quickstart
10-
ms.date: 09/01/2019
10+
ms.date: 12/02/2019
1111
---
1212
# Quickstart: Create an Azure Cosmos account, database, container, and items from the Azure portal
1313

articles/cosmos-db/global-dist-under-the-hood.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Global distribution with Azure Cosmos DB- under the hood
33
description: This article provides technical details relating to global distribution of Azure Cosmos DB
4-
author: dharmas-cosmos
4+
author: SnehaGunda
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 07/23/2019
8-
ms.author: dharmas
7+
ms.date: 12/02/2019
8+
ms.author: sngun
99
ms.reviewer: sngun
1010

1111
---

0 commit comments

Comments
 (0)