Search code examples
chef-infraazure-service-fabricchefdk

How can I run Chef Install from a C# application


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.


Solution

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