Highcharts 导出服务器部署到 Service Fabric
Highcharts Export Server deployment to Service Fabric
所以我正在构建一个将托管在 Azure Service Fabric 上的应用程序。顺丰可以运行Highcharts导出服务吗?
您可以 运行 使用来宾可执行服务类型的 Service Fabric 中几乎任何可执行文件。 Highcharts 似乎是一个 Node JS 应用程序,所以它应该是可能的。
More information regarding guest executables can be found in the MS docs.
所以我正在构建一个将托管在 Azure Service Fabric 上的应用程序。顺丰可以运行Highcharts导出服务吗?
您可以 运行 使用来宾可执行服务类型的 Service Fabric 中几乎任何可执行文件。 Highcharts 似乎是一个 Node JS 应用程序,所以它应该是可能的。
More information regarding guest executables can be found in the MS docs.