Azure / Azure/azure-powershell

[Feature]: Make `Invoke-AzRestMethod` handle throttling 429

Open
#27,752 0 comments 1 reaction 0 assignees View on GitHub
Azure PS Team customer-reported feature-request Tracking
Dominant language
C#
Stars
4.8k
Forks
4.3k
Avg merge
2d 17h
Merged PRs (30d)
51

Description

### Description of the new feature

Would be useful if the `Invoke-AzRestMethod` cmdlet could handle throttling / error code 429. As in try again after the given waiting time.

```json
{
"error": {
"code": "429",
"message": "Too many requests. Please retry."
}
}
```

Related:

* 2024-04-04: #24576
* 2025-05-12: #27734

### Proposed implementation details (optional)

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.