Not able to create app service

avs cloud architect 0 Reputation points
2025-05-30T06:44:05.4+00:00

I have a free azure subscription. While I am creating the app service , getting an error as "The subscription 'xxxxxxxx' is not allowed to create or update the serverfarm". Kindly support me to solve this.

.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,264 questions
{count} votes

1 answer

Sort by: Most helpful
  1. David James Marley 80 Reputation points
    2025-05-30T08:37:59.7+00:00

    The configuration of the app service exceeds the limits of the trial subscription. To resolve the issue, you can either change the selection in your app service configuration or upgrade to a paid subscription.

    The limitations for app services on trial subscriptions can be seen at subscription service limits.

    The trial subscription is limited to shared app service plans with a maximum memory allocation of 1GB (1024 MB), the S1 plan is not a shared plan and has a memory allocation of 1.75GB, change the app service selection to F1 or D1 which are both within the trial limitations.

    You can review the documentation for the S1 plan, and the F1 and D1 plans for more information.

    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.