rsciriano / cosmos-db-target-config

Solution around building a container able to configure a Cosmos DB account with collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cosmos DB Target Config

Configuration Mangement solution for Cosmos DB account.

See this article explaining the objective of the solution and how to use it.

Example of usage can be found in this ARM Template which can be deployed here:

The sample target configuration files are here.

It is recommended to use this solution packaged in a container. Find the container image on Docker Hub.

This solution currently supports:

  • Databases
  • Collections
  • Stored Procedures

On "roadmap", or natural extension, would be:

  • User Defined Function
  • Index Policy

About

Solution around building a container able to configure a Cosmos DB account with collections

License:Apache License 2.0


Languages

Language:C# 75.0%Language:PowerShell 21.2%Language:Dockerfile 2.8%Language:Shell 0.7%Language:JavaScript 0.4%