Azure 门户 : How to find today's visitors count of my Azure web app?

标签 azure

我在 Azure 上有一个 ASP.NET Core Web 应用程序。当然,我正在使用 Azure 门户。运行良好,没有任何问题。

我的问题是:在门户中的哪里可以找到该网站今天有多少访问者?

我研究过 Application Insights,但看起来需要进行大量的研究和工作才能回答一个简单、普通的问题:今天有多少访问者?

任何帮助将不胜感激。

最佳答案

我看到您提到了应用程序见解。对于您的情况,这是简单方便的方法,只需几个步骤。

1.创建应用程序见解:

enter image description here

2.在Azure门户中,导航到您的Web应用程序 -> 在左侧边栏选项卡中,选择“Application Insights”,然后单击“打开网站扩展” -> 填写必要的字段 -> 单击“应用”按钮:

enter image description here

3.现在一切准备就绪,如果您想查看有多少用户访问您的网站,只需导航到应用程序洞察 -> 在左侧边栏选项卡中,单击“用户”:

enter image description here

关于Azure 门户 : How to find today's visitors count of my Azure web app?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55747861/

相关文章:

azure - MVC5 Azure AD IDX21323

powershell - 使用 ARM 输出或 powershell 获取 Azure Function 默认 key 的方法

python - 使用 Python、Azure Key Vault Secret Client 以编程方式连接

asp.net - 运行 Azure 项目时获取 '500 - Internal server error'

git - 无法使用git将github项目推送到azure

基于多个术语的 Azure 搜索建议

azure - 我们可以通过 Azure 数据工厂自托管 IR 连接没有 Internet 连接的源系统吗?

c# - 如果 Azure 表存储服务上下文遇到一个错误,它会继续抛出相同的错误

azure - Azure 时序见解的数据库源

c# - Azure Function,返回状态码+JSON,无需在每个逻辑部分定义返回