URGENT: We are deploy with CI/CD pipeline and we get this error message:"App Service Plan Create operation is throttled for subscription

Ekonomi 0 Reputation points
2025-02-19T20:32:48.2466667+00:00

Hello,

We are deploy with CI/CD pipeline and we get this error message:"App Service Plan Create operation is throttled for subscription 08ba62f0-4f07-4993-a31d-XXXXXX.
Sverige for UNHCR - Integration - dev/acc/pro 02

Please contact support if issue persists."We have a lot of microservices in 3 different resource groups.

Can you pls remove the throttle asap?
Best regards
Jon

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,480 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Prabhavathi Manchala 160 Reputation points Microsoft External Staff
    2025-03-07T10:37:19.03+00:00

    Hi Ekonomi,

    The error message "App Service Plan Create operation is throttled for subscription" means your attempts to create an App Service Plan are being limited because you have exceeded the allowed request limits for your subscription. This often occurs when too many requests are made in a short time frame, particularly in a CI/CD pipeline with multiple microservices.

    When deploying multiple services or resources at the same time, consider spacing out these deployments to reduce the load on the subscription.

    If possible, please consider deploying some of your microservices to a different subscription to distribute the load.

    You may review your current resource usage and limits in the Azure portal by navigating to Subscription → Usage + Quotas.

    You can request an increase in your Azure subscription's quotas by following these steps.

    • Go to the Azure support page.
    • Open a New Support Request.
    • Select Subscription Management → Quota Increase.
    • Specify the type of resource you want to increase and submit the request.

    Please review and optimize your CI/CD pipeline to minimize unnecessary resource requests. For example, avoid creating or modifying resources frequently in your pipeline unless it is absolutely necessary. 

    Kindly refer the below link.

    https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/create-upgrade-delete/error-code-aksrequeststhrottled?source=recommendations

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.