Does "App Service plan Density Check" still exist ?

giovanni.fleres 6 Reputation points
2021-06-01T09:05:11.013+00:00

As suggested in the above link, I've tried to access "App Service plan Density Check" but I don't see it.
Please can you confirm that the istructions are still correct ?

https://azure.github.io/AppService/2019/05/21/App-Service-Plan-Density-Check.html

Thanks,
Giovanni

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

4 answers

Sort by: Most helpful
  1. Andriy Bilous 11,536 Reputation points MVP
    2021-06-01T12:35:15.43+00:00

    Hello @giovanni.fleres

    You can still verify App Service plan density

    1. From the Azure Portal, go to on of your Apps
    2. Go to the “Diagnose and solve problems” blade
      101401-image.png
    3. Then either select the ‘Risk Assessments’ category or you can search for “Best Practices for Availability & Performance” in the search bar
      101411-image.png
    0 comments No comments

  2. giovanni.fleres 6 Reputation points
    2021-06-01T12:43:42.177+00:00

    Hi @Andriy Bilous ,
    Thanks for your advice.
    Actually, as showed in your image, App Density "status" is available from a Web App (App Service) and not from an App Service Plan


  3. SnehaAgrawal-MSFT 21,926 Reputation points
    2021-06-03T09:52:07.4+00:00

    Thanks for asking question! As mentioned by AndriyBilous Yes, You can access App Service Plan density.

    Further to clarify on App Service and App Service plan you may want to know that for creating an App an App Service plan is required which is a set of compute resource assigned to run your App Service.

    The pricing tier (Basic, Standard, Premium) of your App Service plan determines the compute power and features you get and when you deploy multiple App Services in the same App Service plan, they all share the underlying compute resources.

    Also, for production applications, it is recommended that an App Service Plan does not host more than a certain number of sites and the app Service Plan Density checks for overstuffed App Service Plans and beeps if it finds that you have too many apps in the same app service plan. Its first thing to see Memory Analysis or Memory related issue.

    You may refer to Azure App Service plan overview

    Hope this helps. Let us know if further query or issue remains.

    0 comments No comments

  4. giovanni.fleres 6 Reputation points
    2021-06-04T14:48:27.663+00:00

    Thanks both @SnehaAgrawal-MSFT and @Andriy Bilous for your help.
    In my opinion, this table should be showed more often in Azure documentation

    102529-image.png


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.