Cannot create or update serverfarm when creating bot from language model

Joseph Howell 0 Reputation points
2025-06-09T15:48:19.06+00:00

When i try to create a bot from a made language model, i receive the error: "The subscription <subscription id> is not allowed to create or update the serverfarm." I have a paid for developer's subscription.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,602 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ravada Shivaprasad 535 Reputation points Microsoft External Staff Moderator
    2025-06-10T21:15:02.36+00:00

    Hi Joseph Howell

    You're encountering the error message "The subscription is not allowed to create or update the serverfarm" while trying to deploy a bot using a custom language model, despite having a paid developer subscription. This issue typically arises due to limitations associated with certain Azure subscription types, including some paid developer plans. These subscriptions may restrict the creation of specific resources like App Service Plans, which are required for hosting bots.

    Here are a few steps you can take to troubleshoot and potentially resolve the issue:

    1. Check Subscription Type and Limits Even with a paid developer subscription, certain resource types or tiers (like App Service Plans) may be restricted. This is especially true for non-pay-as-you-go offers like Visual Studio Dev Essentials or Azure for Students. You can verify your subscription capabilities in the https://azure.microsoft.com/en-us/support/legal/offer-details/.
    2. Try a Different Region Some users have reported success by deploying their App Service in a different Azure region. Regional availability can vary depending on your subscription type.
    3. Wait and Retry In some cases, the issue resolves itself after a few hours. This may be due to backend provisioning delays or temporary policy enforcement.
    4. Use the Free Tier (If Applicable) If your deployment is for testing or development, consider using the Free Tier of App Service to get started. This can bypass some of the restrictions on higher tiers.
    5. Check Permissions Ensure that your account has at least the "Contributor" role on the subscription or resource group. Lack of permissions can also trigger this error.

    References:
    The subscription is not allowed to create or update the serverfarm , Azure App Service Deployment Failing
    if you have any further queries, please let me know

    Thanks


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.