Azure 租户的应用程序注册限制

Application Registration Limit for Azure Tenant

我想知道在 Microsoft Azure 中一个租户或一个根级别管理组下可以创建的应用程序注册数量是否有任何限制。

我正在尝试拨打这个电话 API

https://docs.microsoft.com/en-us/graph/api/serviceprincipal-delta?view=graph-rest-1.0&tabs=http

为了计算返回的 servicePrincipals 数量的上限,我需要找出可以为一个租户注册的最大 App 数量。

您可以在此处查看 Azure 的资源限制 - Azure AD service limits

A maximum of 50,000 Azure AD resources can be created in a single tenant by users of the Free edition of Azure Active Directory by default. If you have at least one verified domain, the default Azure AD service quota for your organization is extended to 300,000 Azure AD resources. Azure AD service quota for organizations created by self-service sign-up remains 50,000 Azure AD resources even after you performed an internal admin takeover and the organization is converted to a managed tenant with at least one verified domain. This service limit is unrelated to the pricing tier limit of 500,000 resources on the Azure AD pricing page. To go beyond the default quota, you must contact Microsoft Support. A non-admin user can create no more than 250 Azure AD resources. Both active resources and deleted resources that are available to restore count toward this quota. Only deleted Azure AD resources that were deleted fewer than 30 days ago are available to restore. Deleted Azure AD resources that are no longer available to restore count toward this quota at a value of one-quarter for 30 days. If you have developers who are likely to repeatedly exceed this quota in the course of their regular duties, you can create and assign a custom role with permission to create a limitless number of app registrations.

如果您是非管理员 AD 用户限制为 250,但是您可以删除该限制。请参考这里。 Azure AD App registration limit for non-admin AD user