Question around the maximum number of Azure VMs an...
# general
p
Question around the maximum number of Azure VMs and cores managed using Pulumi: The Azure docs say that "The following limits apply when you use Azure Resource Manager and *Azure resource groups*": • VMs per subscription: 25,000 per region. • VM total cores per subscription 20 per region. • VM per series, such as Dv2 and F, cores per subscription 20 per region. There is an option to "Contact support to increase limit", but was wondering whether Pulumi is affected by the mentioned limit?
b
hey @powerful-fall-86307 - yes it is. pulumi calls the ARM API to provision infrastructure, so the limits and quotas still apply
p
@billowy-army-68599 Thanks. I found the Quotas page in the Azure Portal, so I assume those are the actual ones that count for our specific subscription then and not the defaults mentioned in the linked docs 🙂
b
yes that sounds correct
p
Perfect. Thanks.