How to fix "Exceeded the limit of 1 free tier linux server farm per subscription."

Joe Dorocak 21 Reputation points
2020-02-21T20:45:48.96+00:00

Having PREVIOUSLY created JoeAppSvcPln1 (Linux),

I am following Create your Node.js application

I get "Exceeded the limit of 1 free tier linux server farm per subscription."

What should I do now?

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

Accepted answer
  1. SnehaAgrawal-MSFT 17,761 Reputation points
    2020-02-24T14:38:01.777+00:00

    Thanks for asking question! If I understood right, you are using free trial subscription. To reserve resources for all Linux app service plan new users, one subscription can only use one free tier linux server farm or app service plan recommended is to delete this plan and make new one and then redeploy.

    Reference: https://learn.microsoft.com/en-us/azure/app-service/overview-hosting-plans

    Let me know if issue persists.


1 additional answer

Sort by: Most helpful
  1. BTardif-[MSFT] 351 Reputation points
    2020-02-28T16:58:51.137+00:00

    Hello @Joe Dorocak we are planning on increasing this limit to one free Linux App Service plan per region. This is a change that will be rolling out to production over the next month or so.

    In the mean time keep in mind that you can have more than one App sharing an App Service plan. If you are seeing this error message "Exceeded the limit of 1 free tier linux server farm per subscription." it means that you already have a linux App Service plan in that sub. You should be able to target that one to create the new app.

    1 person found this answer helpful.
    0 comments No comments