Forum Discussion

dhansenfatbrandscom's avatar
dhansenfatbrandscom
Copper Contributor
Mar 12, 2026

Registering an application return quota limit error.

I have a brand new Microsoft 365 Business Premium tenant with approximately 490 users and 137 service principals. I am a Global Admin with a Business Premium license assigned. I have verified a custom domain. The "Users can register applications" setting is enabled.

When attempting to register an application I receive: "The directory object quota limit for the Principal has been exceeded."

I ran the following PowerShell to check the tenant quota:

Connect-MgGraph -Scopes "Organization.Read.All" $org = Get-MgOrganization $org.AdditionalProperties["directorySizeQuota"]

The total value returned is 500.

This appears to be a provisioning issue where the tenant's directorySizeQuota has not been updated to the standard 300,000 object limit despite having a verified domain and Business Premium licensing.

M365 support directed me to Azure support, and Azure support only allows billing tickets without a paid support plan.  Paid support plan options do not populate and the portal goes non-responsive.  Hoping someone here can advise or escalate.

1 Reply