简体   繁体   中英

How to proceed and monitor Azure app service

Hello my application is running on Azure (app service). It is dot net platform application. It is consuming database as a service (Azure SQL) Now my app service plan is small standard 1 在此处输入图片说明

Also kindly let me know how to check below things:

  1. The time when load is high
  2. The time when load is less
  3. Pages visited most
  4. Pages which are slow
  5. traffic report
  6. Is it scaled automatically without any configuration? Or do I need to put some configuration? (Autoscale upto 10 instances)

I saw monitor option in Azure app service for my app

Help will be appreciated.

Regards Kunal

According to your description, I suggest you could try to use Application Insights for your web apps. It could help you monitor your web app.

The time when load is high The time when load is less Pages which are slow Pages visited most

You could use AI to monitor web app's performance. More details, you could refer to this .

You could also use its Usage analysis for web applications feature(page views).More details, you could refer to this article .

All in all, it provides multiple way to monitor your web app.

Some image example as below:

Each page performance:

在此处输入图片说明

在此处输入图片说明

Server performance:

在此处输入图片说明

Is it scaled automatically without any configuration? Or do I need to put some configuration? (Autoscale upto 10 instances)

If you want to use auto scale in azure web app, you could set it in the azure portal.

More details about how to set it, you could refer to this article .

You can check few details through Azure portal. Click on Azure Web App overview blade to see CPU usage, requests etc. You can also check Diagnose and solve problems tab to find out the metrics.

Also, As Brando Zhang suggested, you can configure Application Insights for your web site. For more details, refer to Monitor Azure web app performance .

Auto scale option is not set by default, you need to enable it to configure this feature.

In Azure portal -> Click on Web App -> Settings -> Scale out -> then configure Auto scale

For more details, refer to the documentation Scale instance count manually or automatically .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM