Skip to content

Instantly share code, notes, and snippets.

@xlight05
Last active October 18, 2022 07:01
Show Gist options
  • Save xlight05/2fd9216b8d07a7964078cc24eb1423e2 to your computer and use it in GitHub Desktop.
Save xlight05/2fd9216b8d07a7964078cc24eb1423e2 to your computer and use it in GitHub Desktop.
service /dashboard on ep {
resource function get .(@af:CosmosDBInput {
connectionStringSetting: "CosmosDBConnection",
databaseName: "reviewdb",
collectionName: "c1",
sqlQuery: "SELECT * FROM Items"
} Entry[] entries) returns @af:HttpOutput Entry[]|error {
return entries;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment