Integrate with VSTS CI CD - pvmraghunandan/CosmosDbDeployment GitHub Wiki

Integrate with VSTS CI/CD

This repository provides sample powershell script to integrate with VSTS Release Pipeline.

RunTool.ps1 accepts three parameters.

  • Resource Group
  • Cosmos Db Account Name
  • Environment Name

The script follows convention to look for environment specific configuration settings under Content Folder and uses it as input to console (or) fallback to the default configuration if environment specific configuration is not available.