Is it possible to access analytics such as browser, dates and times of site hits, IP addresses, etc.?
From the docs here, it looks like Azure App Insights are only available for Static Web Apps that use Azure Functions. I just have a static website, no API's.
Here is the message I'm shown when trying to enable App Insights:
Ideally, I want to set a Diagnostic Setting
and use Azure Log Analytics to view analytics.
How can I get deeper analytics on a Static Web App without a Function API?
EDIT 1: I'd like to at least capture the number of hits somewhere.
- Azure Metrics is grabbing them, but doesn't seem to expose logs anywhere, only these visualizations.
SiteHits
seems to be a custom metric, and you can see my test i.sstatic.net/Hu8p8.png How to add trackmetric:learn.microsoft.com/en-us/azure/azure-monitor/app/… – Surf