Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created December 25, 2018 23:28
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 PlagueHO/a9d50502fbf22aac340590d64dfa8844 to your computer and use it in GitHub Desktop.
Save PlagueHO/a9d50502fbf22aac340590d64dfa8844 to your computer and use it in GitHub Desktop.
Create a new Cosmos DB account using PowerShell with CORS enabled
New-CosmosDbAccount `
-Name 'dsrcosmosdbtest' `
-ResourceGroupName 'dsrcosmosdbtest-rgp' `
-Location 'westus' `
-AllowedOrigin 'https://www.fabrikam.com','https://www.contoso.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment