0

Is there a way of showing memory/cpu consumption by App Service for all app services on an Azure App Service Plan?

Alternatively, is there any way of generating a report of resource consumption for multiple selected App Services?

UPDATE: The Metrics per Instance (App Service) report does not show each app on the plan. Only the apps in the resource group for the app you are viewing.

Sentinel
  • 3,582
  • 1
  • 30
  • 44

1 Answers1

0

Check out the metrics per instance - app service plan section under the web app in Azure portal

Puneet Gupta
  • 2,237
  • 13
  • 17
  • See good post by Hanselman on that topic: https://www.hanselman.com/blog/PennyPinchingInTheCloudRunningAndManagingLOTSOfWebAppsOnASingleAzureAppService.aspx – David Ebbo Mar 21 '17 at 17:33
  • I will check again to confirm later but if I recall then this does not work for me. I think it only works if the apps are in the same resource group or something – Sentinel Mar 21 '17 at 22:39
  • Downvoting. I can confirm this does NOT work. Portal only shows the app services in a resource group. We have 20 to 30 apps in different resource groups (security) on the one plan. Updating question. – Sentinel Mar 22 '17 at 15:24