> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 将外部工具与 Insights 连接

> 将旧版 PlayFab Insights 与 Power BI、Kusto Explorer、Azure Data Explorer、Azure Data Factory、Grafana、Python 和 Kusto C# SDK 等外部工具配对使用。

# 将外部工具连接到 Insights

PlayFab Insights 提供了对你的游戏数据以及用户创建的趋势的前所未有的洞察。Insights 力量的一部分在于它可以与许多其他数据和分析工具灵活配对使用。本节包含向你演示如何将 Insights 连接到其他工具的教程。

目前，你可以将以下外部工具连接到 Insights：

* [连接到 Power BI](#power-bi)
* [连接到 Kusto Explorer](#kusto-explorer)
* [连接到 Azure Data Explorer (ADX)](#azure-data-explorer-adx)
* [连接到 Azure Data Factory (ADF)](#azure-data-factory-adf)
* [连接到 Grafana](#grafana)
* [连接到 Python](#python)
* [连接到 Kusto C# SDK](#kusto-c-sdk)

<Note>
  PlayFab Insights 管理已于 2023 年 12 月 11 日弃用。我们建议使用 [Azure Data Explorer (ADX) 连接](/services/playfab/data-analytics/export-data/data-connection-adx)来管理你未来的性能和成本。如果你的游戏仍在使用 **Insights**，请继续查看本文以了解实现详情。有关更多信息，请参阅 [Insights 弃用博客](https://developer.microsoft.com/en-us/games/articles/2023/09/playfab-insights-management-to-be-deprecated-starting-december-11/)。
</Note>

<Info>
  Insights 仅支持 V1 查询响应架构。对于某些工具，你可能需要更新工具的设置以使用 V1 解析器和结果协议。
</Info>

## Power BI

将 Power BI 与 Insights 配对可以让你轻松创建游戏数据的可视化效果。

要开始，请前往教程[将 Power BI 连接到 Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-power-bi-to-insights)。

## Kusto Explorer

Kusto Explorer 是一款功能丰富的桌面应用程序，允许你使用 Kusto 查询语言探索游戏数据。

要开始，请前往教程[将 Kusto Explorer 连接到 Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-kusto-explorer-to-insights)。

## Azure Data Explorer (ADX)

Azure Data Explorer 是一项可扩展的数据探索服务，允许你使用类 SQL 查询语言发现游戏数据的相关洞察。

要开始，请前往教程[将 Azure Data Explorer 连接到 Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-azure-data-explorer-to-insights)。

## Azure Data Factory (ADF)

Azure Data Factory 是一项托管云服务和数据集成服务，允许你创建工作流，以大规模地编排数据移动和转换数据。你可以为游戏数据补充适当的上下文，以提取有意义的洞察。

要开始，请前往教程[将 Azure Data Factory 连接到 Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-azure-data-factory-to-insights)。

## Grafana

Grafana 是一款用于运行分析和监视系统的开源工具。它从 Insights 中拉取数据以维护具有多种可视化选项的仪表板。

要开始，请前往教程[将 Grafana 连接到 Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-grafana-to-insights)。

## Python

你可以选择将 Python 连接到 Insights 并使用它查询你的游戏数据，包括从 Jupyter Notebooks 使用该库。

要开始，请前往教程[将 Python 连接到 Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-python-to-insights)。

## Kusto C# SDK

Kusto C# SDK 提供了 Kusto 的所有功能，并额外具备从 Azure 函数查询 Insights 的能力。

要开始，请前往教程[将 Kusto C# SDK 连接到 Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-kusto-csharp-to-insights)。


## Related topics

- [Insights](/zh-CN/services/playfab/data-analytics/legacy/insights/overview.md)
- [将 Grafana 连接到 Insights](/zh-CN/services/playfab/data-analytics/legacy/connectivity/connecting-grafana-to-insights.md)
- [将 Python 连接到 Insights](/zh-CN/services/playfab/data-analytics/legacy/connectivity/connecting-python-to-insights.md)
- [将 Power BI 连接到 Insights](/zh-CN/services/playfab/data-analytics/legacy/connectivity/connecting-power-bi-to-insights.md)
- [将 Kusto Explorer 连接到 Insights](/zh-CN/services/playfab/data-analytics/legacy/connectivity/connecting-kusto-explorer-to-insights.md)
