Azure / Azure/azure-rest-api-specs

How to add more than 1000 SecurityRules to SecurityGroup via REST API

Open
#3,003 3 comments 0 reactions 1 assignee Claimed by @jianghaolu View on GitHub
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

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.