Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 3.29 KB

samples-resource-manager-templates.md

File metadata and controls

37 lines (30 loc) · 3.29 KB
title description author ms.service ms.subservice ms.custom ms.topic ms.date ms.author ms.reviewer
Azure Resource Manager templates for Azure Cosmos DB for NoSQL
Use Azure Resource Manager templates to create and configure Azure Cosmos DB.
seesharprun
cosmos-db
nosql
devx-track-arm-template
conceptual
08/26/2021
sidandrews
mjbrown

Azure Resource Manager templates for Azure Cosmos DB

[!INCLUDENoSQL]

This article only shows Azure Resource Manager template examples for API for NoSQL accounts. You can also find template examples for Cassandra, Gremlin, MongoDB, and Table APIs.

API for NoSQL

Template Description
Create an Azure Cosmos DB account, database, container with autoscale throughput This template creates a API for NoSQL account in two regions, a database and container with autoscale throughput.
Create an Azure Cosmos DB account, database, container with analytical store This template creates a API for NoSQL account in one region with a container configured with Analytical TTL enabled and option to use manual or autoscale throughput.
Create an Azure Cosmos DB account, database, container with standard (manual) throughput This template creates a API for NoSQL account in two regions, a database and container with standard throughput.
Create an Azure Cosmos DB account, database and container with a stored procedure, trigger and UDF This template creates a API for NoSQL account in two regions with a stored procedure, trigger and UDF for a container.
Create an Azure Cosmos DB account with Microsoft Entra identity, Role Definitions and Role Assignment This template creates a API for NoSQL account with Microsoft Entra identity, Role Definitions and Role Assignment on a Service Principal.
Create a private endpoint for an existing Azure Cosmos DB account This template creates a private endpoint for an existing Azure Cosmos DB for NoSQL account in an existing virtual network.
Create a free-tier Azure Cosmos DB account This template creates an Azure Cosmos DB for NoSQL account on free-tier.

See Azure Resource Manager reference for Azure Cosmos DB page for the reference documentation.

Next steps

Trying to do capacity planning for a migration to Azure Cosmos DB? You can use information about your existing database cluster for capacity planning.