-
Notifications
You must be signed in to change notification settings - Fork 362
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
[AVM Module Issue]: Enable serverless capability as a general setup #3753
Comments
Important The "Needs: Triage 🔍" label must be removed once the triage process is complete! Tip For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation. |
@dmusic, thanks for submitting this issue for the Important A member of the @Azure/avm-res-documentdb-databaseaccount-module-owners-bicep or @Azure/avm-res-documentdb-databaseaccount-module-contributors-bicep team will review it soon! |
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
@bryansan-msft, there seems to be multiple issues where users would like to see features like This would require a significant rework of the document-db module to make happen. Is this something you want to discuss in a new issue? |
Check for previous/existing GitHub issues
Issue Type?
Feature Request
Module Name
avm/res/document-db/database-account
(Optional) Module Version
0.8.1
Description
In current version of the CosmosDB AVM module, users of the module need to create a "dummy" database for NoSQL, Gremlin, MongoDB and Table APIs to be able to enable serverless capacity mode.
The affected code in module is this:
As this is general configuration, this should be moved in the first part of that union, including databaseAccountOfferType, backupPolicy and TLS config.
This would improve the product and remove demand to create "dummy" databases to set correct serverless capacity mode.
This should be a quick fix and would benefit the product.
(Optional) Correlation Id
#2189
The text was updated successfully, but these errors were encountered: