How can I run Chef Install from a C# application

116 Views Asked by At

I am trying to figure out a way to run Chef Install to generate Chef policy files in my C# Azure Service Fabric Application. Unfortunately I not having much luck finding information to support this activity.

1

There are 1 best solutions below

0
On BEST ANSWER

Process.Start, just like any other external process spawning in C#.