当许多网站使用同一 Azure WebRole 时,如何配置诊断?

发布于 2024-10-27 13:08:50 字数 230 浏览 2 评论 0原文

我正在与许多网站合作使用 Azure Web 角色 如此处所述。 我应该如何配置此服务器的诊断,以便我不仅可以记录来自主网站的错误和事件,还可以记录来自部署/角色中的所有网站的错误和事件。

I'm working an Azure Web role with many websites as described here. How should I configure the Diagnostics for this server to that I can log errors and events from not just the primary website but all websites in the deployment / role.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凡间太子 2024-11-03 13:08:50

使用角色名称、角色实例名称和(如果适用)IIS 服务 ID 记录各个网站的诊断 - 因此标准 Azure 诊断应该可以正常工作,无需执行任何进一步的工作。

The diagnostics for individual web sites are logged using the role name, role instance name and (where appropriate) the IIS service ID - so the standard Azure diagnostics should work without needing to do any further work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文