You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value of the Cosmos DB resource throughput. Either throughput is required or autoscaleSettings is required, but not both.
So "throughput": 1000 modify change is a noise. Such parameter can't be specified in ARM template (Bicep) in the scenario with autoscaleSettings.
P.S.
To reproduce the issue be aware that during initial provisioning autoscaleSettings must be present in MongoDb resource due to 'Cannot set throughput for database that is not created with throughput'. With second deployment throughput settings may specified with extension-extension resource (throughputSettings), but can't be added in the initial deployment (issue #58213 azure-docs).
The text was updated successfully, but these errors were encountered:
Describe the noise
Resource type
Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings
apiVersion
2024-05-15
Client (PowerShell, Azure CLI, or API)
PowerShell
Relevant Bicep code
Expected response
Current (noisy) response
Additional context
WhatIf should not output parameter actual
throughput
whenautoscaleSettings
(withmaxThroughput
) are specified in ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource Azure documentation asSo
"throughput": 1000
modify change is a noise. Such parameter can't be specified in ARM template (Bicep) in the scenario withautoscaleSettings
.P.S.
To reproduce the issue be aware that during initial provisioning
autoscaleSettings
must be present in MongoDb resource due to 'Cannot set throughput for database that is not created with throughput'. With second deployment throughput settings may specified with extension-extension resource (throughputSettings), but can't be added in the initial deployment (issue #58213 azure-docs).The text was updated successfully, but these errors were encountered: