Skip to content

Instantly share code, notes, and snippets.

@johndowns
Created February 11, 2018 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johndowns/b68717b77ab8ed65b6c3ef9855f2d850 to your computer and use it in GitHub Desktop.
Save johndowns/b68717b77ab8ed65b6c3ef9855f2d850 to your computer and use it in GitHub Desktop.
. $(System.DefaultWorkingDirectory)/CosmosServer-CI/deploy/CosmosDBServerScriptDeployment.ps1
DeployStoredProcedure `
-AccountName johnorders `
-AccountKey xxxxx `
-DatabaseName Orders `
-CollectionName Orders `
-StoredProcedureName getGroupedOrders `
-SourceFilePath $(System.DefaultWorkingDirectory)/CosmosServer-CI/drop/sp-getGroupedOrders.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment