Azure Service Fabric 支持的操作系统
Posted
技术标签:
【中文标题】Azure Service Fabric 支持的操作系统【英文标题】:Azure Service Fabric supported OS 【发布时间】:2021-07-27 21:12:25 【问题描述】:是否可以在 PowerShell 或 Azure CLI 中获取 Azure Service Fabric 集群支持的操作系统列表?
Azure CLI 文档
Official Azure CLI 文档提供了可用操作系统的列表:--os UbuntuServer1604, WindowsServer1709, WindowsServer1709withContainers, WindowsServer1803withContainers, WindowsServer1809withContainers, WindowsServer2012R2Datacenter, WindowsServer2016Datacenter, WindowsServer2016DatacenterwithContainers, WindowsServer2019Datacenter, WindowsServer2019DatacenterwithContainers
Azure 门户
Portal 已更新操作系统列表:
Service Fabric 文档
官方文档提供了支持的操作系统版本表。 link
问题
文档看起来已经过时,很难从参数名称中确定 Azure CLI 命令的参数值。
我想使用“WindowsServer datacenter-core-1909-with-containers”但不知道 --os 参数值来实现它。
【问题讨论】:
【参考方案1】:不幸的是,PowerShell 和 CLI 都不支持 OS WindowsServer datacenter-core-1909-with-containers
,文档中很清楚。
最新的powershellNew-AzServiceFabricCluster
:
最新 CLI az sf cluster create
:
【讨论】:
以上是关于Azure Service Fabric 支持的操作系统的主要内容,如果未能解决你的问题,请参考以下文章
azure service fabric 有状态服务可靠集合现在是不是支持将数据卸载到磁盘?
Azure Service Fabric:无法运行本地 Service Fabric 群集