如何将 Azure 搜索服务端点添加到流量管理器
How to add Azure Search Service endpoint to Traffic Manager
我想使用流量管理器将请求路由到不同区域的 Azure 搜索服务。
我创建了流量管理器并向流量管理器添加了两个 Azure 搜索端点,问题是,如何在 azure 搜索服务上配置运行状况检查探测,因为 azure 搜索需要 API-KEY on request?
来自 MSDN Forum 的回答:
How can I handle different api-key of Azure Search in Traffic Manger
The following article talks about leveraging Azure Traffic Manager(TM) with Azure Search:
https://docs.microsoft.com/azure/search/search-performance-optimization#leveraging-azure-traffic-manager
You don't have to surface the Azure Search query keys to the TM. The users will call the TM, which will call your lightweight application (a simple web app) running on Azure. The web app will redirect the traffic to the respective Azure Search service.
How to detect available one in Traffic Manger
The TM has inbuilt endpoint monitoring support. This will monitor the health of the end-point. If the end-point is unhealthy, requests will not be routed to it unless the resource recovers and becomes healthy again.
https://docs.microsoft.com/azure/traffic-manager/traffic-manager-monitoring
我想使用流量管理器将请求路由到不同区域的 Azure 搜索服务。 我创建了流量管理器并向流量管理器添加了两个 Azure 搜索端点,问题是,如何在 azure 搜索服务上配置运行状况检查探测,因为 azure 搜索需要 API-KEY on request?
来自 MSDN Forum 的回答:
How can I handle different api-key of Azure Search in Traffic Manger
The following article talks about leveraging Azure Traffic Manager(TM) with Azure Search: https://docs.microsoft.com/azure/search/search-performance-optimization#leveraging-azure-traffic-manager
You don't have to surface the Azure Search query keys to the TM. The users will call the TM, which will call your lightweight application (a simple web app) running on Azure. The web app will redirect the traffic to the respective Azure Search service.
How to detect available one in Traffic Manger
The TM has inbuilt endpoint monitoring support. This will monitor the health of the end-point. If the end-point is unhealthy, requests will not be routed to it unless the resource recovers and becomes healthy again. https://docs.microsoft.com/azure/traffic-manager/traffic-manager-monitoring