Skip to content

Commit 79d2b90

Browse files
authored
Merge pull request #111421 from markjbrown/new-arm-template-sample
added private link sample, changed author
2 parents c6b56b7 + 167f8cb commit 79d2b90

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/cosmos-db/manage-sql-with-resource-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Create and manage Azure Cosmos DB with Resource Manager templates
33
description: Use Azure Resource Manager templates to create and configure Azure Cosmos DB for SQL (Core) API
4-
author: TheovanKraay
4+
author: markjbrown
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 11/12/2019
8-
ms.author: thvankra
7+
ms.date: 04/14/2020
8+
ms.author: mjbrown
99
---
1010

1111
# Manage Azure Cosmos DB SQL (Core) API resources with Azure Resource Manager templates

articles/cosmos-db/resource-manager-samples.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Azure Resource Manager templates for Azure Cosmos DB
33
description: Use Azure Resource Manager templates to create and configure Azure Cosmos DB.
4-
author: TheovanKraay
4+
author: markjbrown
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 11/08/2019
8-
ms.author: thvankra
7+
ms.date: 04/14/2020
8+
ms.author: mjbrown
99
---
1010

1111
# Azure Resource Manager templates for Azure Cosmos DB
@@ -18,6 +18,7 @@ The following tables include links to Azure Resource Manager templates for Azure
1818
|---|---|
1919
|[Create an Azure Cosmos account, database, container](manage-sql-with-resource-manager.md#create-resource) | This template creates a SQL (Core) API account in two regions with two containers with shared database throughput and a container with dedicated throughput. Throughput can be updated by resubmitting the template with updated throughput property value. |
2020
|[Create an Azure Cosmos account, database and container with a stored procedure, trigger and UDF](manage-sql-with-resource-manager.md#create-sproc) | This template creates a SQL (Core) API account in two regions with a stored procedure, trigger and UDF for a container. |
21+
|[Create a private endpoint for an existing Azure Cosmos account](how-to-configure-private-endpoints.md#create-a-private-endpoint-by-using-a-resource-manager-template) | This template creates a private endpoint for an existing Azure Cosmos SQL API account in an existing virtual network. |
2122

2223
## MongoDB API
2324

0 commit comments

Comments
 (0)