Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始研究 Azure Log Analytics,我想知道一个非常简单的问题:数据存储在哪里?该资源背后是否有某种数据库?我怎样才能访问它?如果没有,有没有办法将日志“重定向”到特定的存储中?
我没有找到有关文档的任何信息。谢谢
Azure 诊断是一个 Azure 扩展,使你能够从 Azure 中运行的辅助角色、Web 角色或虚拟机收集诊断数据。数据存储在 Azure 存储帐户中(您必须分配一个诊断存储帐户来存储日志数据),然后可以由 Log Analytics 收集。