Azure 中的服务计划和应用程序服务计划有何区别?
What is difference between service plan and App service plan in Azure?
Azure 中的术语 "service plan" 和 "App service plan" 之间有什么区别吗?在其中一种情况下,我收到以下错误 - "Resource health status is not available for Load Balancer using current service plan. To enable health status, consider upgrading to a Standard service plan."
所以我试图搜索这个主题,但只得到 "App service plan" 的结果。
Azure 负载均衡器附带 2 个 SKU。基本和标准。您使用的是基本版,健康状况不适用于此 SKU。您应该升级到标准 SKU 才能启用此功能。
应用服务计划和负载均衡器 SKU 不以任何方式、形状或形式绑定。
Azure 中的术语 "service plan" 和 "App service plan" 之间有什么区别吗?在其中一种情况下,我收到以下错误 - "Resource health status is not available for Load Balancer using current service plan. To enable health status, consider upgrading to a Standard service plan." 所以我试图搜索这个主题,但只得到 "App service plan" 的结果。
Azure 负载均衡器附带 2 个 SKU。基本和标准。您使用的是基本版,健康状况不适用于此 SKU。您应该升级到标准 SKU 才能启用此功能。
应用服务计划和负载均衡器 SKU 不以任何方式、形状或形式绑定。