Skip to content

Instantly share code, notes, and snippets.

@rootedsoftware
Created January 10, 2020 14:45
Show Gist options
  • Save rootedsoftware/2091878405c740320d103892b54cb12c to your computer and use it in GitHub Desktop.
Save rootedsoftware/2091878405c740320d103892b54cb12c to your computer and use it in GitHub Desktop.
Common CosmosDB queries I can never remember
Find a document that has an array value of "artist" in the keyAudience array
where ARRAY_CONTAINS(c.keyAudiences, "artist")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment