Microsoft Bicep Rate Limits
Bicep is a client-side compiler / language; it has no SaaS API surface of its own. Local CLI operations (bicep build, bicep decompile, bicep publish) have no rate limits beyond local-machine resources. When Bicep deployments execute against Azure, all rate limiting comes from Azure Resource Manager (ARM) and the target resource providers. Throttling responses, headers, and policies match the upstream ARM behavior.
Microsoft Bicep Rate Limits is the machine-readable rate-limit profile for Microsoft Bicep on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring invocations_per_second, requests_per_second, nested_deployments, bytes_compiled, and varies.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and serviceUnavailable.
Tagged areas include ARM Templates, Azure, Cloud, Deployment, and DevOps.