Why does deploying a cloud service sometime fail due to limits/quotas/constraints on my subscription or service?

DenisMcD 231 Reputation points
2020-05-07T08:54:58.003+00:00

Why does deploying a cloud service sometime fail due to limits/quotas/constraints on my subscription or service?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question.] Source: FAQ

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
643 questions
0 comments No comments
{count} vote

Accepted answer
  1. vipullag-MSFT 24,206 Reputation points Microsoft Employee
    2020-05-07T09:42:02.17+00:00

    Deployment of a cloud service may fail if the resources that are required to be allocated exceed the default or maximum quota allowed for your service at the region/datacenter level. For more information, see Cloud Services limits.

    You could also track the current usage/quota for your subscription at the portal: Azure portal => Subscriptions => <appropriate subscription> => “Usage + quota”.

    Resource usage/consumption-related information can also be retrieved via the Azure Billing APIs. See Azure Resource Usage API (Preview).

    Source: Azure Documentation FAQ

    0 comments No comments

0 additional answers

Sort by: Most helpful