Skip to content

CloudDosTimeboudLimitReached error / what is this limit?Β #32441

@huf1

Description

@huf1

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Data ProtectionService AttentionThis issue is responsible by Azure service team.bugThis 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions