-
Notifications
You must be signed in to change notification settings - Fork 3.4k
CloudDosTimeboudLimitReached error / what is this limit? #32441
Copy link
Copy link
Closed
Labels
Data ProtectionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
Data ProtectionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
running the command e.g.
az dataprotection backup-vault create --vault-name xxx --resource-group xxx --storage-setting "[{type:'GeoRedundant',datastore-type:'VaultStore'}]" --type systemAssigned
a few times in a time windows of about 1h causes this error:
ERROR: (CloudDosTimeboudLimitReached) The operation is blocked, as a security precaution, since multiple attempts were made beyond an internal limit.
Related command
az dataprotection backup-vault create --vault-name xxx --resource-group xxx --storage-setting "[{type:'GeoRedundant',datastore-type:'VaultStore'}]" --type systemAssigned
Errors
ERROR: (CloudDosTimeboudLimitReached) The operation is blocked, as a security precaution, since multiple attempts were made beyond an internal limit.
Code: CloudDosTimeboudLimitReached
Message: The operation is blocked, as a security precaution, since multiple attempts were made beyond an internal limit.
Additional Information:Type: UserFacingError
Info: {
"message": "The operation is blocked, as a security precaution, since multiple attempts were made beyond an internal limit.",
"recommendedAction": [
"Please retry after few hours"
],
"details": null,
"code": "CloudDosTimeboudLimitReached",
"target": "",
"innerError": null,
"isRetryable": false,
"isUserError": false,
"properties": {
"ActivityId": "9ceeac46-b020-11f0-9d1c-f20bc180664b"
}
}
Issue script & Debug output
--
Expected behavior
We do not expect to get this error, or get a least help/info when this limit will be reached
Environment Summary
azure-cli 2.80.0
core 2.80.0
telemetry 1.1.0
Additional context
What is this "internal limit"? Is is documented anywhere? How do we know that the limit is nearly reached?
The recommentation in the error message:
"recommendedAction": [
"Please retry after few hours"
]
It's not acceptable for us to retry after "few hours"