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/manage-sql-with-resource-manager.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
1
---
2
2
title: Create and manage Azure Cosmos DB with Resource Manager templates
3
-
description: Use Azure Resource Manager templates to create and configure Azure Cosmos DB for SQL (Core) API
3
+
description: Use Azure Resource Manager templates to create and configure Azure Cosmos DB for Core (SQL) API
4
4
author: markjbrown
5
5
ms.service: cosmos-db
6
6
ms.topic: conceptual
7
7
ms.date: 04/30/2020
8
8
ms.author: mjbrown
9
9
---
10
10
11
-
# Manage Azure Cosmos DB SQL (Core) API resources with Azure Resource Manager templates
11
+
# Manage Azure Cosmos DB Core (SQL) API resources with Azure Resource Manager templates
12
12
13
13
In this article, you learn how to use Azure Resource Manager templates to help deploy and manage your Azure Cosmos DB accounts, databases, and containers.
14
14
15
-
This article only shows Azure Resource Manager template examples for SQL API accounts. You can also find template examples for [Cassandra](manage-cassandra-with-resource-manager.md), [Gremlin](manage-gremlin-with-resource-manager.md),
15
+
This article only shows Azure Resource Manager template examples for Core (SQL) API accounts. You can also find template examples for [Cassandra](manage-cassandra-with-resource-manager.md), [Gremlin](manage-gremlin-with-resource-manager.md),
16
16
[MongoDB](manage-mongodb-with-resource-manager.md), and [Table](manage-table-with-resource-manager.md) APIs.
Copy file name to clipboardExpand all lines: articles/cosmos-db/resource-manager-samples.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ ms.author: mjbrown
12
12
13
13
The following tables include links to Azure Resource Manager templates for Azure Cosmos DB:
14
14
15
-
## SQL (Core) API
15
+
## Core (SQL) API
16
16
17
17
|**Template**|**Description**|
18
18
|---|---|
19
-
|[Create an Azure Cosmos account, database, container with autoscale throughput](manage-sql-with-resource-manager.md#create-autoscale)| This template creates a SQL (Core) API account in two regions, a database and container with autoscale throughput. |
20
-
|[Create an Azure Cosmos account, database, container with manual throughput](manage-sql-with-resource-manager.md#create-manual)| This template creates a SQL (Core) API account in two regions, a database and container with manual throughput. |
21
-
|[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. |
22
-
|[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. |
23
-
|[Create a free-tier Azure Cosmos account](manage-sql-with-resource-manager.md#free-tier)| This template creates an Azure Cosmos DB account on free-tier. |
19
+
|[Create an Azure Cosmos account, database, container with autoscale throughput](manage-sql-with-resource-manager.md#create-autoscale)| This template creates a Core (SQL) API account in two regions, a database and container with autoscale throughput. |
20
+
|[Create an Azure Cosmos account, database, container with manual throughput](manage-sql-with-resource-manager.md#create-manual)| This template creates a Core (SQL) API account in two regions, a database and container with manual throughput. |
21
+
|[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 Core (SQL) API account in two regions with a stored procedure, trigger and UDF for a container. |
22
+
|[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 Core (SQL) API account in an existing virtual network. |
23
+
|[Create a free-tier Azure Cosmos account](manage-sql-with-resource-manager.md#free-tier)| This template creates an Azure Cosmos DB Core (SQL) API account on free-tier. |
0 commit comments