Possible reasons for the DataIn metric on my Web App to be extremely high?

Jared Waller 1 Reputation point
2022-08-27T00:08:16.007+00:00

My web app remains really quick with average response time usually being under 1 or 2 seconds. I received about 3,200 users this week, but my DataIn metric was 139GB. DataOut was 3.8GB. I have no idea why my DataIn would be so high. Users can only upload photos with a 5MB limit. The web app is routed through Cloudflare and uses an Azure SQL Database. Is there a way to figure out why it is using so much?

Azure AI Metrics Advisor
Azure AI Metrics Advisor
An Azure artificial intelligence analytics service that proactively monitors metrics and diagnoses issues.
80 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,877 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2022-08-29T13:01:17.45+00:00

    Thanks for reaching here! You may want to know that Data In is the amount of incoming bandwidth consumed by the app, in MiB.
    Apps that are hosted in App Service are subject to certain limits on the resources they can use. The limits are defined by the App Service plan that's associated with the app.

    Also, trying to understand if you are facing any problem due to high Data In?

    Suggest you to Enable application monitoring for Azure App Services hosted applications:

    You can use Azure Application Insights which collects telemetry from your application to help analyze its operation and performance. You can use this information to identify problems that may be occurring or to identify improvements to the application that would most impact users.

    You can also access the Application Event Log, use the Diagnose and solve problems blade in the Azure portal:
    In the Azure portal, open the app in App Services. Select Diagnose and solve problems.

    Let us know.

    0 comments No comments