Skip to content

Instantly share code, notes, and snippets.

@sqldeployhelmet
Last active March 4, 2020 20:47
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 sqldeployhelmet/fa553422ff71eee96f44c21a9a7dada9 to your computer and use it in GitHub Desktop.
Save sqldeployhelmet/fa553422ff71eee96f44c21a9a7dada9 to your computer and use it in GitHub Desktop.
Output from the CosmosDB backup list script.
[
{
"ContainerName" : "myFirstContainer",
"DatabaseName" : "myFirstDatabase",
"ResourceName" : "cosmos-db-service-1"
},
{
"ContainerName" : "mySecondContainer",
"DatabaseName" : "myFirstDatabase",
"ResourceName" : "cosmos-db-service-1"
},
{
"ContainerName" : "myFirstContainerMarkII",
"DatabaseName" : "mySecondDatabase",
"ResourceName" : "cosmos-db-service-2"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment