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.
我一直在尝试使用 Microsoft 的 Azure 混合连接,并发现用于管理本地配置的 UI 工具(称为混合连接管理器 UI)似乎没有任何方法可以在添加连接后删除它们。
似乎在 UI 工具中创建的条目只是存储在 Azure 混合连接管理器服务(Windows 服务)的配置文件中。因此,如果您C:\Program Files\Microsoft\HybridConnectionManager 0.7\Microsoft.HybridConnectionManager.Listener.exe.config在元素中编辑和删除条目<connectionStrings>,它们将从 UI 工具中消失。
C:\Program Files\Microsoft\HybridConnectionManager 0.7\Microsoft.HybridConnectionManager.Listener.exe.config
<connectionStrings>
您可能需要重新启动 Windows 服务并刷新才能看到这种情况。