Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created December 25, 2018 23:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Update the CORS Allowed Origins setting on an existing Cosmos DB Account using PowerShell
Set-CosmosDbAccount `
-Name 'dsrcosmosdbtest' `
-ResourceGroupName 'dsrcosmosdbtest-rgp' `
-AllowedOrigin 'http://www.mycompany.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment