Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for CosmosDB backup policy #8507

Closed
apielasa opened this issue Sep 17, 2020 · 6 comments
Closed

Support for CosmosDB backup policy #8507

apielasa opened this issue Sep 17, 2020 · 6 comments
Labels
enhancement preview sdk/requires-newer-api-version This requires upgrading the version of the API being used service/cosmosdb
Milestone

Comments

@apielasa
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

I'd like to set a custom backup policy for CosmosDB. Default values of intervals and retention are not sufficient for production setup.

New or Affected Resource(s)

  • azurerm_2.26.0

Potential Terraform Configuration

It would be beneficial to set this kind of parameters:

  backup {
    frequency = "Daily"
    time      = "23:00"
  }

  retention_daily {
    count = 30
  }
@yupwei68

This comment has been minimized.

@tombuildsstuff tombuildsstuff added service/cosmosdb sdk/requires-newer-api-version This requires upgrading the version of the API being used labels Sep 21, 2020
@tombuildsstuff
Copy link
Contributor

@apielasa
Copy link
Author

apielasa commented Oct 5, 2020

Hi, @yupwei68 & @tombuildsstuff, Thank you for responding to this issue. I guess I should not open a new feature request if it's already in preview as @tombuildsstuff mentioned.
Do you have any idea when this feature will be released?

@apielasa
Copy link
Author

apielasa commented Oct 5, 2020

It looks like this feature is has been released with release v45.0.0 of azure-sdk-for-go

@bugblatter2016
Copy link

Hi, any idea when this will looked at?

katbyte pushed a commit that referenced this issue May 7, 2021
@katbyte katbyte added this to the v2.58.0 milestone May 7, 2021
@katbyte katbyte closed this as completed May 7, 2021
favoretti pushed a commit to gro1m/terraform-provider-azurerm that referenced this issue May 26, 2021
@github-actions
Copy link

github-actions bot commented Jun 7, 2021

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement preview sdk/requires-newer-api-version This requires upgrading the version of the API being used service/cosmosdb
Projects
None yet
Development

No branches or pull requests

6 participants