Is it possible to get a list of Operating Systems supported by Azure Service Fabric cluster in the PowerShell or Azure CLI?
Official Azure CLI documentation provides list of available OS: --os {UbuntuServer1604, WindowsServer1709, WindowsServer1709withContainers, WindowsServer1803withContainers, WindowsServer1809withContainers, WindowsServer2012R2Datacenter, WindowsServer2016Datacenter, WindowsServer2016DatacenterwithContainers, WindowsServer2019Datacenter, WindowsServer2019DatacenterwithContainers}
Portal has updated list of OS:
Official documentation provides a table of supported OS versions. link
The documentation looks outdated and it is difficult to determine the value of a parameter for the Azure CLI command from the parameter name.
I want to use "WindowsServer datacenter-core-1909-with-containers" but can't figure out the --os parameter value to achieve it.
Unfortunately, PowerShell and CLI both don't support OS WindowsServer datacenter-core-1909-with-containers
, it is clear in the doc.
For the latest powershell New-AzServiceFabricCluster
:
For the latest CLI az sf cluster create
: