支持 Azure 服务结构 OS
Azure Service Fabric supported OS
是否可以os在 PowerShell 或 Azure CLI 中获取 Azure Service Fabric 集群支持的操作系统列表?
Azure CLI 文档
Official Azure CLI 文档提供了可用的列表 OS:--os {UbuntuServer1604、WindowsServer1709、WindowsServer1709withContainers、WindowsServer1803withContainers、WindowsServer1809withContainers、WindowsServer2012R2Datacenter、WindowsServer2016Datacenter、WindowsServer2016DatacenterwithContainers、WindowsServer2019Datacenter19、Windows[withServer2019Datacenter] =14=]
Azure 门户
门户已更新 OS 列表:
Service Fabric 文档
官方文档提供了 table 个受支持的 OS 版本。 link
问题
文档看起来已过时,很难从参数名称确定 Azure CLI 命令的参数值。
我想使用“WindowsServer datacenter-core-1909-with-containers”,但无法找出 --os 参数值来实现它。
不幸的是,PowerShell 和 CLI 都不支持 OS WindowsServer datacenter-core-1909-with-containers
,在文档中很清楚。
对于最新的 powershell New-AzServiceFabricCluster
:
对于最新的 CLI az sf cluster create
:
是否可以os在 PowerShell 或 Azure CLI 中获取 Azure Service Fabric 集群支持的操作系统列表?
Azure CLI 文档
Official Azure CLI 文档提供了可用的列表 OS:--os {UbuntuServer1604、WindowsServer1709、WindowsServer1709withContainers、WindowsServer1803withContainers、WindowsServer1809withContainers、WindowsServer2012R2Datacenter、WindowsServer2016Datacenter、WindowsServer2016DatacenterwithContainers、WindowsServer2019Datacenter19、Windows[withServer2019Datacenter] =14=]
Azure 门户
门户已更新 OS 列表:
Service Fabric 文档
官方文档提供了 table 个受支持的 OS 版本。 link
问题
文档看起来已过时,很难从参数名称确定 Azure CLI 命令的参数值。
我想使用“WindowsServer datacenter-core-1909-with-containers”,但无法找出 --os 参数值来实现它。
不幸的是,PowerShell 和 CLI 都不支持 OS WindowsServer datacenter-core-1909-with-containers
,在文档中很清楚。
对于最新的 powershell New-AzServiceFabricCluster
:
对于最新的 CLI az sf cluster create
: