Azure / Azure/azure-rest-api-specs
How to add more than 1000 SecurityRules to SecurityGroup via REST API
Open
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 3d 37m
- Merged PRs (30d)
- 446
Description
I tried to add outbound SecurityRules about Azure Data Center IP range (2000+) to one SecurityGroup.
When I invoked REST API to add All IP range, I got bellow error.
```
{
"error": {
"code": "SecurityRuleCountLimitReached",
"message": "A security group cannot have more than 1000 security rules.",
"details": []
}
}
```
Is there any way to 1000+ secrityRules to the SecurityGroup?
Contributor guide
Assessment
This issue has not been assessed yet.