powershell - Running Service Fabric on Nano Server -


after reading docs of service fabric , how run on windows server , on linux, cannot find talking how run on nano server. think game studio named illyriad running part of infrastructure on azure , service fabric on nano server. know if theirs official support on matter or if made own ways? thanks!

afaik there no support nano server (yet).

nano server has stripped down set of windows apis , believe today sf using of those. same .net full framework (which sf depends on!) can't run on nano server.

maybe when sf support .net core, see nano server support (since .net version run on nano .net core).


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -