-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az quota show
example from docs results in error InvalidResourceName
#28074
Comments
Thank you for opening this issue, we will look into it. |
@Jing-song, please help take a look. |
Hi @mattwelke , Could you please use |
Hi @Jing-song, This seems to be working for me now.
{
"id": "/subscriptions/<sub-id>/providers/Microsoft.Compute/locations/eastus/providers/Microsoft.Quota/quotas/standardNDSFamily",
"name": "standardNDSFamily",
"properties": {
"isQuotaApplicable": true,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 0
},
"name": {
"localizedValue": "Standard NDS Family vCPUs",
"value": "standardNDSFamily"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
} I believe this is similar to the issue I encountered in #28073, where registering resource providers fixed the issue. However, I do think that "Name standardNDSFamily is not valid resource name." is a strange error message to display to the user when the issue is that they haven't registered a required resource provider. I'll leave this issue open so that if you agree, I can help with further troubleshooting to determine why this error message is displayed. If this is intended behavior, feel free to close this issue after linking me to appropriate documentation where I can learn more about what errors displayed in CLI output mean. For reference, when I run
[
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/VirtualNetworks",
"name": "VirtualNetworks",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Virtual Networks",
"value": "VirtualNetworks"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/CustomIpPrefixes",
"name": "CustomIpPrefixes",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5
},
"name": {
"localizedValue": "Custom Ip Prefixes",
"value": "CustomIpPrefixes"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PublicIpPrefixes",
"name": "PublicIpPrefixes",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 2147483647
},
"name": {
"localizedValue": "Public Ip Prefixes",
"value": "PublicIpPrefixes"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PublicIPAddresses",
"name": "PublicIPAddresses",
"properties": {
"isQuotaApplicable": true,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "Public IP Addresses",
"value": "PublicIPAddresses"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/StaticPublicIPAddresses",
"name": "StaticPublicIPAddresses",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "Static Public IP Addresses",
"value": "StaticPublicIPAddresses"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/StandardSkuPublicIpAddresses",
"name": "StandardSkuPublicIpAddresses",
"properties": {
"isQuotaApplicable": true,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "Public IP Addresses - Standard",
"value": "StandardSkuPublicIpAddresses"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkSecurityGroups",
"name": "NetworkSecurityGroups",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5000
},
"name": {
"localizedValue": "Network Security Groups",
"value": "NetworkSecurityGroups"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NatGateways",
"name": "NatGateways",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Nat Gateways",
"value": "NatGateways"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkInterfaces",
"name": "NetworkInterfaces",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 65536
},
"name": {
"localizedValue": "Network Interfaces",
"value": "NetworkInterfaces"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrivateEndpoints",
"name": "PrivateEndpoints",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 65536
},
"name": {
"localizedValue": "Private Endpoints",
"value": "PrivateEndpoints"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrivateEndpointRedirectMaps",
"name": "PrivateEndpointRedirectMaps",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 2147483647
},
"name": {
"localizedValue": "Private Endpoint Redirect Maps",
"value": "PrivateEndpointRedirectMaps"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/LoadBalancers",
"name": "LoadBalancers",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Load Balancers",
"value": "LoadBalancers"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrivateLinkServices",
"name": "PrivateLinkServices",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1800
},
"name": {
"localizedValue": "Private Link Services",
"value": "PrivateLinkServices"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/ApplicationGateways",
"name": "ApplicationGateways",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Application Gateways",
"value": "ApplicationGateways"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteTables",
"name": "RouteTables",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Route Tables",
"value": "RouteTables"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteFilters",
"name": "RouteFilters",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Route Filters",
"value": "RouteFilters"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkWatchers",
"name": "NetworkWatchers",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "Network Watchers",
"value": "NetworkWatchers"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PacketCaptures",
"name": "PacketCaptures",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 10000
},
"name": {
"localizedValue": "Packet Captures",
"value": "PacketCaptures"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/ApplicationSecurityGroups",
"name": "ApplicationSecurityGroups",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 3000
},
"name": {
"localizedValue": "Application Security Groups.",
"value": "ApplicationSecurityGroups"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/DdosProtectionPlans",
"name": "DdosProtectionPlans",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "DDoS Protection Plans.",
"value": "DdosProtectionPlans"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/DdosCustomPolicies",
"name": "DdosCustomPolicies",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "DDoS customized policies",
"value": "DdosCustomPolicies"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/ServiceEndpointPolicies",
"name": "ServiceEndpointPolicies",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Service Endpoint Policies",
"value": "ServiceEndpointPolicies"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkIntentPolicies",
"name": "NetworkIntentPolicies",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Network Intent Policies",
"value": "NetworkIntentPolicies"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/StandardSkuLoadBalancers",
"name": "StandardSkuLoadBalancers",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Standard Sku Load Balancers",
"value": "StandardSkuLoadBalancers"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/AuxiliaryModeEnabledNetworkInterfaces",
"name": "AuxiliaryModeEnabledNetworkInterfaces",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 10
},
"name": {
"localizedValue": "Auxiliary Mode Enabled Network Interfaces",
"value": "AuxiliaryModeEnabledNetworkInterfaces"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/DnsServersPerVirtualNetwork",
"name": "DnsServersPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "DNS servers per Virtual Network",
"value": "DnsServersPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/CustomDnsServersPerP2SVpnGateway",
"name": "CustomDnsServersPerP2SVpnGateway",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5
},
"name": {
"localizedValue": "Custom DNS servers per P2SVpnGateway",
"value": "CustomDnsServersPerP2SVpnGateway"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SubnetsPerVirtualNetwork",
"name": "SubnetsPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 3000
},
"name": {
"localizedValue": "Subnets per Virtual Network",
"value": "SubnetsPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/IPConfigurationsPerVirtualNetwork",
"name": "IPConfigurationsPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 65536
},
"name": {
"localizedValue": "IP Configurations per Virtual Network",
"value": "IPConfigurationsPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PeeringsPerVirtualNetwork",
"name": "PeeringsPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Peerings per Virtual Network",
"value": "PeeringsPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrefixesPerSubnet",
"name": "PrefixesPerSubnet",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Prefixes per Subnet",
"value": "PrefixesPerSubnet"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecurityRulesPerNetworkSecurityGroup",
"name": "SecurityRulesPerNetworkSecurityGroup",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Security rules per Network Security Group",
"value": "SecurityRulesPerNetworkSecurityGroup"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecurityRulesPerNetworkIntentPolicy",
"name": "SecurityRulesPerNetworkIntentPolicy",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 100
},
"name": {
"localizedValue": "Security rules per Network Intent Policy",
"value": "SecurityRulesPerNetworkIntentPolicy"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RoutesPerNetworkIntentPolicy",
"name": "RoutesPerNetworkIntentPolicy",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Routes per Network Intent Policy",
"value": "RoutesPerNetworkIntentPolicy"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecurityRuleAddressesOrPortsPerNetworkSecurityGroup",
"name": "SecurityRuleAddressesOrPortsPerNetworkSecurityGroup",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 4000
},
"name": {
"localizedValue": "Security rules addresses or ports per Network Security Group",
"value": "SecurityRuleAddressesOrPortsPerNetworkSecurityGroup"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/InboundRulesPerLoadBalancer",
"name": "InboundRulesPerLoadBalancer",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 250
},
"name": {
"localizedValue": "Inbound Rules per Load Balancer",
"value": "InboundRulesPerLoadBalancer"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/FrontendIPConfigurationPerLoadBalancer",
"name": "FrontendIPConfigurationPerLoadBalancer",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Frontend IP Configurations per Load Balancer",
"value": "FrontendIPConfigurationPerLoadBalancer"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/OutboundRulesPerLoadBalancer",
"name": "OutboundRulesPerLoadBalancer",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5
},
"name": {
"localizedValue": "Outbound Rules per Load Balancer",
"value": "OutboundRulesPerLoadBalancer"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RoutesPerRouteTable",
"name": "RoutesPerRouteTable",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 400
},
"name": {
"localizedValue": "Routes per Route Table",
"value": "RoutesPerRouteTable"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RoutesWithServiceTagPerRouteTable",
"name": "RoutesWithServiceTagPerRouteTable",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 25
},
"name": {
"localizedValue": "Routes with service tag per Route Table",
"value": "RoutesWithServiceTagPerRouteTable"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecondaryIPConfigurationsPerNetworkInterface",
"name": "SecondaryIPConfigurationsPerNetworkInterface",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 256
},
"name": {
"localizedValue": "Secondary IP Configurations per Network Interface",
"value": "SecondaryIPConfigurationsPerNetworkInterface"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecondaryIPConfigurationsPerPrivateEndpointNetworkInterface",
"name": "SecondaryIPConfigurationsPerPrivateEndpointNetworkInterface",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Secondary IP Configurations per PrivateEndpoint Network Interface",
"value": "SecondaryIPConfigurationsPerPrivateEndpointNetworkInterface"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/InboundNatOrLbRulesPerNetworkInterface",
"name": "InboundNatOrLbRulesPerNetworkInterface",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 300
},
"name": {
"localizedValue": "Inbound rules per Network Interface",
"value": "InboundNatOrLbRulesPerNetworkInterface"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteFilterRulesPerRouteFilter",
"name": "RouteFilterRulesPerRouteFilter",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "Route filter rules per Route Filter",
"value": "RouteFilterRulesPerRouteFilter"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteFiltersPerExpressRouteBgpPeering",
"name": "RouteFiltersPerExpressRouteBgpPeering",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "Route filters per Express route BGP Peering",
"value": "RouteFiltersPerExpressRouteBgpPeering"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/MinPublicIpInterNetworkPrefixLength",
"name": "MinPublicIpInterNetworkPrefixLength",
"properties": {
"isQuotaApplicable": true,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 28
},
"name": {
"localizedValue": "Public IPv4 Prefix Length",
"value": "MinPublicIpInterNetworkPrefixLength"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
}
]
~ > az quota list --scope /subscriptions//providers/Microsoft.Network/locations/eastus
[
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/VirtualNetworks",
"name": "VirtualNetworks",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Virtual Networks",
"value": "VirtualNetworks"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/CustomIpPrefixes",
"name": "CustomIpPrefixes",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5
},
"name": {
"localizedValue": "Custom Ip Prefixes",
"value": "CustomIpPrefixes"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PublicIpPrefixes",
"name": "PublicIpPrefixes",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 2147483647
},
"name": {
"localizedValue": "Public Ip Prefixes",
"value": "PublicIpPrefixes"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PublicIPAddresses",
"name": "PublicIPAddresses",
"properties": {
"isQuotaApplicable": true,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "Public IP Addresses",
"value": "PublicIPAddresses"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/StaticPublicIPAddresses",
"name": "StaticPublicIPAddresses",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "Static Public IP Addresses",
"value": "StaticPublicIPAddresses"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/StandardSkuPublicIpAddresses",
"name": "StandardSkuPublicIpAddresses",
"properties": {
"isQuotaApplicable": true,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "Public IP Addresses - Standard",
"value": "StandardSkuPublicIpAddresses"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkSecurityGroups",
"name": "NetworkSecurityGroups",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5000
},
"name": {
"localizedValue": "Network Security Groups",
"value": "NetworkSecurityGroups"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NatGateways",
"name": "NatGateways",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Nat Gateways",
"value": "NatGateways"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkInterfaces",
"name": "NetworkInterfaces",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 65536
},
"name": {
"localizedValue": "Network Interfaces",
"value": "NetworkInterfaces"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrivateEndpoints",
"name": "PrivateEndpoints",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 65536
},
"name": {
"localizedValue": "Private Endpoints",
"value": "PrivateEndpoints"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrivateEndpointRedirectMaps",
"name": "PrivateEndpointRedirectMaps",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 2147483647
},
"name": {
"localizedValue": "Private Endpoint Redirect Maps",
"value": "PrivateEndpointRedirectMaps"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/LoadBalancers",
"name": "LoadBalancers",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Load Balancers",
"value": "LoadBalancers"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrivateLinkServices",
"name": "PrivateLinkServices",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1800
},
"name": {
"localizedValue": "Private Link Services",
"value": "PrivateLinkServices"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/ApplicationGateways",
"name": "ApplicationGateways",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Application Gateways",
"value": "ApplicationGateways"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteTables",
"name": "RouteTables",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Route Tables",
"value": "RouteTables"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteFilters",
"name": "RouteFilters",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Route Filters",
"value": "RouteFilters"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkWatchers",
"name": "NetworkWatchers",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "Network Watchers",
"value": "NetworkWatchers"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PacketCaptures",
"name": "PacketCaptures",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 10000
},
"name": {
"localizedValue": "Packet Captures",
"value": "PacketCaptures"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/ApplicationSecurityGroups",
"name": "ApplicationSecurityGroups",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 3000
},
"name": {
"localizedValue": "Application Security Groups.",
"value": "ApplicationSecurityGroups"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/DdosProtectionPlans",
"name": "DdosProtectionPlans",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "DDoS Protection Plans.",
"value": "DdosProtectionPlans"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/DdosCustomPolicies",
"name": "DdosCustomPolicies",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "DDoS customized policies",
"value": "DdosCustomPolicies"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/ServiceEndpointPolicies",
"name": "ServiceEndpointPolicies",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Service Endpoint Policies",
"value": "ServiceEndpointPolicies"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/NetworkIntentPolicies",
"name": "NetworkIntentPolicies",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Network Intent Policies",
"value": "NetworkIntentPolicies"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/StandardSkuLoadBalancers",
"name": "StandardSkuLoadBalancers",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Standard Sku Load Balancers",
"value": "StandardSkuLoadBalancers"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/AuxiliaryModeEnabledNetworkInterfaces",
"name": "AuxiliaryModeEnabledNetworkInterfaces",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 10
},
"name": {
"localizedValue": "Auxiliary Mode Enabled Network Interfaces",
"value": "AuxiliaryModeEnabledNetworkInterfaces"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/DnsServersPerVirtualNetwork",
"name": "DnsServersPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 20
},
"name": {
"localizedValue": "DNS servers per Virtual Network",
"value": "DnsServersPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/CustomDnsServersPerP2SVpnGateway",
"name": "CustomDnsServersPerP2SVpnGateway",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5
},
"name": {
"localizedValue": "Custom DNS servers per P2SVpnGateway",
"value": "CustomDnsServersPerP2SVpnGateway"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SubnetsPerVirtualNetwork",
"name": "SubnetsPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 3000
},
"name": {
"localizedValue": "Subnets per Virtual Network",
"value": "SubnetsPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/IPConfigurationsPerVirtualNetwork",
"name": "IPConfigurationsPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 65536
},
"name": {
"localizedValue": "IP Configurations per Virtual Network",
"value": "IPConfigurationsPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PeeringsPerVirtualNetwork",
"name": "PeeringsPerVirtualNetwork",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Peerings per Virtual Network",
"value": "PeeringsPerVirtualNetwork"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/PrefixesPerSubnet",
"name": "PrefixesPerSubnet",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Prefixes per Subnet",
"value": "PrefixesPerSubnet"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecurityRulesPerNetworkSecurityGroup",
"name": "SecurityRulesPerNetworkSecurityGroup",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1000
},
"name": {
"localizedValue": "Security rules per Network Security Group",
"value": "SecurityRulesPerNetworkSecurityGroup"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecurityRulesPerNetworkIntentPolicy",
"name": "SecurityRulesPerNetworkIntentPolicy",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 100
},
"name": {
"localizedValue": "Security rules per Network Intent Policy",
"value": "SecurityRulesPerNetworkIntentPolicy"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RoutesPerNetworkIntentPolicy",
"name": "RoutesPerNetworkIntentPolicy",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Routes per Network Intent Policy",
"value": "RoutesPerNetworkIntentPolicy"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecurityRuleAddressesOrPortsPerNetworkSecurityGroup",
"name": "SecurityRuleAddressesOrPortsPerNetworkSecurityGroup",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 4000
},
"name": {
"localizedValue": "Security rules addresses or ports per Network Security Group",
"value": "SecurityRuleAddressesOrPortsPerNetworkSecurityGroup"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/InboundRulesPerLoadBalancer",
"name": "InboundRulesPerLoadBalancer",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 250
},
"name": {
"localizedValue": "Inbound Rules per Load Balancer",
"value": "InboundRulesPerLoadBalancer"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/FrontendIPConfigurationPerLoadBalancer",
"name": "FrontendIPConfigurationPerLoadBalancer",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 200
},
"name": {
"localizedValue": "Frontend IP Configurations per Load Balancer",
"value": "FrontendIPConfigurationPerLoadBalancer"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/OutboundRulesPerLoadBalancer",
"name": "OutboundRulesPerLoadBalancer",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 5
},
"name": {
"localizedValue": "Outbound Rules per Load Balancer",
"value": "OutboundRulesPerLoadBalancer"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RoutesPerRouteTable",
"name": "RoutesPerRouteTable",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 400
},
"name": {
"localizedValue": "Routes per Route Table",
"value": "RoutesPerRouteTable"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RoutesWithServiceTagPerRouteTable",
"name": "RoutesWithServiceTagPerRouteTable",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 25
},
"name": {
"localizedValue": "Routes with service tag per Route Table",
"value": "RoutesWithServiceTagPerRouteTable"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecondaryIPConfigurationsPerNetworkInterface",
"name": "SecondaryIPConfigurationsPerNetworkInterface",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 256
},
"name": {
"localizedValue": "Secondary IP Configurations per Network Interface",
"value": "SecondaryIPConfigurationsPerNetworkInterface"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/SecondaryIPConfigurationsPerPrivateEndpointNetworkInterface",
"name": "SecondaryIPConfigurationsPerPrivateEndpointNetworkInterface",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 500
},
"name": {
"localizedValue": "Secondary IP Configurations per PrivateEndpoint Network Interface",
"value": "SecondaryIPConfigurationsPerPrivateEndpointNetworkInterface"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/InboundNatOrLbRulesPerNetworkInterface",
"name": "InboundNatOrLbRulesPerNetworkInterface",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 300
},
"name": {
"localizedValue": "Inbound rules per Network Interface",
"value": "InboundNatOrLbRulesPerNetworkInterface"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteFilterRulesPerRouteFilter",
"name": "RouteFilterRulesPerRouteFilter",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "Route filter rules per Route Filter",
"value": "RouteFilterRulesPerRouteFilter"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/RouteFiltersPerExpressRouteBgpPeering",
"name": "RouteFiltersPerExpressRouteBgpPeering",
"properties": {
"isQuotaApplicable": false,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 1
},
"name": {
"localizedValue": "Route filters per Express route BGP Peering",
"value": "RouteFiltersPerExpressRouteBgpPeering"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
},
{
"id": "/subscriptions//providers/Microsoft.Network/locations/eastus/providers/Microsoft.Quota/quotas/MinPublicIpInterNetworkPrefixLength",
"name": "MinPublicIpInterNetworkPrefixLength",
"properties": {
"isQuotaApplicable": true,
"limit": {
"limitObjectType": "LimitValue",
"limitType": "Independent",
"value": 28
},
"name": {
"localizedValue": "Public IPv4 Prefix Length",
"value": "MinPublicIpInterNetworkPrefixLength"
},
"properties": {},
"unit": "Count"
},
"type": "Microsoft.Quota/Quotas"
}
]
Thanks! |
Describe the bug
I'm trying to explore and understand the API for working with quotas and usages (https://learn.microsoft.com/en-us/rest/api/quota/). I have taken note that it is in preview right now, not general availability. I'm using the CLI as a quick easy way to explore the API. I have ensured I'm logged into the CLI as my user account, which I am assuming has all permissions possible. I've also already manually enabled the quotas provider via the Azure Portal GUI.
I'm reading the page https://learn.microsoft.com/en-us/cli/azure/quota?view=azure-cli-latest#az-quota-show. It displays an example:
I sub in my subscription ID and run it. But I get an error:
I thought maybe different Azure accounts have access to different types of virtual machines based on factors I don't know about. So I logged into the Azure Portal and began the "create virtual machine" process. I took note of the virtual machine type it defaulted to (Standard_D2s_v3) and tried that for resource name instead. I got the same error.
I'm not sure how to proceed here because at this point, I'm just getting familiar with the API. If this is expected behavior, I'm not sure what values I could put into the command to get it to run, and the docs are not helpful.
Related command
az quota show
Errors
(InvalidResourceName) Name standardNDSFamily is not valid resource name.
Code: InvalidResourceName
Message: Name standardNDSFamily is not valid resource name.
Issue script & Debug output
Expected behavior
Example command from docs works without error and shows some useful input.
Environment Summary
Additional context
For more context, I do not have a use case myself where I want to check whether I have limits in place, but I am making software whose users will be Azure users who will have this use case. So I need to understand how this API works and the various ways it could be used.
The text was updated successfully, but these errors were encountered: