Azure Cosmos DB Account 7 days continuous backup using Java SDK #35072
Unanswered
CodeCloudKU
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys,
I'm trying to create Azure Cosmos DB Account and configure it to use 7 days continuous backup policy.
I'm using
azure-resourcemanager-cosmos
maven package (version: 2.26.0) but there is no way to setcontinuousModeProperties
.This version of maven package uses
apiVersion = "2023-03-15"
.I can see that
continuousModeProperties
variable is available in preview apiVersion or the latest one (2023-04-15).Do you have any solution to set 7 days continuous backup policy?
Should I wait for package update?
Beta Was this translation helpful? Give feedback.
All reactions