Meet error 429: App Service Plan Create operation is throttled for subscription . Please contact support if issue persists.

elvis wang 1 Reputation point
2021-12-31T07:49:57.043+00:00

I'm trying BotFramework and deploy bot to Azure.

When I run the step "Deploy via ARM template with new resource group" with CLI,

>> az deployment sub create --template-file "<path-to-template-with-new-rg.json>" --location <region-location-name> --parameters appType="MultiTenant" appId="<app-id-from-previous-step>" appSecret="<password-from-previous-step>" botId="<id or bot-app-service-name>" botSku=F0 newAppServicePlanName="<new-service-plan-name>" newWebAppName="<bot-app-service-name>" groupName="<new-group-name>" groupLocation="<region-location-name>" newAppServicePlanLocation="<region-location-name>" --name "<bot-app-service-name>"

I get error 429: App Service Plan Create operation is throttled for subscription <subscription-id>. Please contact support if issue persists.

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

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2022-01-03T11:25:17.25+00:00

    Thanks for asking question! You may want to know that App Service Plans have a 10 per region limit on the Free SKU and 10 per resource group on Shared SKU and further limits according to SKU is listed here.

    Depending on your plans you would need to either move to higher plan, or raise a support ticket to see if the limit can be raised you may also want to check the other limits in that link.
    In case you don't feel you are hitting any limit then you would need to raise a support case.

    Please let me know if issue persists.

    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.