You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/change-feed-functions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
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.
Copy file name to clipboardExpand all lines: articles/cosmos-db/change-feed-processor.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
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
Copy file name to clipboardExpand all lines: articles/cosmos-db/cosmos-db-security-controls.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,12 @@
1
1
---
2
2
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
4
4
services: cosmos-db
5
-
documentationcenter: ''
6
-
author: msmbaldwin
7
-
manager: rkarlin
5
+
author: SnehaGunda
8
6
ms.service: cosmos-db
9
-
10
7
ms.topic: conceptual
11
-
ms.date: 09/04/2019
12
-
ms.author: mbaldwin
8
+
ms.date: 12/02/2019
9
+
ms.author: sngun
13
10
14
11
---
15
12
# Security controls for Azure Cosmos DB
@@ -23,8 +20,8 @@ This article documents the security controls built into Azure Cosmos DB.
23
20
| Security control | Yes/no | Notes |
24
21
|---|---|--|
25
22
| 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).|
28
25
| Forced tunneling support| Yes | Can be configured at the client side on the VNet where the virtual machines are located. |
29
26
30
27
## Monitoring & logging
@@ -46,7 +43,7 @@ This article documents the security controls built into Azure Cosmos DB.
46
43
47
44
| Security control | Yes/no | Notes |
48
45
|---|---|--|
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. |
50
47
| Server-side encryption at rest: customer-managed keys (BYOK) | No ||
51
48
| 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). |
52
49
| Encryption in transit (such as ExpressRoute encryption, in VNet encryption, and VNet-VNet encryption )| Yes | All Azure Cosmos DB data is encrypted at transit. |
Copy file name to clipboardExpand all lines: articles/cosmos-db/graph-modeling.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: 'Graph data modeling for Azure Cosmos DB Gremlin API'
3
-
description: Learn how to model a graph database using Cosmos DB Gremlin API.
3
+
description: Learn how to model a graph database by using Azure Cosmos DB Gremlin API. This article describes when to use a graph database and best practices to model entities and relationships.
0 commit comments