Hi @真 川崎 ,
After doing some tests with a test AzureWebApp deployed, I noticed the following:
1. The Requests in AzureMetric stores the Total Requests with aggregation also in place. Therefore, a single record here might correspond to multiple requests. In the screenshot below, the record count is 3 but Total sums up to 4. (Note the TimeGrain columns as PT1M which means that the metrics are aggregated every 1 minute).
2. For the same AppService over the same time range, the AppServiceHTTPLogs has 4 records matching the numbers.
Therefore, for your requirement, you can use the count of record as returned from AppServiceHTTPLogs (or even the AzureMetrics/Requests, but that will require the use of sum over Total)
Please let me know if you have any questions.
---
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.