如何将 Application Insights 从一个区域迁移到另一个区域?

How to migrate Application Insights from one region to another?

我有一个位于美国东部地区的 Application Insights Azure 资源,而其对应的应用服务位于美国中北部地区。应用服务通过 InstrumentationKey 链接到 Application Insights。

我想让他们到同一个区域以提高网络效率。似乎还无法更改资源区域。我的想法是在美国中北部地区创建一个新的 Application Insights,然后将数据从旧的迁移到新的。
可能吗?如果是,怎么办?谢谢!

很遗憾,不,目前不可能。如果您联系支持人员,Microsoft 团队可以为您手动移动它们,但我认为您不会保留见解数据的历史记录

截至目前,不可能做到这一点,但 Microsoft 正在努力 move Azure resources from one region to another。如果此功能完成,您可以直接将应用洞察力移动到另一个区域。

而且你应该知道,即使 application insightsapp service 在不同的区域,ingest endpoints of application insights 是全球分布的,遥测总是发送到最近的可用 ingest point。所以性能不受影响。可以看到this GitHub issue.